---
title: "Developer Forum - GreatStack"
url: "https://greatstack.dev/forum"
type: "forum"
description: "Share knowledge, ask questions, and earn coins through community engagement."
---
# Developer Forum

Share knowledge, ask questions, and earn coins through community engagement.

## Recent Posts

### [recent project - AI powered social media automation website](https://greatstack.dev/forum/post/recent-project-ai-powered-social-media-automation-website-L3TYc)

- **Author:** Kshitij Jha
- **Date:** 2026-05-31
- **Score:** 0 · 💬 0 comments · 👁 13 views

> hi, i have purchased this source code but it is a x-zip-compressed file and it is not i tried to unzip it but its not happening. can you please tell me whats happening.

### [[Project Suggestion] Building a "Code Arena" Clone (arena.ai) — The Ultimate Side-by-Side AI Web Builder!](https://greatstack.dev/forum/post/project-suggestion-building-a-code-arena-clone-arenaai-the-ultimate-side-by-side-SpTLF)

- **Author:** Soheil M.D
- **Date:** 2026-05-29
- **Score:** 0 · 💬 0 comments · 👁 3 views
- **Tags:** `lovable`, `boltnew`, `arenaai`, `replit`, `cursor`

> Hey everyone,

First of all, a huge shoutout to Avinash for the legendary long-form tutorials! The depth of the AI development tools built on this channel is absolutely unmatched.

Since we’ve seen so...

### [Hello](https://greatstack.dev/forum/post/hello-wBxK-)

- **Author:** CodebyMaheen 
- **Date:** 2026-05-20
- **Score:** +2 · 💬 0 comments · 👁 11 views

> Hello Everyone,
I am Mohammad Maheen Hanfi. A Full Stack Web Developer, Web Designer etc.,. If you want to ask something with me so please send me message on this email and phone no.. 👇

Email :- [co...

### [After payment not recived the source code](https://greatstack.dev/forum/post/after-payment-not-recived-the-source-code-yVTn8)

- **Author:** HARSHA VARDHAN REDDY MANUKONDA
- **Date:** 2026-05-14
- **Score:** +1 · 💬 2 comments · 👁 50 views

> i  have  done the payment but not recivied the source code file 
ca any one help me with this issue?

### ["Forever" E-commerce Platform Deployed.](https://greatstack.dev/forum/post/forever-e-commerce-platform-deployed-6YyY_)

- **Author:** Hemant Chauhan
- **Date:** 2026-05-04
- **Score:** 0 · 💬 0 comments · 👁 52 views

> Sir, I am happy to share that I have completed and deployed my e-commerce project named **'Forever'**.

`#AdminDashboard` `#Frontend` `#Backend` `#FullStack` `#ForeverProject`...

### [How to get featured on GreatStack official website?](https://greatstack.dev/forum/post/how-to-get-featured-on-greatstack-official-website-IZV4P)

- **Author:** Gaurav Gupta
- **Date:** 2026-04-25
- **Score:** +1 · 💬 0 comments · 👁 28 views

> I mean this page: [https://greatstack.dev/stars](https://greatstack.dev/stars)

### [Building Employee management system project for my college submission](https://greatstack.dev/forum/post/building-employee-management-system-project-for-my-college-submission-INe_I)

- **Author:** Gaurav Gupta
- **Date:** 2026-04-18
- **Score:** 0 · 💬 2 comments · 👁 74 views
- **Tags:** `project`, `mernstack`, `fullstack`, `webproject`, `collegeproject`

> Where can i share this project with you once i complete it?

Can i share on greatstack instagram profile?

Thanks for providing top notch project where everyone is doing copy and paste using vibe codi...

### [can anyone help me to make a my own website of hotelbooking and also ineed it in mobile app also can anyone plz help me](https://greatstack.dev/forum/post/can-anyone-help-me-to-make-a-my-own-website-of-hotelbooking-and-also-ineed-it-in-f-4dO)

- **Author:** Fazeeq Dulkareen
- **Date:** 2026-04-17
- **Score:** +1 · 💬 2 comments · 👁 51 views

> can anyone help me to make a my own website of hotelbooking and also ineed it in mobile app also can anyone plz help me

### [What is the difference between props and state in React?](https://greatstack.dev/forum/post/what-is-the-difference-between-props-and-state-in-react-kxDkM)

- **Author:** Gaurav Maurya
- **Date:** 2026-04-05
- **Score:** +1 · 💬 0 comments · 👁 48 views
- **Tags:** `reactjs`, `props`, `usesatate`, `frontend`

> ### Props

- Props means **properties**

- Used to pass data from parent to child

- **Read-only** (cannot be modified)

- Used for communication between components

### State

- Used to manage compon...

### [What is the difference between useEffect() and useLayoutEffect() in React?](https://greatstack.dev/forum/post/what-is-the-difference-between-useeffect-and-uselayouteffect-in-react-QrEX0)

- **Author:** Gaurav Maurya
- **Date:** 2026-04-05
- **Score:** +1 · 💬 0 comments · 👁 17 views
- **Tags:** `reactjs`, `useeffect`, `uselayouteffetc`, `useeffectvsuselayouteffect`

> In React, many developers get confused between **useEffect()** and **useLayoutEffect()** because both are used to handle side effects in functional components. However, the main difference is in **whe...

### [domino game with react(help me build it)](https://greatstack.dev/forum/post/domino-game-with-reacthelp-me-build-it-Dz-vr)

- **Author:** Giorgi Akhalkatsishvili
- **Date:** 2026-03-30
- **Score:** 0 · 💬 0 comments · 👁 33 views

> Hey everyone 👋
I’m currently learning React and trying to build a domino game app. I understand the basics of React, but I’m struggling a bit with how to structure the game logic properly (like handl...

### [When should we use map() vs forEach() in JavaScript?](https://greatstack.dev/forum/post/when-should-we-use-map-vs-foreach-in-javascript-PDb9W)

- **Author:** Dev Hacker
- **Date:** 2026-03-29
- **Score:** +2 · 💬 0 comments · 👁 40 views
- **Tags:** `javascript`, `arrays`, `coding`, `webdev`

> Both map() and forEach() are used to loop through arrays, but they serve different purposes.

map():

- Returns a new array

- Used when you want to transform data

forEach():

- Does not return anyth...

### [What is the difference between var, let, and const in JavaScript?](https://greatstack.dev/forum/post/what-is-the-difference-between-var-let-and-const-in-javascript-Ebeaq)

- **Author:** Dev Hacker
- **Date:** 2026-03-29
- **Score:** +1 · 💬 0 comments · 👁 22 views
- **Tags:** `javascript`, `webdevelopment`, `beginners`, `coding`

> Understanding variable declaration is very important in JavaScript.

Here are the key differences:

1. var:

- Function scoped

- Can be redeclared

- Hoisted with undefined

2. let:

- Block scoped

...

### [noew](https://greatstack.dev/forum/post/noew-DE1dK)

- **Author:** Tayyab noor Noor elahi
- **Date:** 2026-03-25
- **Score:** 0 · 💬 0 comments · 👁 11 views
- **Tags:** `nn`, `df`, `dfd`, `a`, `fa`

> /tayyabcode-vortex-11a295364//tayyabcode-vortex-11a295364//tayyabcode-vortex-11a295364//tayyabcode-vortex-11a295364//tayyabcode-vortex-11a295364//tayyabcode-vortex-11a295364//tayyabcode-vortex-11a2953...

### [🚀 Project Update: Imagify (Text-to-Image Converter)](https://greatstack.dev/forum/post/-project-update-imagify-text-to-image-converter-W5S1-)

- **Author:** Muhammad Waqar
- **Date:** 2026-03-25
- **Score:** 0 · 💬 1 comments · 👁 35 views

> Made solid progress today! 🎉
✨ Users can now generate images from text prompts
🔗 Built a secure /generate-image endpoint with Express.js
🔐 Added authentication so only logged-in users can access fe...

### [How do you deploy MERN stack apps for production?](https://greatstack.dev/forum/post/how-do-you-deploy-mern-stack-apps-for-production-loJMG)

- **Author:** Sudhanshu Kumar
- **Date:** 2026-03-16
- **Score:** +6 · 💬 0 comments · 👁 36 views
- **Tags:** `mongodb`, `db`, `vercel`, `google`, `aws`

> I can build MERN stack apps locally, but I’m confused about deploying them.

What is the best production setup for:

- Backend (Node + Express)

- Database (MongoDB)

- Frontend (React)

Should I use ...

### [How do I structure a MERN stack project for scalability?](https://greatstack.dev/forum/post/how-do-i-structure-a-mern-stack-project-for-scalability-h9KQE)

- **Author:** Sudhanshu Kumar
- **Date:** 2026-03-16
- **Score:** +3 · 💬 1 comments · 👁 53 views
- **Tags:** `mern-stack`, `nodejs`, `express`, `react`, `mongodb`

> I’m learning the MERN stack and building small projects. I usually put everything in simple folders, but when the project grows it becomes messy.

How should a proper MERN stack project be structured ...

### [How important is learning JavaScript fundamentals before using frameworks?](https://greatstack.dev/forum/post/how-important-is-learning-javascript-fundamentals-before-using-frameworks-j2CBE)

- **Author:** Amit Kumar
- **Date:** 2026-03-12
- **Score:** +1 · 💬 0 comments · 👁 10 views
- **Tags:** `react`, `javascript`, `webdevelopment`

> I’ve noticed that many beginners jump directly into frameworks like **React, Angular, or Vue** without fully understanding JavaScript fundamentals.

Frameworks make development easier by providing bui...

### [Are personal projects important for getting a developer job?](https://greatstack.dev/forum/post/are-personal-projects-important-for-getting-a-developer-job-rOIKF)

- **Author:** Amit Kumar
- **Date:** 2026-03-11
- **Score:** +1 · 💬 1 comments · 👁 30 views
- **Tags:** `projects`, `developer`, `jobs`, `programming`

> **Many developers recommend building personal projects to improve programming skills.**

Projects allow developers to practice:

- building real applications

- solving practical problems

- learning ...

### [Is TypeScript really necessary for modern JavaScript projects?](https://greatstack.dev/forum/post/is-typescript-really-necessary-for-modern-javascript-projects-WzOlA)

- **Author:** Amit Kumar
- **Date:** 2026-03-11
- **Score:** +3 · 💬 1 comments · 👁 30 views
- **Tags:** `javascript`, `development`, `coding`, `webdevelopment`

> I’ve noticed that many companies are adopting **TypeScript** for frontend and backend projects.

TypeScript adds **static typing** to JavaScript, which can help catch errors during development and imp...

### [Is React still the best choice for frontend development in 2026?](https://greatstack.dev/forum/post/is-react-still-the-best-choice-for-frontend-development-in-2026-wR8a6)

- **Author:** Amit Kumar
- **Date:** 2026-03-11
- **Score:** +1 · 💬 0 comments · 👁 29 views
- **Tags:** `reactjs`, `development`, `frontend`, `javascript`

> I’ve been thinking about this lately and wanted to hear what other developers think.

For the past few years, **React** has been one of the most popular frontend libraries. Many companies use it for b...

### [PAYMENT PAGE NOT WORKING](https://greatstack.dev/forum/post/payment-page-not-working-Bxkf1)

- **Author:** Pavar Pragnesh
- **Date:** 2026-03-07
- **Score:** +1 · 💬 1 comments · 👁 22 views

> PLEASE ISSUE RESOLVE  SOON AS POSIBLE.

### [Is Tailwind CSS Making Developers Worse at CSS?](https://greatstack.dev/forum/post/is-tailwind-css-making-developers-worse-at-css-2E1Es)

- **Author:** Aashish 
- **Date:** 2026-03-06
- **Score:** 0 · 💬 0 comments · 👁 13 views
- **Tags:** `tailwindcss`, `css`, `frontend`, `webdev`, `ui`

> I’ve noticed something interesting over the past couple of years as Tailwind CSS has become more popular. A lot of developers love Tailwind because it makes building UI really fast. You can style comp...

### [Is DSA Really Required for Frontend Developers?](https://greatstack.dev/forum/post/is-dsa-really-required-for-frontend-developers-HTSFD)

- **Author:** Aashish Roy
- **Date:** 2026-03-06
- **Score:** +1 · 💬 0 comments · 👁 18 views
- **Tags:** `frontend`, `dsa`, `javascript`, `interviews`, `career`

> I’ve been thinking about this a lot recently and wanted to hear other developers’ opinions.

Most big tech companies still focus heavily on **DSA (Data Structures - Algorithms)** in interviews. You’ll...

### [Will AI Replace Junior Developers in the Next few Years? Honest Discussion](https://greatstack.dev/forum/post/will-ai-replace-junior-developers-in-the-next-5-years-honest-discussion-2qB95)

- **Author:** Aashish Roy
- **Date:** 2026-03-06
- **Score:** +1 · 💬 3 comments · 👁 42 views
- **Tags:** `development`, `ai`, `programming`, `developers`

> Over the past year, AI tools like ChatGPT, Copilot, and Cursor have become incredibly powerful. Tasks that once took hours can now be done in minutes.

This raises an important question for the develo...

### [AI Can Generate Code, But Not Complete Products](https://greatstack.dev/forum/post/ai-can-generate-code-but-not-complete-products-OEGEh)

- **Author:** Garima 
- **Date:** 2026-03-05
- **Score:** +2 · 💬 0 comments · 👁 19 views

> Artificial Intelligence has changed the way developers write code. Tools like **AI code assistants** can generate functions, fix bugs, and even create entire files within seconds.

But there is an imp...

### [Tailwind vs Traditional CSS](https://greatstack.dev/forum/post/tailwind-vs-traditional-css-1HScn)

- **Author:** Dev Kumar
- **Date:** 2026-03-05
- **Score:** +2 · 💬 1 comments · 👁 29 views
- **Tags:** `web-design`, `ui`, `css`, `frontend`, `tailwindcss`

> When building modern web applications, developers often debate between using **utility-first frameworks** like **Tailwind CSS** and writing **traditional CSS** styles manually. Both approaches can pro...

### [Where Do You Deploy Your Web Apps - Vercel, VPS or Cloud Platforms?](https://greatstack.dev/forum/post/where-do-you-deploy-your-web-apps-vercel-vps-or-cloud-platforms-9YLoO)

- **Author:** Dev Kumar
- **Date:** 2026-03-05
- **Score:** +3 · 💬 0 comments · 👁 13 views
- **Tags:** `cloud`, `docker`, `devops`, `vercel`, `deployment`

> One of the common decisions developers face after building a web application is **where to deploy it**. Today there are many options available, from simple server-less platforms to full cloud infrastr...

### [MongoDB vs PostgreSQL - Which Database Is Better for Web Applications?](https://greatstack.dev/forum/post/mongodb-vs-postgresql-which-database-is-better-for-web-applications-SvGQS)

- **Author:** Dev Kumar
- **Date:** 2026-03-05
- **Score:** +2 · 💬 0 comments · 👁 11 views
- **Tags:** `fullstack`, `backend`, `database`, `postgresql`, `mongodb`

> Choosing the right database is one of the most important decisions when building a web application. Two of the most popular options today are **MongoDB** and **PostgreSQL**. Both are powerful, widely ...

### [Best Authentication Method for Modern Web Apps?](https://greatstack.dev/forum/post/best-authentication-method-for-modern-web-apps-GR0HJ)

- **Author:** Dev Kumar
- **Date:** 2026-03-05
- **Score:** +2 · 💬 0 comments · 👁 30 views
- **Tags:** `backend`, `security`, `jwt`, `authentication`

> Authentication is a critical part of any modern web application. With options like sessions, JWT, OAuth, and password-less login, choosing the right approach can be confusing. The “best” method usuall...

---

_View all discussions at [GreatStack Forum](https://greatstack.dev/forum)._
