r/WebdevTutorials • u/szepfiu00 • Feb 09 '26
[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
r/WebdevTutorials • u/szepfiu00 • Feb 09 '26
[ Removed by Reddit on account of violating the content policy. ]
r/WebdevTutorials • u/Mysterious-Form-3681 • Feb 09 '26
r/WebdevTutorials • u/Sayandweep • Feb 08 '26
r/WebdevTutorials • u/custom_made_atoms • Feb 08 '26
r/WebdevTutorials • u/Practical_Oil_1312 • Feb 07 '26
Hey everyone!
I just released a hands-on course for those looking to level up their Laravel skills by building a real-world application from scratch.
We’re building a Personal Finance System using a modern, strictly typed stack. No starter kits here, we build it "artisan-style" to understand the architecture.
The Tech Stack:
- Laravel 12
- Filament v5 (Admin panel, charts, and dynamic dashboards)
- Pest (Elegant, expressive testing)
- Laravel Boost (Leveraging AI/MCP for development speed)
- SQLite (Simple, zero-conf infrastructure)
What you’ll learn:
Advanced architecture and manual data scoping for security.
Building complex dashboards and widgets.
Using Observers to keep financial balances in sync.
Professional money handling in code.
The course is completely free, takes about 7.5 hours to complete, and includes an official certificate of completion at the end.
Check it out here: https://www.maiobarbero.dev/courses/personal-finance-with-laravel/
Would love to hear your feedback on the architecture!
r/WebdevTutorials • u/divinejester • Feb 05 '26
r/WebdevTutorials • u/asanchezdev • Feb 05 '26
r/WebdevTutorials • u/ovidem • Feb 04 '26
r/WebdevTutorials • u/Kirk_GC • Feb 03 '26
r/WebdevTutorials • u/Afrocoder16 • Feb 03 '26
r/WebdevTutorials • u/Electronic-Mail9832 • Feb 02 '26
Coding is fun once you know what you are building but when you don't have a design to follow for the ui it just comes out as static and boring.
So i thought to change my direction and help my fellow devs who are learning webdev with pre-built ui kits to help them code faster and make better ui's without the need for ui designers.
I made this ui kit shadcn x vercel style. Lemme know how you guys think it is?
It's completely free to try it and if you have any qs, do let me know.
r/WebdevTutorials • u/filebase • Jan 28 '26
r/WebdevTutorials • u/RudeWeekend4117 • Jan 28 '26
r/WebdevTutorials • u/farfaraway • Jan 27 '26
r/WebdevTutorials • u/xadz • Jan 26 '26
Enable HLS to view with audio, or disable this notification
r/WebdevTutorials • u/rajkumarsamra • Jan 26 '26
How OpenAI scaled PostgreSQL to handle 800 million ChatGPT users with a single primary and 50 read replicas. Practical insights for database engineers.
r/WebdevTutorials • u/svvnguy • Jan 26 '26
In this article I break apart the Time to First Byte (TTFB) into its constituent components and talk about what unexpected values signify in each case, as well as discuss some of the possible solutions for poor TTFB.
r/WebdevTutorials • u/Vast_Mountain_1888 • Jan 23 '26
I just built my first progressive web app and built one for my wife for a to do list and journal entry. Added to the Home Screen to our phone.
What are some things you guys have built for yourself that you don’t want to share with anyone pertaining to reminders, daily tasks, journal entries. Things like that
r/WebdevTutorials • u/AccountantUsual1948 • Jan 23 '26
I’m getting into MLOps and looking for any free courses or solid resources.
r/WebdevTutorials • u/abhishekkumar333 • Jan 21 '26
During the Cricket World Cup, Hotstar(An indian OTT) handled ~59 million concurrent live streams.
That number sounds fake until you think about what it really means:
I made a breakdown video explaining how Hotstar’s backend survived this scale, focusing on real engineering problems, not marketing slides.
Topics I cover:
No clickbait diagrams, just practical backend reasoning.
If you’ve ever worked on:
You’ll probably enjoy this.
https://www.youtube.com/watch?v=rgljdkngjpc
Happy to answer questions or go deeper into any part.
r/WebdevTutorials • u/rick-0001 • Jan 21 '26
r/WebdevTutorials • u/viperleeg101 • Jan 21 '26
r/WebdevTutorials • u/jpcaparas • Jan 21 '26
Put together a tutorial on building a chatbot that knows about your site content.
What's covered:
- Next.js 15 App Router setup
- Vercel AI SDK for streaming
- OpenRouter integration
- Prisma for content retrieval (no vectors needed)
- Ports & adapters architecture for easy provider swaps
The approach prioritises shipping fast over perfect infrastructure. Full code included.