iOS 14: Quick dive into the new UIColorWell
A technical overview of the new UIColorWell control in iOS 14, covering its basic usage and integration without Interface Builder.
A technical overview of the new UIColorWell control in iOS 14, covering its basic usage and integration without Interface Builder.
A developer's notes on implementing a concurrent web crawler in Go, covering mutexes, wait groups, and avoiding duplicate URL fetching.
Explains the difference between JSON and JSON Schema serialization in Kafka Connect, showing the extra bytes in the wire format using hexdump.
A modern JavaScript library recreating nostalgic 90s-era cursor effects like fairy dust, snowflakes, and ghost cursors with improved performance and customization.
Guide to using Azure App Service Diagnostics for troubleshooting performance, security, and best practices in web apps.
Essential JavaScript features like closures, template literals, and destructuring that are crucial for effective React development.
Best practices for securing Azure Container Registry, including image scanning, content trust, managed identities, and network controls.
A developer's personal notes and annotated examples while learning Go's concurrency features: channels, goroutines, and the select statement.
A technical walkthrough of implementing the image.Image interface in Go, covering ColorModel, Bounds, and At methods to generate a custom image.
Exploring the impact of the pandemic on tech communities and strategies for building connections through online platforms like Slack and Discord.
A developer's monthly update on his tech projects, including a KVM Pi device, the 'Is It Keto' website, and the Zestful API, with revenue stats.
A benchmark analysis of PHP 8's JIT compiler performance in real-world web application scenarios, comparing tracing and function modes.
Explores lesser-known CSS properties like place-items, margin: auto with Flexbox, and ::marker to simplify layouts and styling without extra code.
A critique of over-engineering state management in React, advocating for a simpler approach aligned with the component tree structure.
The provided content is a 404 error page, not the intended blog article about VSCode auto formatters.
A developer works on the final features of a SaaS homeschool app, focusing on student enrollment, templates, and testing in Python/Django.
A guide to using MinVer for semantic versioning of NuGet packages based on Git tags, explaining version number components.
A technical critique and tutorial on using Readers in Go, focusing on improving example code clarity for learners.
Introduces Vue Demi, a utility for writing universal Vue.js libraries that work with both Vue 2 and Vue 3, addressing migration challenges.
A developer's notes on learning error handling in Go, including code examples and explanations of common pitfalls.