Decorators in TypeScript provide a way of programmatically tapping into the process of defining a class. Remember that a class definition describes the shape of a class, what properties it has, and what methods it defines. When an instance of a … Read more
Frameworks
Kick Off a React JS Project: CRA, Next.js or Gatsby?
A simple guide to avoid getting lost in the React JS bootstrapping solutions. Learn more about CRA, Gatsby and Next.js. This is a simple guide for normal humans to avoid getting lost in the React JS bootstrapping solutions out there. React is a … Read more
Front-end development with Angular & NgRx
Front-end development of web applications has always been challenging and never settles on established technologies for too long.In the last few years, the Single Page Application (SPA) paradigm has been widely adopted to build complex front-end … Read more