SOFTWARE ENGINEER · FRONTEND SPECIALIST · TECHNOLOGY ENTHUSIAST · powerlogic1992@gmail.com
I am a passionate software developer specializing in front-end web development for enterprise-level and large scale applications with over 8 years of experience in software development. Highly motivated in keeping up with the latest technologies and development principles.
Full-Stack Engineer, March 2019 - Present
Frontend Developer, January 2018 - March 2019
Javascript Developer, November 2016 - January 2018
PHP/Javascript Developer, January 2016 - October 2016
PHP/Wordpress Developer, May 2014 - December 2015
An informative website for bookkeeping services built with ReactJS and NextJS.
JavaScript (ES6+), React, Typescript, Angular, NextJS, Webpack, Storybook
Node.js, Express.js
MongoDB
Jest, React Testing Library, Mocha, Chai
Storybook is a tool for UI development. It makes development faster and easier by isolating components. This allows you to work on one component at a time.
Recently I've been tasked to audit our npm packages which could introduce vulnerabilities.
React is moving towards using Hooks and that is a good thing moving forward. Hooks are perfect for function based components and it makes the code much more compact and and easier to read and work with.
Saving up few precious seconds of your development time as well as for your users in production can be a tricky business.
Server-side rendering is an approach which the webserver pre-renders the JS application and serves a parsed DOM to the client, which then “hydrates” the DOM with state.