This kind of post belongs here every January. Without further ado…
Continue readingPage 3 of 5
TypeScript? More like HypeScript to me.
This is not to say that I don’t want to use TypeScript. Please keep in mind that I’m only highlighting a bunch of serious disadvantages in my eyes.
Without further ado…
Continue readingWelcome back to your yearly report on my swimming adventures. I know you’ve been waiting! Before I move to statistics and compare it to the last year, I need to share a bunch of news.
Continue readingNowadays I see people going crazy about automation. Everything must be in Docker containers, If it’s not in docker, I ain’t touch it.
Every task must be performed on the CI server, every repetitive task must be converted to a script, nothing in the MVP can the back office do manually. People are praised when they claim: “automate everything”!
I am on the very opposite side. I think automation generally isn’t worth it. It can be harmful to your project and see the trend of “automate everything” kinda crazy. Let me explain why.
Continue readingThis post was originally posted on medium. Here I paste it and give it a fresh look in a few places.
Was anyone else ever under impression that principles of software development are a mess?
Continue readingIn one of my previous posts – YAGNI is king – I advocated the idea of not anticipating future when it comes to developing features.
I got some feedback that I want to discuss: YAGNI applies to features, not design. When designing software, you have to anticipate the future. Therefore, sometimes you have to give up on YAGNI if you want a good design.
In other words: on a pull request, when you see an extra piece of code, don’t automatically assume it violates YAGNI. Maybe it’s for design purposes.
I take the point, but also have to add something on my defense.
Continue readingIn the previous post, you could learn why visibility is extremely important in IT. If you’re still missing ideas on how to achieve better visibility, read this post. I present you 9 concepts of how you can increase visibility in a typical programming project.
Continue readingHave you wondered how to effectively communicate in IT?
Make it visible. Extremely visible.
Continue readingProfessional, technical communication is one of my soft spots in software development. It’s useful in situations like code review, status update, standups, meetings, backlog refinement…
Check this post if you’re looking for tips on how to improve your everyday communication.
Check out also part 1 – 10 communication quick wins for developers.
Continue readingThe term “full stack devs” seems to be reserved to the web only. What’s worse, as a web dev I’ve always felt pressure to know well both frontend and backend.
On the other hand, I’ve worked with many mobile devs, none of whom I would call a full stack. Typical mobile dev needs another dev (backend dev) to create a full-fledged app.
I still don’t understand why. Let me debunk a few typical answers that I’ve heard but I don’t find true.
Continue reading
Recent Comments