Here’s a scenario – for 99% of time, I’m using my work account for GitHub. That means that out of 90 GitHub repositories that I have cloned, 88 of them are work related (numbers are made up!). What that further means is that, I almost never need to push stuff to my personal repositories. Well, […]
Tag: bite-sized
Integrate-first approach
This is a mistake I keep seeing, and occasionally becoming a victim of, which just shows how easy it is to be fooled by it. Whenever it comes to building anything involving more than one component, I’d always have a tendency to try and build in isolation-first, and work on integration later. I’d even fool […]