Learning Golang (some rough notes) - S02E01 - My First Kafka Go Producer
A technical tutorial on creating a basic Kafka producer in Go, highlighting initial setup and code with minimal error handling.
A technical tutorial on creating a basic Kafka producer in Go, highlighting initial setup and code with minimal error handling.
A developer's journey learning to use the Go programming language with Apache Kafka, starting with the Confluent Go client.
A guide to quickly create and publish a NuGet package using GitHub CLI, Dotnet Boxed templates, and GitHub Actions for automated builds.
A beginner's guide to starting with AWS, covering essential services like S3, CloudFront, and Lambda for cloud computing.
A comparison of PHP 8's new match expression versus the traditional switch statement, highlighting syntax, strictness, and benefits.
An explanation of REST (Representational State Transfer) architectural style, its six constraints, and how to design RESTful web APIs.
Explains AWS Elastic Beanstalk deployment policies like All-at-once, Rolling, and Immutable, comparing their impact on downtime and capacity.
A software engineer's CV detailing 16+ years of experience, technical skills, and career history in web and software development.
Libtorrent now supports the WebTorrent protocol, enabling browser-based torrent clients to connect with traditional desktop peers.
A tutorial on using JavaScript's URL() constructor to parse components like hostname, pathname, query strings, and hash from URLs.
An engineering manager debates the feasibility of measuring individual developer productivity, arguing against simplistic metrics in creative technical work.
Explores using the Cicada Principle with CSS variables and prime numbers to create pseudo-random visual patterns in web design.
A guide to ten powerful modern CSS layouts, each achievable with just a single line of CSS code.
Summary of Nancy Leveson's ICSE 2020 keynote on software safety, hazards, and the distinction between reliability and safety in system design.
An overview of essential testing tools and techniques for Django applications, including pytest-django, factory_boy, and django-test-plus.
A guide explaining React's useCallback Hook for optimizing function components, including examples and comparisons to useMemo and memo.
A guide to setting up a Vite project with Preact and TypeScript, including configuration steps and setup tips.
A retrospective and future outlook for the Azure Skåne User Group, covering its journey from 2017, event formats, and community goals.
A technical guide on using Frida to reverse engineer the Nike Run Club Android app to extract authentication tokens and understand its API.
Learn how to test AWS CDK Lambda functions locally using AWS SAM, avoiding frequent cloud deployments for faster development.