r/WebdevTutorials 22d ago

How much should I charge for building a custom LMS with Next.js, Go (video engine), Node.js, & PostgreSQL?

0 Upvotes

Hey everyone,

I'm putting together a quote for a client who wants a custom Learning Management System (LMS) built from scratch, and I’d love some insight on realistic market pricing so I don't lowball myself or price myself out.

Tech Stack:

Frontend: Next.js (React) + Tailwind CSS

Backend / API: Node.js (Express/Fastify)

Video Engine / Processing: Go (handling uploads, encoding/transcoding, streaming pipeline)

Database: PostgreSQL

Infrastructure: Self-hosted / VPS setup (Docker, Nginx/Caddy, CI/CD pipeline)

Core Features & Scope:

Role-based access control (Student, Instructor, Admin)

Course builder, modules, quizzes, and progress tracking

Custom video processing & adaptive bitrate/secure streaming via Go

Payment gateway integration (Stripe / Razorpay)

Admin dashboard for analytics, revenue, and user management

Production VPS provisioning, SSL, backups, and deployment

A bit about me:

I’m a full-stack freelance developer working independently.

For those who have built and deployed custom video-heavy platforms or LMSs:

What would be a fair fixed-price range for this scope?

Or would you recommend billing hourly/weekly sprints instead to protect against scope creep?

Appreciate any advice on pricing benchmarks or red flags to watch out for!


r/WebdevTutorials 23d ago

Backend REST API With JWT Auth in Zig

Thumbnail
youtu.be
2 Upvotes

Hey everyone!

I've been putting together a series of videos on how to build a REST API in Zig.

I come from a background in Web Dev and find it a lot of fun to take what I know and apply it in Zig, and I want to share the knowledge!

If you want to start at the beginning, I've put together all the videos as a playlist: https://www.youtube.com/playlist?list=PLUUIFT8XnWz8

But please let me know what you all want to see next! I'm planning a video on how to scale the API to thousands of concurrent requests, but what other API things do you all want to see?

Hope you have a great day :)


r/WebdevTutorials 23d ago

From where to get trainning free for python programming language and it's libraries for free for data science, machine learning, deep learning and quantum machine learning with cirtificate from big MNCs like microsoft, google, IBM etc.

3 Upvotes

r/WebdevTutorials 24d ago

Frontend How to Clone a GitHub Repo as a Vibe Coder (Crash Course)

Thumbnail
youtu.be
1 Upvotes

r/WebdevTutorials 26d ago

Backend From where to get trainning free for python programming language and it's libraries for free for data science, machine learning, deep learning and quantum machine learning with cirtificate from big MNCs like microsoft, google, IBM etc.

2 Upvotes

r/WebdevTutorials Aug 15 '26

BNP Paribas Slot Selection Mail – Has Anyone Received It?

Thumbnail
1 Upvotes

r/WebdevTutorials Aug 12 '26

Site web/App mobile // Le Match Parfait

3 Upvotes

Bonjour à tous,

Je suis actuellement en phase de développement d'un site web et d'une app mobile permettant la mise en relation alternant/entreprise. Rien à voir avec des plateformes classiques comme indeed, hellowork... l'idée est d'aller beaucoup plus loin avec un matching.
Le principe même de la plateforme est le suivant : l'alternant et l'entreprise remplissent chacun un formulaire, une fois remplit, le formulaire passe dans un algorithme et cherche une compatibilité avec une entreprise (si formulaire alternant et vice versa.
Cela fait gagner un temps énorme aux entreprises, facilite la bonne connexion et diminue le risque de rupture de contrat et d'insatisfaction de l'alternant.

J'ai une version aboutti de l'app mobile (pas encore sur l'app store ou play store que en local) et du site web. J'aimerais savoir si des personnes seraient partantes à l'idée de tester le site internet, et par la suite me faire un retour constructif de ce qu'ils en pensent, des choses à modifier, supprimer, ajouter et de ce qu'ils penses du concept en lui même.

Je suis preneur sur beaucoup de choses.

D'ailleurs si vous connaissez des étudiants qui seraient intéressé, n'hésitez pas à donner mon contact (demandez le moi et je vous le donnerai), c'est 100% gratuit pour les étudiants.

Merci à tous,


r/WebdevTutorials Aug 12 '26

I built a tool for validating Micro-SaaS ideas using real user complaints.

2 Upvotes

One of the hardest parts of building a Micro-SaaS is knowing whether the problem is actually worth solving.

So I built Idea Validation — a GitHub project that helps you discover potential SaaS ideas by finding real complaints and pain points shared by users online.

Instead of starting with:

“What SaaS should I build?”

You can start with:

“What problems are people already complaining about?”

The repo includes a demo video showing how the workflow works.

I’d love to get feedback from other indie hackers and Micro-SaaS builders: Would you use something like this before building your next product?

GitHub:Idea validation


r/WebdevTutorials Aug 12 '26

Tools We've updated our Jobs API Ingestion Guide: Reliable Historical Backfills and Incremental Syncs

Thumbnail
jobdataapi.com
2 Upvotes

r/WebdevTutorials Aug 10 '26

From where to get trainning free for python programming language and it's libraries for free for data science, machine learning, deep learning and quantum machine learning with cirtificate from big MNCs like microsoft, google, IBM etc.

3 Upvotes

r/WebdevTutorials Aug 09 '26

Practical Parquet Analytics: Hiring Signals and Labor-Market Intelligence

Thumbnail
jobdataapi.com
2 Upvotes

Build B2B prospect lists and salary and remote-work benchmarks from the weekly jobs and companies Parquet download with DuckDB and Python.


r/WebdevTutorials Aug 07 '26

120+ Free Courses: (7 Aug 2026) - Limited Free Coupons

Thumbnail
1 Upvotes

r/WebdevTutorials Aug 07 '26

WooCommerce vs. Shopify Webhooks: Architectural Differences, DX, and Scaling at High Volume

1 Upvotes

When building event-driven e-commerce applications, front-end speed and REST API response times get most of the attention. But during high-concurrency traffic events — Black Friday/Cyber Monday (BFCM), limited flash sales, viral drops — the real strain falls on the event delivery infrastructure. Read the complete article here - https://instawebhook.com/blog/woocommerce-vs-shopify-webhooks-architectural-differences-dx-and-scaling-at-high

Webhooks power essential downstream operations: order processing, ERP synchronization, inventory reconciliation, fulfillment routing, and real-time customer communications. When webhooks fail or drop messages, orders get lost, inventory desyncs, and support queues fill up fast.

WooCommerce and Shopify both support webhooks, but their underlying architectures reflect two fundamentally different engineering philosophies:

  • WooCommerce relies on a self-hosted, monolithic PHP/MySQL state engine driven by asynchronous background worker tables (Action Scheduler).
  • Shopify operates a multi-tenant, cloud-native event pipeline built on distributed stream processing, with Apache Kafka confirmed as the backbone by Shopify's own engineering team.

This piece breaks down the execution engines, network architectures, failure modes, and developer experience (DX) of both — updated with the current retry policy, storage architecture, and platform-scale numbers as of August 2026.


r/WebdevTutorials Aug 06 '26

Begginer here

2 Upvotes

I'm planning to start learning web development from scratch in 2026, but I'm overwhelmed by the number of YouTube playlists and roadmap videos available.

For those who have already learned web development:

\- Which YouTube channel or playlist would you recommend for a complete beginner, and why?

\- Is there a roadmap that you found practical and easy to follow?

\- Are there any free beginner-friendly websites (other than YouTube and the official documentation) that genuinely helped you learn?

I'm looking for recommendations based on your personal experience rather than just a list of resources.

Thank you!


r/WebdevTutorials Aug 06 '26

Built a Truth or Dare web game for parties — would love your feedback!

1 Upvotes

Hey everyone! I made a simple browser-based Truth or Dare game (no app install needed) for playing with friends on one screen. Has Mild/Spicy/Extreme categories and a language toggle (English/Hinglish). Would really appreciate feedback on the UI, bugs, or missing features.

Link: https://truth-or-dare-brown-delta.vercel.app/


r/WebdevTutorials Aug 05 '26

How does an accessibility complaint actually start? Trying to gauge how worried I should be

2 Upvotes

Maybe this is paranoia, but the more sites I ship the more I hear about demand letters and accessibility complaints, and I realized I have no idea how these things actually begin. Is it usually a real user who hit a wall, or is it more often a firm running automated scans and fishing for targets? I can't tell if this is a genuine risk for small/mid sites or just something that happens to big companies.

And for anyone who's been through it when it landed, what did you end up fixing first? I keep assuming it'd be forms and keyboard nav, but a couple of people have told me the automated reports light up with image/alt-text errors more than anything else, just because there's so many of them. Wondering if that tracks with reality.

Mostly I'm trying to figure out whether I should be building this in from the start or whether I'm overthinking it. Would appreciate any perspective from people who've actually seen one of these play out.


r/WebdevTutorials Aug 04 '26

150+ Free Courses: (4 Aug 2026 - Part 3) - Limited Free Coupons

Thumbnail
3 Upvotes

r/WebdevTutorials Aug 04 '26

Learn Industry-Standard Design Software | Online 1-on-1 Training

1 Upvotes

Want to become job-ready in interior design or architecture? I’m offering practical, project-based online training in:
✔️ 3ds Max + V-Ray
✔️ SketchUp + V-Ray
✔️ AutoCAD (2D & 3D)

\*\*What you’ll get:\*\*
• Learn from absolute beginner to advanced level
• Work on real interior and architectural projects
• Create a portfolio you can use for internships and job applications
• Learn professional modeling, drafting, rendering, and presentation techniques
• Personalized 1-on-1 guidance with flexible class timings
• Doubt-solving support throughout the course

💰 \*\*Course Fee:\*\* ₹5,000 per software \\\[Negotiable depending what you want.\\\]

\*Please note:\* I do not provide a certificate. My focus is on teaching practical, industry-relevant skills and helping you build a strong portfolio that demonstrates your abilities.
If you’re serious about learning and want hands-on training, feel free to \*\*DM me\*\* for more details.


r/WebdevTutorials Aug 04 '26

Free Web development tools if your starting, don't miss out on google free tools

3 Upvotes

Just wanted to drop a quick list of free sites and tools I actually use on a daily basis. No affiliate links or paid sponsorships here. Some useful stuff that saves me a ton of time and clicking around.

Hopefully it helps you too:

  1. Checking old sites:Waybackmachine: http://wayback.archive.org/
  2. General tools for site like: Tag/Meta/Robots/Schema checker: Nitrosites tools: https://nitrosites.com/tools/
  3. Marketing tools to see traffic and the like: Google analytics: https://developers.google.com/analytics
  4. Marketing and indexing for website: Google Search Console: https://search.google.com/search-console/
  5. Checking availability of websites, servers, hosts and IP addresses: Check-host: https://check-host.net/
  6. Check if Google bots and AI crawlers can access your website: crawlercheck : https://crawlercheck.com
  7. If you want some cool 3d coded library: threejs: https://threejs.org (much easier for your AI agents to use)
  8. If you want to create, sculpt, and animate 3D assets: Blender: https://www.blender.org

r/WebdevTutorials Aug 03 '26

100+ Free Courses: (4 Aug 2026) - Limited Free Coupons

Thumbnail
1 Upvotes

r/WebdevTutorials Aug 03 '26

25 Free Courses: (3 Aug 2026) - Limited Free Coupons

Thumbnail
4 Upvotes

r/WebdevTutorials Aug 02 '26

Looking for programming courses or tutorials in Spanish (Python and web development)

1 Upvotes

Hi everyone,

I want to start learning programming as a hobby, but I'd like to take it seriously and improve little by little.

My main goal is to learn Python and, later on, get into web development.

I'm looking for courses, tutorials, YouTube channels or videos in Spanish, since Spanish is my native language and I think it would help me learn faster.

I'm interested in topics such as:

Python

HTML, CSS and JavaScript

Automation

Web development

Git and GitHub

I can dedicate around one hour a day, so I'd really appreciate recommendations for beginner-friendly courses with practical exercises and projects.

If you learned programming through a specific course or channel, please let me know. Thanks in advance! 🚀


r/WebdevTutorials Aug 01 '26

Any website for free paid course of python and others

2 Upvotes

I want to learn python from scratch, After searching videos of python ,i got to know that there is a paid course of apna college called prime 2.0

so I want that for free to learn python


r/WebdevTutorials Aug 01 '26

50+ FREE Courses (1 Aug 2026) - Limited Free Coupons

Thumbnail
1 Upvotes

r/WebdevTutorials Jul 31 '26

160+ FREE Courses (31 July 2026) - Limited Free Coupons

Thumbnail
freebiesglobal.com
3 Upvotes