Modern C++ Won't Save Us
Argues that modern C++ idioms like smart pointers and string_view are insufficient to prevent memory safety vulnerabilities, advocating for memory-safe languages.
Argues that modern C++ idioms like smart pointers and string_view are insufficient to prevent memory safety vulnerabilities, advocating for memory-safe languages.
A tutorial on using a YL-69 soil moisture sensor with an Arduino to build a greenhouse monitoring system.
The Day Two Cloud podcast moves to its own dedicated channel, focusing on operating cloud infrastructure beyond initial deployment.
A guide to setting up Pi-hole, a network-wide ad blocker, on a Raspberry Pi Zero W, covering installation, configuration, and automation.
A data scientist explains their method for crowdsourcing and ranking 41 data science podcasts by analyzing Google search results.
An introduction to JavaScript Reducer functions, explaining their core concepts and implementation with examples.
A tutorial on using React Hooks to build a Todo List app in React Native, covering setup, common hooks, and flexbox.
A guide on running PHP 8 with JIT compilation enabled using a custom Docker image, including performance testing.
A critical analysis of VPN services, highlighting privacy risks and the importance of researching providers before use.
Explores challenges in applying weighted penalized least squares to linear mixed models for survey data, highlighting estimation issues.
Examines the common fallacy that new network generations (3G, 4G, 5G) instantly solve performance issues, highlighting slow, uneven rollouts and marketing hype.
Explores the surprising complexity of creating a robust `globalThis` polyfill that works across all JavaScript environments and strictness modes.
A speaker's reflections on PyTexas 2019, summarizing key talks on feature flag management and using mypy with ORMs.
Exploring Java 11 single-file execution and GraalVM's AOT compilation to create fast native images for Java scripting.
A video series demonstrating how to use Livewire events with Laravel Echo and Pusher for real-time updates in Laravel applications.
A guide on deploying Python Flask web applications to Azure App Service, covering continuous deployment with Kudu and runtime configuration.
A developer shares unconventional personal rules and habits that helped them prepare for and land a software engineering job.
Explains React Hooks fundamentals, focusing on useState and array destructuring for state management in function components.
Improving Python project dependency management with pip-tools and converting a Django app into a distributable Python package.
A technical walkthrough of completing the account deactivation workflow in a Django SaaS app, including Stripe cancellation.