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…

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…