Understanding Layout Algorithms
A developer explains how understanding CSS layout algorithms, not just properties, leads to more predictable and robust styling.
A developer explains how understanding CSS layout algorithms, not just properties, leads to more predictable and robust styling.
A tutorial on building a basic document database in Go with Lucene-like filters and indexes, inspired by Elasticsearch.
A PowerShell guide to increase security by removing unwanted HTTP response headers from an Azure Application Gateway using rewrite rules.
A beginner-friendly guide explaining TypeScript Generics, covering their syntax, purpose, and a practical use case for writing reusable, type-safe code.
A tutorial on setting up a self-hosted Platform-as-a-Service (PaaS) like Heroku using CapRover on a VPS in under 10 minutes.
Guide on connecting a Windows machine to a Mac with an M1 chip for iOS development with Xamarin MAUI in Visual Studio 2022.
A technical deep dive into the startup process and internal mechanics of Azure Durable Functions, focusing on instance initialization.
Explains when and how to use the keyExtractor prop in React Native's FlatList component to efficiently render lists with unique keys.
Final part of a UNO Platform tutorial series, implementing drag-and-drop functionality and state persistence for a Todo app.
A tutorial on building a Swift CLI tool for generating app icons on Linux and macOS using Swift Argument Parser and SwiftGD.
Explains how to use Azure resource locks to prevent accidental deletion or modification of production infrastructure.
Explains how lazy loading components can cause Cumulative Layout Shift (CLS) on slow connections and offers solutions to prevent it.
A detailed guide explaining React props, including how to pass data between components, destructuring, and common pitfalls.
Explains how to leverage urgency to justify large-scale refactoring projects and gain organizational buy-in for technical improvements.
A developer announces leaving Spatie to join JetBrains' PhpStorm team as a developer advocate, focusing on PHP community and content.
An argument for implementing generics in PHP via static analysis, discussing the technical challenges and required mindset shift for developers.
Introducing faviconPlease, an R package for programmatically retrieving favicon URLs from any website, with applications for web apps and data tables.
Explains the modern CSS syntax for using rgb/hsl with alpha transparency, eliminating the need for rgba/hsla functions.
A perspective on why being stuck in 'tutorial hell' is a normal part of the learning process for developers and not something to be ashamed of.
A tutorial on implementing single and multiple selection in UITableView using UIKit's diffable data sources.