Prashant Kumar Singh
@devprashantt
Prashant Kumar Singh
@devprashantt
Software Developer | Freelancer | Technical Blogger | Product Enthusiast | IIIT Sonepat
Software Developer | Freelancer | Technical Blogger | Product Enthusiast | IIIT Sonepat
Sonipat, India
Devfolio stats
Devfolio stats
2
projects
2
0
prizes
0
5
hackathons
5
0
Hackathons org.
0
GitHub
GitHub
403
contributions in the last year
Apr
S
M
T
W
T
F
S
Mar
91
stars earned
46
repositories
58
followers
server-cognize
Cognize is a lightweight, AI-powered contact and lead management board built for startups, freelancers, and small teams.
Go
0Stars
0Forks
density-exchange
This project is a part of the application for the Frontend UI Intern position at Density Exchange. The goal of this project is to develop a webpage with animation based on a provided design using Next.js and the chosen CSS library (Tailwind CSS, SCSS or Material-UI).
SCSS
1Stars
0Forks
Top Projects
Top Projects
Event Hive is a cutting-edge platform designed for seamless inter-college event management. Our system serves as a comprehensive hub empowering colleges to effortlessly organize, manage, and amplify the reach of their events. It streamlines event management processes by offering robust tools for planning, coordinating, and executing diverse events.
Medium Posts
Medium Posts

How to Use AI to Find Million-Dollar Business Ideas
medium.com
Coming up with a great business idea isn’t easy. Our brains are riddled with ego, biases, and assumptions that often steer us toward crowded markets or vague concepts. But what if you could outsource the entire ideation process to AI? Thanks to recent advancements, this is no longer a dream it’s a system. Enter the Gold Mining Framework, a structured AI-powered approach to discovering profitable niches, validating demand, and launching professional landing pages all in under 45 minutes. Originally develo...

Link Saver: The Bookmark Manager You’ll Actually Us
medium.com
We all save links with the best intentions. But a week later, that important article, tool, or tweet we saved is buried under a pile of randomness, locked away in a browser we forgot to sync. Over time, these links become digital clutter: unorganized, forgotten, and impossible to find. Most of us don’t need a complex knowledge management system. We just need something that lets us save things fast, organize them intuitively, and actually find them later, without making us do more work. That’s where Link ...

Deploying a Production-Ready Node.js App on AWS EC2 with Nginx and SSL
medium.com
In this guide, we’ll walk through the steps to deploy a production-ready Node.js application on an AWS EC2 instance. We’ll cover setting up Ubuntu, configuring Nginx as a reverse proxy, and securing your application with SSL certificates. AWS EC2 Documentation AWS EC2 Pricing Setting Up Ubuntu 1. Update and Install Essential Packages Begin by updating your system and installing necessary packages: sudo su root cd sudo apt-get update sudo apt-get install -y net-tools curl git npm vim nginx 2. Install PM...