Bannerghatta National Park

I'm Software Development Engineer, specialised in Frontend, Blockchain & Cloud technologies. You will find how-to posts here mostly related to tech.

How to Run MySQL & phpMyAdmin Using Docker

Background Docker is one of the most popular platform to create, run & deploy applications faster. It helps you to run things in isolation, you don't have to worry about the application environment / OS. You build it once & deploy it anywhere using docker.

Continue reading...

MacOS Terminal Setup - Oh My Zsh & Powerlevel10k

Background Having a good terminal can boost productivity of a typical software engineer. I am talking about terminals with syntax highlighting of some sorts, autocomplete suggestions from history, inline icons & much more. If you like to enjoy traditional black & white or the Matrix…

Continue reading...

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...