What is LoRaWAN Internet of Things protocol and how does it work?
Explains the LoRaWAN IoT protocol, its difference from LoRa modulation, and how it enables long-range, low-power wireless networks.
Explains the LoRaWAN IoT protocol, its difference from LoRa modulation, and how it enables long-range, low-power wireless networks.
A collection of React.js code snippets and quick tips for building projects, shared as images from social media.
A beginner's guide to setting up a web server using Express.js, covering installation, basic server setup, and routing.
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 guide to finding web accessibility jobs, comparing roles in specialized accessibility firms versus mainstream tech companies.
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 CSS technique using a single custom property with a space value to toggle multiple style declarations on and off, enabling conditional styling.
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.
Explains how building a simple prototype can be more effective than proposals for gaining stakeholder buy-in on tech projects.
A guide to effective naming in code, covering principles for clarity, precision, and consistency to improve software design and maintainability.
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.
Tips for successfully onboarding a junior developer for remote work experience, focusing on team communication, productivity planning, and orientation.
A tutorial on using Azure Functions and Puppeteer to generate dynamic Open Graph images for social media sharing.
Explains TypeScript's const assertions, their syntax, differences from type assertions, and benefits for type inference and immutability.