Blog
Welcome to my Blog. Here I share my thoughts related to Fullstack development topics and programming in general. I've always been a fan of writing, and I hope you can find something here that could help you in your developer career.
Build Blog Newsletter with Sendinblue and Next.js
Building an email newsletter for your Next.js blog can be a great way to keep your viewers informed about your business and articles. By integrating Next.js with an email marketing platform like Sendinblue, you can easily create and send newsletters to a large number of recipients.
January 2023, 23
11 min read
Building Forms in React with React Hook Form and Yup
Learn how to use React Hook Form and Yup to build forms in a React application.
January 2023, 1
8 min read
Comparing React's useContext Hook with Redux for State Management
Learn the differences between using the useContext hook in React and the Redux library for state management in a React application. Includes examples and tips for choosing the best solution for your needs.
January 2023, 1
6 min read
Create a Simple MDX Table of Contents in Contentlayer
Add a simple table of contents component to your contentlayer mdx content with rehype plugins.
September 2022, 24
2 min read
Create Blog with MDX and Contentlayer
Build a Static Blog with Contentlayer, a content SDK that validates and transforms your content into type-safe JSON data you can easily import into your application.
August 2022, 3
6 min read
Next.js Core Concepts and Features
Learn all the key features that make up Next.js and why we should use Next.js in our project
August 2022, 3
13 min read