Learning Golang (some rough notes) - S02E02 - Adding error handling to the Producer
A technical guide on implementing error handling and type assertions for a Kafka producer written in Go.
A technical guide on implementing error handling and type assertions for a Kafka producer written in Go.
A technical guide on building a virtual event platform using Microsoft Azure services like App Service and Azure AD B2C, focusing on SaaS solutions and pay-as-you-go pricing.
A developer's notes on implementing a concurrent web crawler in Go, covering mutexes, wait groups, and avoiding duplicate URL fetching.
Gleam v0.10 introduces module constants and bit string syntax, enhancing the functional programming language's expressiveness and efficiency.
A personal account of passing the Microsoft AZ-104 exam to become an Azure Administrator Associate, covering preparation strategies and exam format.
A developer shares their journey to earning $100k/year through GitHub Sponsors by building popular open-source projects like Livewire and AlpineJS.
A guide to testing .NET Core's IOptionsMonitor, including a stub implementation and example unit tests for configuration change scenarios.
A tutorial on using Apple's VisionKit framework to implement document scanning in iOS apps with under 10 lines of core code.
A developer shares non-sponsored book recommendations for improving iOS development skills, covering Core Data, AutoLayout, and Swift.
Tutorial on configuring a Django blog application to use PostgreSQL for production, including installation, setup, and fixture management.
An introduction to the Vim text editor, covering its fundamentals and tips for overcoming its initial learning curve.
SQLPort celebrates its 10th anniversary with a series of 10 technical webinars on Microsoft Data Platform topics like Always Encrypted and Azure Synapse.
Discusses the 10x engineer myth and a new book about taking charge of your software engineering career, based on a podcast interview.
A personal retrospective on founding and leading the SQLPort user group for SQL Server and Microsoft Data Platform over its first decade.
Analyzes a poll on third-party code usage in front-end development, comparing JavaScript vs. CSS reliance and discussing performance trade-offs.
A reflection on the personal and professional benefits of being an open source maintainer, framed in the spirit of the Passover song 'Dayenu'.
A survey analysis on how the practice of Specification by Example has evolved over the decade since the author's book, focusing on its impact on product quality.
15 March 2020 10 Tips for Working From Home remote This article also exists in: French Because of COVID, a lot of people are going to experiment with
Explains PowerShell 7's new null conditional operators (?? and ?.) for cleaner null value handling in scripts.
Essential frontend testing criteria for a feature's Definition of Done, covering devices, accessibility, and JavaScript resilience.