- Published on
Designing Software Excellence, One Lesson at a Time
Welcoming individuals at every stage of their software design journey into our community.
Vision
This project is an global experiment to connect every individual in software industry to improve their knowledge and allow them to build and contribute to open source projects.
High Level System Design
🚀 Zero to One on System Design fundamentals.
Low Level System Design
🧩 Covering Low level design for best coding practices.
Open Source Projects
🤩 Find Open source projects that you can contribute to. Coming soon !
Features
We provide the best verified knowledge resource, free system design courses and platform that allows contibuters to pushlish their best to the world for free.
High Level Design Course
A free lesson by lesson course to help you get better with High Level System Designs.
Low Level Design Course
🚀 Free guided course towards improving Low Level details while designing systems.
Miscellaneous Articles
🚀 Best in class articles on various ideas around Software System Designs.
Proudly Open Source
We welcome everyone in the world to contribute to DesignCrunch and make the world a better place
- JavaScript is a single-threaded programming language, so it can't run multiple things at the same time, Promise.all() actually runs promises concurrently, not in parallel!. Let's dive in to see how it works.
- Published on
Learn how to improve your website's performance and enhance user experience by avoiding render blocking CSS. Using the Chrome Performance API to measure and optimize page rendering time.- Published on
Learn how to migrate your assets from an old Shopify store to a new one in a few simple steps. This guide will show you how to retrieve and download your images using GraphQL and Node.js, and upload them to your new store with ease.- Published on
Conventional commit is a specific form of committing which gives software developers a uniform system for organizing and describing their changes, making it easier to keep track of updates- Published on
A guide to using the srcset and sizes attributes to create responsive images