1 follower
Engineer passionate about building stuff for the web.
Things I learnt from building a typescript package for easily creating forms in React with a config · Recently, I worked on react-config-form, a...
Being stuck is frustrating! Here are some useful approaches & resources for help · Writing code is all fun and exciting, unless we stumble upon a problem...
Lessons from failed interviews and moving on · I'll start this blog about lessons from failed interviews and dealing with rejections with a tweet I...
Steps to consider while refactoring old side projects · The developer urge to start a new side project while having tons of unfinished side projects...
Why is inheritance useful, example & related concepts · Inheritance is a phenomenon where some object (the child) extends the properties of some other...
Using destructuring for extracting values easily from complex data structures in JS · Destructuring is a JavaScript expression introduced in ES6 that...