Skip to main content

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.
Read the full Article

Docusaurus

Docusaurus can help you limit Web bot crawling on your website
If using Docusaurus, place the `robots.txt` file in the static folder.
Read the full Article
How did I get Docusaurus2’s offline Lunr search to work?
Run `npm install` before you swizzle update, build, and link the packages.
Read the full Article

Git

Git Tutorial
Beginner's guide to get you started using Git to version control your source code.
Read the full Article
Git Basic Terms and Commands
Git core concepts and basic terminologies explained with examples.
Read the full Article
Git Branching Strategy
Secure Your Git Project following a secured Branching Strategy
Read the full Article
What are the common Git mistakes and how to fix them?
Gear up your Source Code control by avoiding these common Git mistakes.
Read the full Article
Git Reflog to recover a Deleted Branch
Resurrect a deleted branch that you forgot to merge into the main branch.
Read the full Article
Git Log to format the commit history
Format and fetch your code's history in a useful way.
Read the full Article
Git bisect command
Bisect your code's revision history to find bug that broke the code.
Read the full Article

DevOps

Docker Vs Virtual Machines (VMS)
Key differences in how each one share and virtualize the resources.
Read the full Article
Devops Engineer Roadmap
Understand the key concepts in Devops and the road ahead.
Read the full Article

Linux

Linux File Permission Calculator
Edit read/write/execute permissions on files/directories in Linux.
Read the full Article