

Discover more from Software Engineering Tidbits
Small (or sometimes big) tidbits about software engineering. This is where I share tips and learnings I acquired building, maintaining and supporting software in production at Airbnb, Uber and Microsoft.
Over 6,000 subscribers
Continue reading
One of the best software engineering tip I received is a good way to debug.
Once you are investigating something broken, you keep peeling/removing functionalities until things work again and then you add them back one by one until things re-break again.
One of the fastest way to detect a defect or a bug in a complex system.
Mastering Software Engineering Course on Maven
If you liked this article, I will be teaching a “Mastering Software Engineering” course on Maven where I will teach hard-learned lessons I acquired developing large-scale products at companies such as Uber, Airbnb, and Microsoft.
A good way to debug
test are overrated