A URL Shortener in 52 minutes
This video will show some live code that aims to build a complete URL shorter service including setting up DNS and deploying it!
“To iterate is human, to recurse divine”
Best 7 links of week #30, 2020
This video will show some live code that aims to build a complete URL shorter service including setting up DNS and deploying it!
An entertaining fictional story about a new startup and how they came to define their own system architecture. While the story is (maybe) fictional, there are some invaluable system design lessons to learn throughout this article!
Why Webpack exists? What kind of problems can it solve for you? Why is Webpack worth learning and where do you even start?
A beautiful and flexible guitar component for React. Because... why not?! 🎸
Easy to understand explanation using visual aids and practical examples. If Rust module system has been confusing you, this article will definitely shed some light for you!
Learn how to use SVG with React and d3, what SVG is, when to use it, handling, sizing, styling, layouting and interactivity in SVG and how to embed HTML in SVG.
A super-fast C++ hash table with Node.js wrapper, tested up to 1 billion keys.
by Sohail Salehi
In this book, you will learn some lesser known aspects of development with Symfony, and you will see how to use Symfony as a framework to create reliable and effective applications. You might have developed some impressive PHP libraries in other projects, but what is the point when your library is tied to one particular project? With Symfony, you can turn your code into a service and reuse it in other projects.