Pragmatic software engineering, decision-making, and tradeoffsHow on earth do you choose what’s right for a project? How do you separate the signal from all the noise out there? Every decision you make…May 16, 2023May 16, 2023
Should my software be open-source? Commercial Open Source Software models.I am working on a SaaS software that I will be launching soon, here are is what I found about open-sourcing your business.Oct 30, 2022Oct 30, 2022
How to write accessible code?1. Group code blocks in a logical way: - Keep your variables close to where they are used.May 23, 2019May 23, 2019
Modeling a Screensaver with a Statechart, a real use case.The past year I developed a touchable desktop application for a client (a museum) using Electron, React and a little custom CMS with…Feb 22, 20191Feb 22, 20191
Tackling UI complexity with State MachinesI’ll tell you my story, maybe is yours too …Nov 20, 20184Nov 20, 20184
Do not leak your codebase in private projectsSometimes tech people forget to disable source-maps in production, especially when using the create-react-app project.Sep 12, 2018Sep 12, 2018
The way I have learned programmingI have learned programming 16 years ago and right now I continue to learn things every day. By the way, I improved how I learn. Here, I…Apr 28, 2018Apr 28, 2018
Make a P2P connection in 10 minutesThis is a short guide on how to make a P2P chat. My aim is to give you only a taste if you like I could write a deeper article explaining…Feb 13, 201810Feb 13, 201810