Skip to content

Commit

Permalink
md generation workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Zergus committed Oct 20, 2023
1 parent 177091e commit a31f127
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ JavaScript developer. Working in web industry as developer since 2011. Highly sk
- Responsible for team overseeing development of framework and application based on framework that involves geospatial data analysis and visualization using Mapbox and Next.js for farm fields. Writing technical documentation for solution design and project structure. Reviewing and helping out with pull requests. Performing technical interviews, providing feedback for candidates. Ensuring pleasing and fast communication between foreign co-workers and teams. Coaching and mentoring colleagues. Responsible for development of PoC.
- **Front-End Team Lead** at *Trinetix* (2022 - 2023)
- Responsible for developing application that visualizes statistical data for radio stations using React, Mapbox, Chart.js, Ant Design. Performing code reviews. Responsible for development of PoC.
- **Front-End Team Lead (GrubHub dept.)** at *Trinetix* (2019 - 2022)
- **Front-End Team Lead (GrubHub dept.)** at *Trinetix* (2018 - 2022)
- Responsible for developing and extending functionality of diner applications used by mullions of users. Participated in migration of applications from AngularJS to Angular, to Preact, to React. Ensuring code quality with UT and E2E tests. Overseeing developing of internal administrative services. Writing technical documentation for solution design and project structure. Reviewing and helping out with pull requests. Performing technical interviews, providing feedback for candidates. Management of outstaff team. Onboarding local and foreign newcomers. Ensuring pleasing and fast communication between co-workers and teams. Release managing and shepherding. Coaching and mentoring colleagues.
- **JavaScript Developer** at *Trinetix* (2019 - 2022)
- **JavaScript Developer** at *Trinetix* (2014 - 2018)
- Responsible for developing various administrative applications based on AngularJS. Ensuring code quality with UT and E2E tests.
- **JavaScript Developer** at *GlobalLogic* (2014 - 2014)
- Supporting existing software based on AngularJS. Implementing new and extending existing functionality. Ensuring code quality with UT and E2E tests. Writing code documentation.
Expand All @@ -24,7 +24,7 @@ JavaScript developer. Working in web industry as developer since 2011. Highly sk
- **Soft Skills**: Communication, Management, Documentation
- **Programming Languages**: TypeScript, JavaScript, PHP, Ruby, CoffeeScript
- **Frameworks & Libraries**: React, Preact, Next.js, EmberJS, Angular, AngularJS
- **CSS Preprocessors & Libraries**: CSS, Sass, Less, Styled Components, ARIA, MUI, Ant Design
- **CSS Preprocessors & Libraries**: CSS, Sass, Less, Styled Components, Bootstrap, MUI, Ant Design
- **State Management**: Redux, rxjs, Recoil
- **Testing Tools**: Karma, Mocha, Jest, Jasmine, Enzyme, TestCafe, Protractor, Cypress
- **Bundling Tools**: Webpack, Rollup, Turborepo, Lerna
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,10 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"description": ""
"description": "",
"husky": {
"hooks": {
"pre-commit": "npm run build:md"
}
}
}

0 comments on commit a31f127

Please sign in to comment.