Samir MirzaliyevHow 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…4h ago4h ago
Samir MirzaliyevHow 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 25Oct 25
Samir MirzaliyevHow 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 3Oct 3
Samir MirzaliyevCreating 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 29Sep 29
Samir MirzaliyevBuilding 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 27Sep 27
Samir MirzaliyevHow 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
Samir MirzaliyevCreate 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
Samir MirzaliyevNavigation 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
Samir MirzaliyevHow 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
Samir MirzaliyevHow to combine multiple reducers in useReducer Hook with TypescriptArkadaşlar merhaba bugün useReducer hook-da nasıl birden fazla reducer function kullana bileceyimize bakıcaz. İnternetde bu işi…Feb 19, 2022Feb 19, 2022