Blog Posts

Recent posts

React with Typescript

less than 1 minute read

The following Github project will show TypeScript types for React project. Such as children, hooks, HTML event handlers and Context etc.

VS code - prettier

less than 1 minute read

After enabling the format on save, please do not forget to set config for Prettier: Require Config so that VS code will format code for each project based on...

Javascript - Testing basics

less than 1 minute read

Javascript testing basics. The following link will show how Javascript testing framework works and provide very useful resources to master Javascript testing.