The Return of the 90s Web
The article explores the resurgence of 90s web concepts like server-side rendering, no-code tools, and personal websites in modern web development.
The article explores the resurgence of 90s web concepts like server-side rendering, no-code tools, and personal websites in modern web development.
Author reflects on the challenge of creating a comprehensive Eleventy course and introduces his web development work and CSS course.
A browser extension that checks for missing or insufficient alt text on images to improve web accessibility for all users.
Guide on running Azurite, an Azure Storage emulator, in Docker with JetBrains Rider to keep storage data local per solution.
Gleam v0.9 introduces the `try` keyword for cleaner error handling and adds opaque types for better API design.
A guide to essential security practices for protecting SQL Server instances running on Azure Virtual Machines, focusing on encryption and access controls.
A quick Git tutorial on how to move an accidental commit from the master branch to a new feature branch using simple commands.
Andy Bell introduces CUBE CSS, a new methodology replacing C-BEUT, focusing on composition and simplicity in scalable CSS.
A summary of key new features in C# 9, including records, pattern matching, and parameter null-checking.
Explains how to properly configure WKWebView for headless background operation in iOS apps, including a key workaround for JavaScript execution.
A technical guide on implementing text-to-speech functionality in web applications using the JavaScript Web Speech API.
A list of critical C# performance pitfalls and code patterns to avoid, drawn from real-world production issues at Criteo.
A tutorial on using custom UIView to dim app backgrounds and hide sensitive content in the iOS App Switcher.
Explores how the Animal Crossing website implements a reduced motion mode, respecting user preferences and OS settings for accessibility.
Explores how prohibiting comparisons on Go struct types can reduce binary size by eliminating equality functions and padding.
A technical guide to fixing a known issue where GHC 8.8.3 cannot find packages installed by Cabal 3.0.0.0, with a manual workaround.
SQL Server 2019 introduces a new feature in Configuration Manager to simplify certificate import and management for TLS encryption.
Analyzes Subversion (SVN) as a source control solution for game development, discussing its history, features, and relevance for indie teams.
Author announces completion of their free online book 'Why Cryptocurrencies?', detailing the writing process and personal workflow.
A developer details switching from Pandoc to Pygments for syntax highlighting on their blog, including Haskell code snippets and implementation changes.