Ashok Chapagai avatar Ashok Chapagai avatar

About Ashok Chapagai

LinkedIn GitHub

Ashok is an avid learner and senior software engineer with a keen interest in cyber security. He loves articulating his experience with words to wider audience.

Articles by Ashok Chapagai

Git Howtos

  1. How to Pull Specific Commit From Git Repository
  2. How to Add Empty Directory in Git
  3. How to Undo Git Reset With the --hard Flag
  4. How to Add Files Into Staging by Git in Different Ways
  5. How to Create Remote Git Branch
  6. How to Prune Local Branches in Git
  7. How to Reset File to Be Same as Master Branch in Git
  8. How to Remove Untracked Files in Git
  9. How to Revert Local Changes to Previous State in Git
  10. How to Delete Stash Record in Git
  11. How to Pull Latest Changes From Git Remote Repository to Local Branch
  12. How to Set(Origin) Remote Repository URL in Git
  13. Git - LF Will Be Replaced by CRLF
  14. How to Abort Git Merge
  15. How to Fully Delete a Git Repository
  16. How to Ignore Node_modules Folder Everywhere
  17. How to Rename Local and Remote Git Branch

CSS Howtos

  1. How to Create Responsive Fonts in CSS
  2. Not to Select the First Child in CSS

HTML Howtos

  1. How to Put Text Next to an Image in HTML: Ultimate Guide 2024

JavaScript Howtos

  1. How to Find Index of Object in JavaScript Array
  2. How to Read File Line by Line in JavaScript
  3. How to Remove Object From an Array in JavaScript