🧑‍💻 Front End Web Developer
sheikmostafizur.bsky.social
🧑‍💻 Front End Web Developer
@sheikmostafizur.bsky.social
🎯 Added Edit & Delete features to the Edust dashboard table!
Used dropdown + Shadcn sheet for edit & dialog for delete 💡
Also added my own voice for the first time in the demo 🎤

Check it out 👉 www.edust.org

📩 sheikmostafizur2001@gmail.com

#Nextjs #React #MERN #Edust #WebApp #FrontendDev
November 12, 2025 at 3:06 AM
🚀 Built an Advanced Table System in Next.js — with search, filter, pagination & URL sync!

Super useful for dashboards & admin panels.
Part of the Edust project 👨‍💻

#Nextjs #React #MERN #WebDev #Frontend #Edust

Follow me: github.com/sheik-mostaf...
November 7, 2025 at 5:32 AM
🚀 Built the Student Quiz Play UI for Edust!
Students can take free & paid quizzes, track progress, and unlock paid ones via bKash 💳

Loved working on state, payment & UI flow in React + Next.js ⚡

#React #Nextjs #MERN #WebApp #Edust

Try it now 👉 www.edust.org
November 5, 2025 at 2:58 AM
🎉 Edust Web v0.5.0 is live!
Smarter quizzes 💡
Better results 📊
Easier for teachers & students.

Try it now 👉 www.edust.org
November 3, 2025 at 2:50 AM
It’s more than just taking tests — Edust helps track progress, boost interaction & simplify management for schools and coaching centers.

Built with React + Next.js + PostgreSQL 🧩

#MERN #Frontend #FullStack #Edust
October 29, 2025 at 2:04 AM
🎯 Built a dynamic Quiz Landing Page for Edust — connecting teachers & students through interactive learning.

Fully responsive (desktop + mobile) with a clean scroll-based layout. Learned a lot about UI/UX & component structure in React + Next.js.

Feedback welcome 👀

#Nextjs #MERN #Frontend #Edust
October 24, 2025 at 1:38 PM
Sometimes, when I can't figure out the logic for an Edust API 🤯, I just draw a quick diagram 📝 — and suddenly, everything clicks 💡. Visual thinking really works!

#DeveloperLife #APIDesign #ProblemSolving #CodingTips #Edust #TechTips 🚀

www.edust.org
September 9, 2025 at 7:44 AM
I am not good with Typescript, but I am learning it. I was facing the problem with nestjs/prisma project. When I created the repository, the return types was not working properly. I tried to fix it but I did not able to do it without ai.
AI is very good for new things learning.

#prisma #ts #edust
July 7, 2025 at 7:22 AM
I learn many things and set up NestJS.
I am very impressed with API versioning in NestJS.
#nestjs #api #edust
July 3, 2025 at 4:00 PM
Is Storing HTML in Your Database Good for SEO?

Is it beneficial for SEO to dump raw HTML content into your database? Discover how storing sanitized HTML can enhance page speed and search engine indexing, as well as best practices for maintaining the security and SEO friendliness.

#edust #news #seo
July 1, 2025 at 4:13 PM
🚀 Edust v0.4.0 is here!
Take learning to the next level with our brand-new Quiz System 🧠

✅ Create timed quizzes with MCQs
✅ Share via public/private links
✅ Auto result display
✅ Social-ready result sharing

Let the assessments begin! 🎯
#Edust #Quiz #EdTech #v040

www.edust.org
July 1, 2025 at 7:37 AM
Today I am exploring Prisma and Seed with NestJS. Yes, we faced many problems. Many people helped me from the #nestjs Discord server. I appreciate their help.
June 30, 2025 at 10:32 AM
Today, it was first explored with NestJS and TurboRepo, but the problem was in the NestJS API endpoint path. I can't find the easy solutions for writing prefixes. I am not talking about globalPrefix. Do you have any solution?
#turborepo #nestjs
June 29, 2025 at 4:33 PM
🚀 Hey devs!
Our backend (Node.js + Express + TS) has 150+ endpoints and is growing fast.
To avoid future pain migrating to NestJS, I’m switching now — with NestJS + Turborepo for better structure & scale.

Is it the right decision?🤔💬 @turborepo.com
June 29, 2025 at 5:18 AM
🛢️ Today I explore that in SQL database allow to create nullable foreign key data or row. This is a powerful feature that allows you to create relationships between tables in database.

🛢️ #database #postgresql #typescript #edust
June 28, 2025 at 12:26 AM
⏳ Long time no post! I’m working on #Edust internally — redesigning the database for **v0.5.0**.

Big things are coming soon!

📘🛠️ #Edust #DevUpdate #SchoolManagementSystem #v050
June 27, 2025 at 11:38 AM
🚀 Edust Web v0.3.0 is live!

Take control with Role-Based Access, smarter Student Management, and instant Live Support – all in one seamless platform.

🔗 Try it now: www.edust.org
📝 Credentials in the comments 👇

#Edust #WebUpdate #EdTech #StudentSuccess
May 23, 2025 at 4:07 PM
🚀 New in Edust Org
✨ Real-time notifications are here!

Now get instant alerts when roles are assigned or removed — no refresh needed! 🔔
Built with 🔥 Socket.IO magic 🪄

#Edust #DevUpdate #Realtime #NextJS #BackendMagic 💻👨‍🏫
May 7, 2025 at 7:37 AM
🚀 New in Dev Mode!
We’re building real-time online user tracking for Edust Org!
See who's online 👀 — simple, fast, and focused.
#edust #EdustOrg #RealTime #socket #io 🛠️
May 5, 2025 at 5:39 PM
✨ Did you know? You can use Reflect.deleteProperty in JavaScript to safely remove a property from an object. It's a modern and reliable alternative to the delete operator! 🚀 #JavaScriptTips #WebDevelopment
May 2, 2025 at 11:35 PM
🚀 Quick React Hook Form Tip!

Instead of setting form values one by one with `setValue`, you can use:

```ts
form.reset({ email: profile.data?.email });
```

✅ Clean
✅ Simple
✅ Great for populating forms from API responses!

#reacthookform #typescript #nextjs #webdev #devtips
April 28, 2025 at 5:26 AM
Title: HTTP DELETE Method with Request Body

Just found out that the HTTP DELETE method can have a request body 🤯🔥

I always thought it wasn’t allowed, but it depends on the server!

Little things like this make me weirdly excited 😂💻 #WebDev #HTTP #METHODS

Now I’m wondering… should I use it? 🤔💭
April 21, 2025 at 3:26 PM
🤫🤫🤫

#edust #edust_org
April 21, 2025 at 3:40 AM
🚀 Exciting News: Upcoming Features for Edust! 🚀

🔑 Role-Based Access Control (RBAC)
⚡ Real-Time System
💬 Live Support
🎓 Student Management

For more details, check out: github.com/edust-org/ed...

#Edust #EdustOrg #RBAC
Features
Edust belongs to the Educational Organization Student and Teacher - edust-org/edust
github.com
April 6, 2025 at 4:36 AM
Hiding Root Layout in Next.js Subpages: A Step-by-Step Guide

This guide will show you how to hide the root layout in specific subpages within a Next.js application. Follow the steps below to get started.

dev.to/sheikmostafi...

#nextjs #reactjs #mern #fullstack #edust #edust_org
Hiding Root Layout in Next.js Subpages: A Step-by-Step Guide
This guide will show you how to hide the root layout in specific subpages within a Next.js...
dev.to
March 14, 2025 at 8:41 AM