Thoughts
Thoughts about things that interests me in software engineering
There are 7 posts filed in Thoughts (this is page 1 of 1).
3 Strategies for choosing the RIGHT browser support policy
When creating a website or a web based system, one need to decide which browsers to support.Defining a browser support strategy is a decision that may result in users having bad experience in some devices and require resources. Surprisingly, many companies, especially startups and small businesses don’t thinks about it too much, don’t know how […]
How does a fonts studio chooses a font for its own logo?
Developer, you are surrounded by fonts!
The 6-hours-sleeper-bus programming challenge
Why should a junior front end developer care about the database?
Controlling the database can be that something extra that makes a junior frontend developer stand out from the crowd. But that’s not the only reason to learn how DBs work. Here are 5 reasons why. First, Some background finding a junior frontend development position Imagine you just graduated a bootcamp, learned to build websites by […]
Some (non trivial) reasons to improve the automated tests speed
Ideally, test suites should be faster than the speed of light, more stable than Shawn Michaels at Royal Rumble 1995, and easy to maintain like.. well.. something that is easy to maintain. In real life things are a bit different. Tests can be shaky – fail, then pass, then fail, unreadable, and slow. Very slow. […]