PinnedBeginners Guide to Consuming REST APIs in ReactWorking with Fetch API and Axios in ReactMay 11, 2022·14 min read·831
GIT: Explained Like I'm FiveLike 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 repositories. Getting Started The first thing you have to do is install Git. To install git follow the instru...Oct 21, 2020·5 min read·169
GitHub Repository: Explained Like I'm FiveIn 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 file's revision history. Github allows users to create either a private repository or public repository d...Oct 21, 2020·3 min read·75
Git & GitHub: Explained Like I'm FiveAs a software developer, Git and Github is something you can't do without. In this article, I will be explaining what Git & Github is all about, how to get started, pushing your codes to Github, Creating Pull request(PR), understanding major terms li...Oct 21, 2020·3 min read·139
Sass vs ScssThe 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 would strongly recommend Sass. Why Sass? Read why here. Before I proceed to explain the difference betw...Aug 21, 2020·3 min read·95
Web Animation with JavaScript and CSSThis article will explain how to add visual effects or animation to your website content with just 5 lines of JavaScript and a few lines of CSS😎. As we all know that adding visual effects to web pages enhances site beauty and increases the level of...Aug 11, 2020·4 min read·83
How to Add Bootstrap 4 to AngularIn this article, I will be explaining just one method because it worked for me, there are so many other methods out there but I will only talk about what worked for me. I will add some useful resources below this post in case you don't like this ap...May 21, 2020·4 min read·117