My Technical Articles
React JSX
Collapsible list with Bootstrap Accordion
I used React JSX to reduce the number of times I had to manually repeat the code to create a new Card for each country.
Docusaurus
Docusaurus can help you limit Web bot crawling on your website
If using Docusaurus, place the `robots.txt` file in the static folder.
How did I get Docusaurus2’s offline Lunr search to work?
Run `npm install` before you swizzle update, build, and link the packages.
Git
Git Tutorial
Beginner's guide to get you started using Git to version control your source code.
Git Basic Terms and Commands
Git core concepts and basic terminologies explained with examples.
Git Branching Strategy
Secure Your Git Project following a secured Branching Strategy
What are the common Git mistakes and how to fix them?
Gear up your Source Code control by avoiding these common Git mistakes.
Git Reflog to recover a Deleted Branch
Resurrect a deleted branch that you forgot to merge into the main branch.
Git Log to format the commit history
Format and fetch your code's history in a useful way.
Git bisect command
Bisect your code's revision history to find bug that broke the code.
DevOps
Docker Vs Virtual Machines (VMS)
Key differences in how each one share and virtualize the resources.
Devops Engineer Roadmap
Understand the key concepts in Devops and the road ahead.
Linux
Linux File Permission Calculator
Edit read/write/execute permissions on files/directories in Linux.