Pick your Poison
Discusses the importance of context and team factors over hype when choosing software architectures and tools.
Discusses the importance of context and team factors over hype when choosing software architectures and tools.
Analyzes the challenges of using data science and scientific advice for Covid-19 policy, comparing it to the gap between scientists and policymakers.
Explains the LoRaWAN IoT protocol, its difference from LoRa modulation, and how it enables long-range, low-power wireless networks.
A beginner's guide to setting up a web server using Express.js, covering installation, basic server setup, and routing.
A collection of React.js code snippets and quick tips for building projects, shared as images from social media.
A talk on implementing full-text search using only Django and PostgreSQL, following Pythonic principles for simplicity.
A tutorial on building an affordable outdoor Single Channel LoRaWAN Gateway using a Heltec ESP32 LoRa development board for IoT prototyping.
A case study on using Python to automate the collection, cleaning, and processing of gigabytes of historical weather data for analysis.
A CSS technique using a single custom property with a space value to toggle multiple style declarations on and off, enabling conditional styling.
A guide to speeding up Azure DevOps CI/CD pipelines by only building and deploying projects affected by recent commits, using a custom ProjectMarker stage.
A guide to finding web accessibility jobs, comparing roles in specialized accessibility firms versus mainstream tech companies.
The author announces their new book 'TypeScript in 50 Lessons', a 450-page guide focused on the TypeScript type system.
A technical tutorial on using ggplot2 in R to create visualizations with embedded images, specifically NFL player headshots in QBR charts.
A guide to effective naming in code, covering principles for clarity, precision, and consistency to improve software design and maintainability.
Explains how building a simple prototype can be more effective than proposals for gaining stakeholder buy-in on tech projects.
A guide to deploying the H2O machine learning platform on Kubernetes using Helm charts to simplify complex YAML configuration.
Learn how to configure VS Code to highlight unused Python variables and imports using the PyLance language server for cleaner code.
The article outlines four core principles for building quality software: robustness, reliability, stability, and simplicity.
A guide on when and how to productively bump old GitHub issues, emphasizing helpful contributions over simple status requests.
Explains TypeScript's const assertions, their syntax, differences from type assertions, and benefits for type inference and immutability.