🎬 The Internet's Own Boy: The Story of Aaron Swartz
Reflection on the tragic story of Aaron Swartz, his fight for information freedom, and his early contributions to internet technology like RSS.
Reflection on the tragic story of Aaron Swartz, his fight for information freedom, and his early contributions to internet technology like RSS.
A checklist of essential features to implement before launching an iOS app, including contact methods, crash reporting, and review prompts.
Explains jOOQ's API for managing nested transactions, comparing it to JDBC defaults and Spring's @Transactional behavior.
Explores the history and concept of no-code programming, questioning its novelty and analyzing it through the lens of 'programming substrates'.
How to rename a folder with special characters on GitHub's website using the filename editor or web-based editor.
A web developer's strategy for using modern CSS features while ensuring compatibility with older browsers through progressive enhancement and fallbacks.
A tutorial on deploying Hugging Face's wav2vec2 model on Amazon SageMaker for automatic speech recognition using the updated SageMaker SDK.
A guide on fixing 'too many redirects' errors when setting up a custom root domain with Webflow and Cloudflare.
A technical guide for upgrading PostgreSQL from version 13 to 14 on Ubuntu 22.04, including commands and steps.
The developer works on small user-requested features for a SaaS app, taking a break between larger projects.
Explores the challenges of designing a Codable format for Swift's AttributedString, focusing on Unicode complexities like grapheme clusters and normalization.
Author shares their top three favorite features of Microsoft Defender for Cloud, focusing on security benchmarks, workbooks, and recommendations.
A guide to setting up a custom domain email address that forwards to and sends from a free Gmail account, using services like Cloudflare.
A developer reflects on 10 years of blogging, covering the evolution of his website, technologies used, and how it influenced his career.
A SwiftUI developer details improvements to a confetti animation library, focusing on realistic physics simulation for better visual feel.
A Swift tutorial solving the 'Longest Substring Without Repeating Characters' algorithm problem using a sliding window technique.
Explains iterative and recursive solutions to merge two sorted linked lists in Swift, based on LeetCode problem #21.
Explains the difference between ReadOnlyCollection and truly immutable collections in C#, showing how underlying data can still change.
Explores Blazor's cross-platform capabilities in .NET 6, comparing Hybrid, PWA, and Electron targets for web and native app development.
Exploring the hidden 'event' variable in HTML onclick attributes and how to access it for form submission handling.