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 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.
Analyzes Subversion (SVN) as a source control solution for game development, discussing its history, features, and relevance for indie teams.
A developer details switching from Pandoc to Pygments for syntax highlighting on their blog, including Haskell code snippets and implementation changes.
Author announces completion of their free online book 'Why Cryptocurrencies?', detailing the writing process and personal workflow.
A guide to JavaScript's reduce() method, explaining its syntax, common uses like summing arrays, and comparing it to map() and filter().
A technical guide on creating a custom Oracle Database Docker image, covering prerequisites, project structure, and configuration.
Jeremy Keith's article critiques server-side rendering and hydration, comparing it to progressive enhancement but noting a missing mindset.
Learn how to build a CLI tool with JavaScript to automate the creation of text files like React components and blog posts, saving time and ensuring consistency.
A guide to creating a custom JsonConverter in System.Text.Json for deserializing JSON into polymorphic class hierarchies, using a real-world SDK example.
Explores curriculum learning strategies for training reinforcement learning models more efficiently, from simple to complex tasks.
Troubleshooting a Kafka Connect 'Request timed out' error caused by a misconfigured offsets.topic.replication.factor setting.
A guide on how to use tcpdump for network troubleshooting within Docker containers by building a custom image and attaching to container networks.
A guide to configuring Hugo server's baseURL to work correctly with AWS Cloud9's preview proxy for local development.
Article details the controversial sale of the .org registry to private equity, alleging corruption by ICANN, ISOC, and PIR, and calls for action.
Analyzes security risks from indirect dependencies in Angular and React boilerplate projects, comparing vulnerability counts and license issues.
Explains SQL Server 2019's new support for creating database snapshots that include in-memory (Hekaton) filegroups, a previously unsupported feature.
Analyzes source control options for game development, focusing on challenges with binary assets and team workflows.