Pseudo classes vs Pseudo elements
Explains the key differences between CSS pseudo-classes (like :hover) and pseudo-elements (like ::before), including syntax and use cases.
Explains the key differences between CSS pseudo-classes (like :hover) and pseudo-elements (like ::before), including syntax and use cases.
Explains how to use the CSS ::selection pseudo-element to style highlighted text, including supported properties and limitations.
Explains the CSS color-scheme property, its values, and discusses whether it's necessary for implementing light/dark themes.
Explains the 'Minimum Viable Nothing' concept for validating product ideas without building them, focusing on testing willingness to pay.
Explains how to implement strongly typed middleware in ASP.NET Core using the IMiddleware interface, contrasting it with the conventional approach.
jOOQ 3.17 now treats SQL Conditions as Boolean Fields, simplifying queries and improving SQL standard compliance across dialects.
A tutorial on pre-training a BERT model from scratch using Hugging Face Transformers and Habana Gaudi accelerators on AWS.
Explores HTML list types and creative CSS styling techniques for web development.
A personal reflection on work intensity, exploitation, and finding meaning in tech careers, challenging the stigma around long hours.
A technical guide on migrating a service in Google Kubernetes Engine (GKE) between clusters while preserving the same external IP address.
Explores various SQL dialects and jOOQ methods for returning data from INSERT, UPDATE, and DELETE statements using the RETURNING clause.
A developer explains why they prefer the Serverless Framework over AWS CDK for building serverless applications, citing abstraction and workflow benefits.
Explains the purpose and advantages of embedded key-value databases like RocksDB and FoundationDB, comparing them to traditional SQL and NoSQL systems.
Using CSS Cascade Layers to manage style order and specificity in live coding demos, particularly with container queries.
Final part of a series on building an air quality alert system using Azure IoT, Functions, Cosmos DB, Anomaly Detector, and Twilio SMS.
A guide to setting up and using Microsoft Dev Box during its public preview, covering prerequisites and configuration tips.
A guide on using jOOQ and Testcontainers to write integration tests for database stored procedures in Java, replacing manual JDBC calls.
Explains how to use Playwright's test steps to structure end-to-end tests for better failure reporting and maintainability.
A developer's detailed guide on writing and distributing press releases for tech apps, based on personal success getting coverage for Chill Zones and SwitchBuddy.
Explores the new bulk update and delete features in Entity Framework 7, including usage, performance benefits, and limitations.