https://letsdishrecipes.com/slow-cooker-cherry-balsamic-pork-tenderloin/
If you want to get the last bits of performance out of some code, sometime it helps to know how to manipulate values at the bit-level.
async/await idioms for C/C++
Render charts in the style of xkcd comics.
Chainable, fluent validation library
Add a mini-map to your webpage for overview and navigation.
Every MacOS default wallpaper, expertly upscaled to 5K resolution.
“Every major version of macOS has come with a new default wallpaper. As you can see, I have collected them all here.
While great in their day, the early wallpapers are now quite small in the world of 5K displays.”
https://512pixels.net/projects/default-mac-wallpapers-in-5k/
Every Default macOS Wallpaper – in Glorious 5K Resolution – 512 Pixels
This is a guide that everyone can use to learn about the practice of front-end development. It broadly outlines and discusses the practice of front-end engineering: how to learn it and what tools are used when practicing it in 2019.
https://frontendmasters.com/books/front-end-handbook/2019/
Front-end Developer Handbook 2019 – Learn the entire JavaScript, CSS and HTML development practice!
This is one of the best tutorials I’ve found so far for describing how to make an isomorphic React app (AKA, SSR, Server-Side Rendering). It goes step-by-step, explaining what you’re trying to accomplish, and builds up from a basic “Hello, World” example, then adding initial data state, adding a component that fetches dynamic data, URL routing, and maintaining state between server and browser rendered views. Along the way, it covers various pitfalls and how/why to work around them.