Willingness to Look Stupid
Discusses the professional benefits of being willing to ask questions and pursue unconventional ideas, even if they seem stupid.
Discusses the professional benefits of being willing to ask questions and pursue unconventional ideas, even if they seem stupid.
A developer shares a script for Neovim/Vim to quickly generate and copy web UI links to specific code regions, improving technical discussions.
Final part of a performance deep dive into the SObjectizer actor model framework for C++, covering benchmarks and tuning options.
Explains the 'No Duplication' rule in software design, detailing its benefits for maintainability and enabling change.
An article discussing the perceived devaluation and trivialization of frontend development, focusing on HTML and CSS.
Explains how Angular's built-in security features automatically protect web applications from Cross-Site Scripting (XSS) attacks by sanitizing untrusted values.
A developer shares their setup for tracking analytics with Posthog and running ads via Facebook, focusing on key events for a project.
A developer shares a custom library to simplify and improve accuracy of Facebook ad conversion tracking by combining Pixel and Conversion API events.
The article covers final pre-launch features for a SaaS product, including user sign-up limits and login page styling.
A guide explaining the benefits of conda virtual environments and six essential commands to create, activate, and manage them for Python projects.
Announcing v2.0 of a Terraform module for deploying Azure subnets with NSG and route tables, solving conflicts with Azure Landing Zone policies.
A monthly tech digest covering Meta's DotSlash tool, AI-powered code reviews, AWS Lambda scaling, observability trends, and Cloudflare's logging pipeline.
Discusses the pitfalls of automating tests just to follow trends, emphasizing business value over mimicking tech giants.
Explores the 'Reveals Intention' rule from Kent Beck's Four Rules of Simple Design, focusing on writing clear, readable code.
Explores Apache Iceberg's catalog system, its role in data lakehouse architecture, and key considerations for choosing the right catalog.
Introducing webrcli and spidyr, a starter toolkit for building Node.js projects that integrate R via webR, enabling seamless use of R functions in JavaScript.
A guide to using nightly Swift toolchains on macOS for testing bug fixes and upcoming language features like Embedded Swift.
Explains how to use Azure's Cloud Native Private DNS Resolver to implement split-horizon DNS for hybrid environments.
Explains how to use xUnit's TheoryData<T> for type-safe parameterized tests in C#, replacing untyped IEnumerable<object[]> data.
Learn how to dynamically style CSS pseudo-elements like ::after using JavaScript and CSS custom properties (variables).