Mastering Azure Function Triggers and Bindings: Send SMS Notifications using Twilio
A technical guide on using Azure Function triggers and bindings to send SMS notifications via Twilio integration.
A technical guide on using Azure Function triggers and bindings to send SMS notifications via Twilio integration.
A guide on using GitHub Codespaces to simplify contributor onboarding for .NET open-source projects by setting up pre-configured cloud dev environments.
Learn two methods to pass extra arguments, like a post ID, to server actions in React forms using hidden fields or function binding.
Creating a custom ASP.NET Core TagHelper to implement HTML range inputs (sliders) for better user experience in web forms.
Explores advanced techniques for the Meridian Swift web framework, focusing on responder parameterization and architectural design decisions.
A tech founder shares hard-earned lessons on hiring for a startup, covering pitfalls with interns, candidate assessment, and recruitment strategies.
A guide on how to permanently remove a file containing sensitive data (like a password) from your entire Git repository history using a specific command.
A developer shares his favorite productivity apps for 2024, including Obsidian for notes, Dabble.me for journaling, and Raindrop for bookmarks.
A framework for building data flywheels to dynamically improve LLM applications through continuous evaluation, monitoring, and feedback loops.
A technical guide on testing a Starnote device indoors using USB connection and the Notecard Simulator tool.
Explores database durability without write-ahead logs, contrasting in-memory and disk-based approaches to build intuition for WAL design.
A personal experiment comparing a 42-key mechanical keyboard to larger models, focusing on the use of layers to reduce physical keys.
Discusses the Zed code editor's Swift support and collaboration features, Xcode 16's predictive assist, and compares iPad models for developers.
Explores the relationship between developer productivity and joy, arguing that workplace friction reduces both and that embracing fun can boost creativity.
A developer shares technical notes on building a 2D multiplayer arena shooter from scratch, covering game object management and client/server sync.
Developer updates on vdirsyncer fixes, including item renaming, property synchronization, and memory usage improvements.
A developer reflects on how letting go of rigid expectations in both soccer and side projects led to more enjoyment and creativity.
A guide to installing older iOS Simulator runtimes via command-line tools for CI testing, covering deprecated and current methods.
A technical guide explaining why ggplot2 line charts sometimes appear blank and how to fix the issue, focusing on data structure and grouping.
A guide on creating an npm package with TypeScript that supports both CommonJS and ECMAScript Modules (ESM).