When the bug is actually outside your computer, Flutter Android gone wrong

A bit of context As often in my free time, I really enjoy spend some time working on side-projects, some are real products, for communities or good…

Test your Apache configs and .htaccess locally

Let’s be honest, modifying Apache configurations or .htaccess is always scary on a remote server, especially if you expect some traffic to reach your website. And testing…

git logo

Git cheat sheet

Create or clone a repo Creates a new repository in the current directory Clones a repository from the URL specified. Can be HTTPS or SSH. You can…

A set on git commands in a Linux terminal

Getting started with git CLI

What is a CLI? CLI stands for Command Line Interface. You get to use the Command Line Interface in a terminal application. Whatever system you use there…

Boost your website for free with Cloudflare

Although Cloudflare is one of the most popular and performant CDN on the market, it’s not necessarily overpriced. I mean, you can benefit even from the free…

Vite logo

An alternative to create-react-app, Vite!

The motivation I’ve been developing with React for years now, and more recently using Typescript. And there is one thing that never changed, and I’m a bit…