The Valuable Dev

Programming Side Project Case Study With DevDash

Programming Side Project Case Study With DevDash

This is a complete case study of my side project DevDash, from the very first idea to the launch of the first early version. I explain in this article how I built it, how I managed it, how I promoted it, and, most importantly, why. I give you my precise time management workflow and basically all the tips and techniques I use, for you to build the best side projects ever!

6 Sources of Stress in Software Development

6 Sources of Stress in Software Development

Nowadays, developer and stress seem to be strongly linked together. However, do we really need a minimum of stress to be effective and productive? What's stress, exactly? Should we get rid of it? I share many actionable tips to help you deal with stress in your daily work.

Global Variables and States: Why So Much Hate?

Global Variables and States: Why So Much Hate?

Global variables are common pitfalls many developers fall into. Indeed, difficult to scale and maintain an application crippled with globals. Why is that? Isn't it convenient to be able to access variables and their values everywhere? The global state problem is only part of a bigger one, namely leaking states and the lack of encapsulation.