My Blog
A collection of my blog posts related to software development.
Ctrl + K
•
•
•
•
•
•
A collection of my blog posts related to software development.
Learn how to make your Bash scripts available from any directory in Linux by placing them inside a location that is included in your system's PATH.
Oftentimes in an Electron app, you’ll want to open a URL that points to a page outside of your app.
Learn how to enhance the security of your Next.js applications by implementing password hashing with bcrypt. This guide covers the essentials of setting up bcrypt, hashing passwords, and verifying hashed passwords in a Next.js project.