Learning Golang (some rough notes) - S01E03 - Maps
A programmer's notes on implementing a word count map in Golang, covering map usage, iteration, and code simplification.
A programmer's notes on implementing a word count map in Golang, covering map usage, iteration, and code simplification.
A brief guide on using the new UIColorPickerViewController introduced in iOS 14 for color selection in apps.
A guide to installing connector plugins in Kafka Connect, covering manual and automated methods using Confluent Hub.
A guide to implementing CI/CD for Azure ARM templates using GitHub Actions, focusing on automating infrastructure deployments for IT professionals.
Explains how to use the GOSSAFUNC environment variable to generate SSA debugging output for Go functions and methods.
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.