#software-development
Read more stories on Hashnode
Articles with this tag
It is not as daunting as it seems · Having written my previous post on using TypeScript, I felt it was the opportune time to convert an old project to...
Recently, I tweeted this. Starting to see the benefits of ts— Jacob Tan (@jacobtyq) August 26, 2022 And friends on twitter started pouring in praises...
I recently revisited Vuex as I needed to pass data between components on an application. Vuex is the official state management library and is the only...
I started reading System Design Interview: an Insider's Guide after reading a post by Gergely Orosz recommending it. I have always wanted to learn...
In the past, I manually typed in npm set registry=<registry url here> in terminal every time I needed to switch between registries. Sometimes I do not...
That moment when you forget to add your env files into .gitignore... Just the other day, I was wrapping up a remote pair-programming session with a...