macOS high sierra has a good intention by failing fast instead of silently allowing corruption on behaviour of fork. This cause the application crash immediately. Luckily Phusion Passenger guys has work-around.
Let’s talk about the most important setting that can make a major impact on the throughput and performance-per-dollar of Ruby application.
A serie explains how to build a tiny 32-bit x86 operating system kernel. The kernel only print out ‘Hello world’ when booting. So it’s a small enough series to follow to understand more about how computer boot and run
A staging environment is supposed to mimick production. But it’s challenging, such as we cannot duplicate report emails to same customer. And should we provision at same scale as production?
The service will run inside a Docker container, use TensorFlow Go package to process images and return labels that best describe them.
Containers enable a workflow for your code that allows you to develop and test locally, push to upstream, and ensure what you build locally will likely work in production, too.
A super interesting project. Using web audio to broadcast and retrieve data.
How to Create a Private Ethereum Blockchain from Ground-up. Author takes us through the steps required in setting up a fully functioning private ethereum blockchain, inside our own local network.
Understanding how GC works can help us write better Python programs.
BetterDev Link
Every Monday