#100daysofcode
Read more stories on Hashnode
Articles with this tag
For many, this might be your first time coming across the term “Headless CMS” and you will be forced to ask yourself - what makes a CMS headless? and...
In my previous article on Git branching, I explained what Git branching is all about, how to create a branch, and also how to push your codes to a new...
Branching is a feature available in most modern version control systems. In Git, branches are a part of your everyday development process. When you...
Like we said earlier Git is the tool that tracks the changes in your code over time while Github is the website where you host all your Git...
In Programming or in Github, we usually see a repository as a folder for your project which contains all of your project's files and stores each...
The major reason Sass was developed was to make writing CSS more efficient and awesome. If you are looking for a preprocessor language to learn, I...