"I think that novels that leave out technology misrepresent life as badly as Victorians misrepresented life by leaving out sex"
|
—Â
Kurt Vonnegut,
Author
|
|
|
Best 7 links of week #9, 2020
|
|
|
Understanding our level of seniority and how it compares to the market is never easy. This website can help us to understand more about our current seniority and offers a number of community-driven roadmaps to help us move to the next stage of our career!
|
|
|
|
Node.js event loop is one of those things that most people heard about but they don't really know how it actually works. If you are writing Node.js code, it is important to understand in-depth the inner working of the event loop and this article will help you to crack the lid and find out all the necessary details.
|
|
|
|
Did you ever play point-and-click games? Did you ever wonder how in these games the players can find their path to walk to the destination point? This beautifully interactive article illustrates the most famous algorithms used for pathfinding: A*, Dijkstra's Algorithm, and others.
|
|
|
|
Micromodal enables you to create accessible modal dialogs with minimal configuration. At just 1.9kb minified and gzipped, its a tiny library for big change.
|
|
|
|
Rust seems to be the next big language, not just for system programming but also for fullstack development. But, yeah, it's harder than the scripting languages we are used to. This series of articles manages to explore many concepts of the language by iterating over different implementation of a linked list.
|
|
|
|
What happens when you launch an HTTP request and halfway there you don't need it anymore? The AbortController and Fetch allow you to build HTTP requests that can be cancelled in flight. This article will give you few interesting examples!
|
|
|
|
Introducing properties of distributed systems that make them so challenging, including non-determinism and testing.
|
|
|
Â
|