BRBakhtiar Rasheedinbakhtiar56.hashnode.dev·Jan 21, 2023 · 5 min readBuild a CRUD React Todo App (Part 1)Before following with tutorial, it is necessary to install Nodejs, a javascript runtime environment. Visit this link to install it on your specific machine. Also, make sure to have a Code-editor installed to write our code. I recommend VSCode. It is ...00
BRBakhtiar Rasheedinbakhtiar56.hashnode.dev·Jul 12, 2022 · 5 min readIntroduction to Git branching (Part 1)Git is the most popular and efficient version control system today. It helps us track and manage changes in our files, in a distributed fashion. Learning git is one of the most essential skills a software engineer can have. Running into terrifying gi...00
BRBakhtiar Rasheedinbakhtiar56.hashnode.dev·Jul 3, 2022 · 3 min readLinux Bash CommandsLinux is the major choice of operating system for most of the computers worldwide, particularly in servers. This is for many reasons, the most important one being free and open-source. Because this is open-source, communities can add features and log...00