Home
Work
Blog
About
Contact
My
Blog
A collection of my blog posts related to software development.
Ctrl + K
•
•
•
Sorting and Filters
July 27, 2024
•
1 min read
Published
Use FontAwesome with React.js
Learn how to quickly set up FontAwesome icons in your React project. Follow these simple steps to install the necessary packages and add icons to your components. Enhance your app with professional icons effortlessly!
icons
web dev
Read more
July 13, 2024
•
1 min read
Published
Password hashing with bcrypt
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.
security
web dev
programming
+2 more
Read more
May 27, 2024
•
2 min read
Published
Markdown in Next.js 📄
Best and easiest way to render markdown content in Next.js!
markdown
syntax
web dev
Read more
May 24, 2024
•
1 min read
Published
Using ESLint for JavaScript Code Quality
Best practices for using ESLint to improve JavaScript code quality
eslint
javascript
code quality
+2 more
Read more