Tag Archives: programming
August 30, 2021
Block the DOM in order to inspect interactive elements
A very dirty trick to inspect interactive stuff in the browser (works in Chrome and Firefox) by leveraging the debugger.
May 22, 2020
So, you want to be a programmer?
Plenty of people are wannabe programmers. They’ll tell you about their idea, all the research they’ve done, the cool features they’ve come up with. Very few actually do anything about it.
February 28, 2020
How to find the perfect solution
Let’s say you have a huge programming problem to solve. How do you solve it? What’s your approach?
August 24, 2019
About software architecture
A good architecture is important, otherwise it becomes slower and more expensive to add new capabilities in the future Martin Fowler: Software Architecture Guide
October 09, 2018
The Three Virtues of a Great Programmer
I’m for sure not a great programmer, but I find myself 100% convinced that the three virtues of great programmer from Larry Wall are the best explanation of what a great programmer is.