About me

I'm Software Development Engineer, specialised in React Js, Redux, Typescript & Cloud technologies. I like to make computer science concepts easier for anyone who's interested in tech, by writing approachable articles on technical content.

Introduction To Blockchain & Cryptocurrency

Background In this article, we would like to understand Blockchain & Cryptocurrency. Why it exists & how could you leverage it as a developer. We will not look at any piece of code in this article, but definitely yes in the coming post. I am…

Continue reading...

Deploying Create React App With Firebase Hosting

Background Sometimes deploying create-react-app can be tricky, especially when your app has multiple routes/pages even though at the end of the day it is just html, css & js. This is mainly because a react application is SPA - Single Page Application. All the routes…

Continue reading...