
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…

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…

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…