April 2021
WebSockets - A Conceptual Deep-Dive
Websockets is important to understand if you’re going to be a full stack Dev.
Crystal is not Ruby Pt. 2 – Runtime Revolution
Ive been playing around a lot with Crystal. If you're a ruby person you will really like this for it's compiled binaries. The typing is a big of a mixed bag but overall I think its helpful.
Beating hash tables with trees? The ART-ful radix trie
Inter3sting variations on tries
Getafix: How Facebook tools learn to fix bugs automatically - Facebook Code
Amazing automated bug discovery and fixing tool
Home | web.dev
An interesting google tool for checking a web sites performance and other behavior.
The Waiting Time Paradox, or, Why Is My Bus Always Late?
The Waiting Time Paradox, or, Why Is My Bus Always Late? URL: http://jakevdp.github.io/blog/2018/09/13/waiting-time-paradox Type: link Domain: jakevdp.github.io
What is Cycle Time and Why Does it Matter?
An interesting concept related to agile planning, and velocity. Useful.
Design Review: Key-Value Storage
Don’t know why we need a new one exactly but a good effort
Eva Icons - beautifully crafted Open Source UI icons for common actions and items.
Very nice collection of free icons.
TabNine | Install TabNine
Looks really cool. ML auto completion for any programming language. Must try.
Building SQL expressions with Sequel
A very detailed explanation of writing queries with sequel which is an alternative to ActiveRecord.