Building a Contact Form in Next.js with Resend Email Integration

8 min read
255 views
Dec 13, 2024

Sending emails is a common feature in web applications, whether for user signups, notifications, or transactional purposes. In this guide, we’ll explore how to integrate Resend, a developer-friendly email API, into a Next.js application for seamless ...

Boost Your Link Previews: Implementing Open Graph Images in Next.js

10 min read
129 views
Nov 15, 2024

Introduction In today's digital playground, having a social media presence is like having a megaphone for your awesomeness. One of the secret ingredients to making your content pop on platforms like Facebook, Twitter, LinkedIn and event WhatsApp is t...

Setting Up Prisma ORM with PostgreSQL

4 min read
115 views
Aug 17, 2024

Title: Setting Up Prisma ORM with PostgreSQL Content: ORM stands for Object-Relational Mapping. It is a technique that allows developers to interact with a database using an object-oriented approach. Instead of writing raw SQL queries, you can use an...

Adding Animated Image Zoom to Your React App with PhotoSwipe

3 min read
95 views
Aug 12, 2024

In one of my recent projects(image-tweaker), I provided users with the ability to upload images, which were then displayed in a collection on the dashboard. I was searching for a way to give these images a cool animated view, and that's when I discov...

Creating a Custom Context Menu in React with react-contexify

3 min read
111 views
Aug 10, 2024

Creating a custom context menu in React can significantly enhance the user experience by providing quick access to relevant actions. With the help of the react-contexify library, you can easily implement a sleek and functional context menu tailored t...

Simplifying Cloud Storage: Node.js and AWS S3 Integration

4 min read
182 views
Aug 8, 2024

I was recently working on a project(image-tweaker) that required an image upload feature. I needed a reliable storage system to store the images. After researching various options, I decided to use a cloud storage service for its scalability and ease...

Easy Deployment of Nodejs Applications on EC2 with PM2 and NGINX

6 min read
113 views
Aug 5, 2024

Deploying Node.js applications can be a daunting task, especially when aiming for a robust and scalable production environment. However, with the right tools and a clear process, it becomes much more manageable. In this guide, I will walk you through...

How I Created npx devpulkit to Share My Details

3 min read
30 views
Jul 27, 2024

Creating a personalized command-line tool can be a fun and efficient way to share your details with others. In this article, I'll walk you through how I created npx devpulkit. Whether you're a developer looking to showcase your portfolio or someone w...

How to Use Server-Sent Events with FastAPI

4 min read
395 views
Jul 26, 2024

During my recent internship, I faced a task where the server needed to run a long-running process. This couldn't be done with just a POST request because the task could take up to 15 minutes to complete. So, we needed an alternative for this use case...

Creating a Dynamic Horizontal Scroll Percentage Indicator with React and Framer Motion

3 min read
335 views
Jul 24, 2024

The Idea Creating a visually appealing and functional portfolio website is essential for showcasing your skills and projects. I recently explored website designs from popular examples for my portfolio (devpulkit.in) and found one animation that reall...

Simplifying Python Dependency Management with Poetry

2 min read
67 views
Jul 13, 2024

Managing Python dependencies can be hard, especially as projects get bigger. It's important to have the right packages and versions installed without conflicts. Poetry helps with this. It's a tool that makes managing project dependencies, packaging, ...

Simplified Guide: Use VsCode Server in Your Browser

1 min read
98 views
Jul 4, 2024

VSCode has always been our favourite code editor, but I recently got the task of getting a web version of it in a React application. Well, after googling a few things, I found this way. Setting up using docker docker run -d \ --name=code-server \ ...

Step-by-Step Guide to Implementing Typewriter Effect in React

2 min read
389 views
Apr 28, 2024

Adding interesting features to your website can grab your audience's attention in today's fast digital world. The typewriter effect, like old typewriters, is a delightful touch that can make your web content more lively. In this guide, we will show y...

Made with ❤️ by Pulkit

© 2025 Pulkit. All rights reserved

Last updated