Day Two Cloud Podcast update
The Day Two Cloud podcast moves to its own dedicated channel, focusing on operating cloud infrastructure beyond initial deployment.
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.
Explores challenges in applying weighted penalized least squares to linear mixed models for survey data, highlighting estimation issues.
A critical analysis of VPN services, highlighting privacy risks and the importance of researching providers before use.
A guide on running PHP 8 with JIT compilation enabled using a custom Docker image, including performance testing.
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 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.
A video series demonstrating how to use Livewire events with Laravel Echo and Pusher for real-time updates in Laravel applications.
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.
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.
A technical article about using the Gevent library to solve performance issues in a Python web service caused by blocking external API calls.
A tutorial on connecting Arduino to Raspberry Pi via serial communication to send sensor data over WiFi, using a greenhouse project example.