How I Built My Personal Website with Next JSHey folks. In this article, I will share how I created my personal website, the technologies I used, and the project infrastructure. I hope…Jan 7Jan 7
How to deploy automatically Next Js App using Github actions, Docker, Nginx, CertbotHey folks. As an engineer, knowing how to properly deploy a project along with development has become mandatory these days. Today I will…Nov 6, 2024Nov 6, 2024
How to Use class-validator in a Next.js Appclass-validator is a popular library in TypeScript for validating object properties using decorators. It provides a powerful and flexible…Oct 25, 2024Oct 25, 2024
How to Implement a Custom useQueryParams Hook for Next.js AppManaging query parameters is often necessary in modern web applications, particularly when dealing with dynamic data. In Next.js, you can…Oct 3, 2024Oct 3, 2024
Creating a Custom Function for React Hook Form: Validate Without SubmittingWhen working with forms in React, using a tool like React Hook Form allows you to efficiently manage the form state. However, there are…Sep 29, 2024Sep 29, 2024
Building Secure Middleware for Both API and Client Routes in Next jsHey everyone, I’m back after a long break. As we all know, handling server and client requests efficiently is crucial when building modern…Sep 27, 2024Sep 27, 2024
How to make a custom hook for closing a modal when clicking outside(React, Typescript)Hi guys! Sometimes it’s not a better user experience to click the X button and close the modal screen as every developer knows. And it can…Oct 19, 2022Oct 19, 2022
Create dark mode structure in React projects (using Tailwind CSS, Typescript, and Custom Hook)Hi guys! Today We’re going to learn how to make a dark mode component and structure.May 15, 2022May 15, 2022
Navigation Tab as like Material UI Tabs Component (React, Tailwind CSS)Hi guys! Today we will make the Navigation Tab Component like Material UI Tabs Component. First of all, should create NavTab Component:May 4, 2022May 4, 2022
How can create Container Component more efficiently in React projects with Typescript( also using…Arkadaşlar merhaba bugun sizlerle birlikte nasıl daha verimli bir Container Component oluştura biliriz React projelerinde ona bakıcaz…Feb 22, 2022Feb 22, 2022