This is your comprehensive roadmap to learn #SQL from scratch.
10.10.2025 23:04 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0@roadmapsh.bsky.social
Community created developer roadmaps, articles, resources and journeys to help you choose your path and grow in your career. Website ๐ roadmap.sh
This is your comprehensive roadmap to learn #SQL from scratch.
10.10.2025 23:04 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0Confused by how websites keep you logged in? This guide breaks down Token-Based Authentication โ how it works, when to use it, and why itโs a favorite for stateless APIs.
10.10.2025 19:08 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0Build a simple expense tracker to manage your finances for yourself!
roadmap.sh/projects/exp...
Just kick-started working on a fresh new project from
@roadmapsh.bsky.social
by jumping straight to the๐๏ธdatabase data modelling.
Keep up the great work!! ๐
10.10.2025 17:10 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Want to be a Rust developer? Start HERE! ๐ Our roadmap gives you the structure you need.
10.10.2025 16:17 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0Continuous Integration tests your code automatically with every change. Continuous Delivery takes it one step further by automating the release pipeline. Together, theyโre your launchpad for faster, safer deployments.
10.10.2025 14:19 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0๐ก Why build a Weather API?
- Practice working with third-party services
- Understand HTTP methods and headers
- Handle asynchronous data fetching
- Learn to store secrets securely
- Boost your API design skills
Computers can't really be random. So how do they generate random numbers? Learn how pseudo-random number generators work and why the initial seed matters.
09.10.2025 19:04 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Stop struggling, start learning anything. โ Watch the replay where @kamrify.bsky.social, creator of Roadmap, walks you through our AI Tutor. See the full demo and learn how to get a dedicated personal tutor for any topic you choose.
09.10.2025 18:15 โ ๐ 3 ๐ 2 ๐ฌ 0 ๐ 0Before setting an SLA with your users, make sure you understand what your internal SLOs and SLIs are tracking. You canโt promise what you canโt measure, and you canโt measure what you havenโt defined.
09.10.2025 16:17 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Promises, callbacks, async/await. Whatโs the difference, and why does it matter? This visual guide breaks it all down for you.
09.10.2025 14:41 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Want to practice scripting while learning about system performance? This project walks you through writing a script to analyze server performance stats.
08.10.2025 22:09 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0If HTTP is stateless, how do websites remember you? The answer: sessions. Session-based authentication bridges the gap between stateless protocols and stateful user experiences. Our guide breaks it down step by step.
08.10.2025 19:12 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Start your Node.js journey today and level up your backend skills.
08.10.2025 15:08 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0- What is Session-Based Authentication?
- Why does HTTP need it?
- How does it manage state?
Check out our guide to understand session-based authentication and its role in secure web development.
๐จ Your personal learning coach is here! ๐จ Our AI Tutor on Roadmap includes...
โ๏ธ Floating chat on every roadmap
โ๏ธ Topic guides + code samples
โ๏ธ AI-powered quizzes
โ๏ธ Save progress, resume anytime
Try it ๐ roadmap.sh/ai
Arrays are one of the first data structures youโll encounter in programming. Theyโre simple, powerful, and form the foundation for so much more. In this video, we break them down completely.
07.10.2025 23:14 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0๐ Understanding session-based authentication is essential for developers who want to manage logins, user sessions, and secure access in web applications. Learn how it works in this guide.
07.10.2025 19:13 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0From event loops to async programming, understanding Node.js internals will set you apart. Learn how to build APIs, work with databases, and deploy your projects confidently.
07.10.2025 16:32 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0To be a proficient PHP developer, focus on understanding OOP concepts, Composer for dependency management, and modern development practices like MVC.
07.10.2025 13:08 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0Your websiteโs speed and performance arenโt just โnice-to-haveโ theyโre ranking factors. Googleโs Web Vitals measure how fast, stable, and responsive your site feels to users. Understand them. Track them. Improve them.
06.10.2025 23:19 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Tired of unstructured learning? The new AI Tutor from our sister site, @roadmapsh.bsky.social, helps you master any topic with AI-generated courses that save your progress. Pick up where you left off and test your knowledge with built-in quizzes after every lesson.
Try it out ๐ roadmap.sh/ai
Want a project thatโs both fun and technical? Build a TMDB CLI Tool and learn how to connect with APIs, handle user arguments, and display data neatly in the terminal.
06.10.2025 19:08 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0SSH, TLS, SSL are three acronyms that often get mixed up. This video clears the confusion by explaining what each one is and how they differ.
06.10.2025 16:32 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Stop copy-pasting #SQL queries and master how to write and optimize them yourself.
This course by Kamran Ahmed will help you build confidence in databases, solve 100+ real challenges, and showcase your skills with a certificate.
Start here โถ๏ธ roadmap.sh/courses/sql
Page load delays? The fix might be just two words: async and defer. Master them, and your JavaScript will never block rendering again.
06.10.2025 11:18 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0If youโve ever wondered how your favorite apps store, retrieve, and process information so quickly, the answer lies in data structures. This video gives you the perfect beginner-friendly introduction.
05.10.2025 23:15 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0