Kafka Connect - Request timed out
Troubleshooting a Kafka Connect 'Request timed out' error caused by a misconfigured offsets.topic.replication.factor setting.
Troubleshooting a Kafka Connect 'Request timed out' error caused by a misconfigured offsets.topic.replication.factor setting.
A comic strip depicting a daily standup meeting, highlighting common time-wasting behaviors in agile development.
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.
A developer shares lessons learned from migrating a Spring Boot service from Java 11 to Kotlin, covering challenges like logging and data classes.
A tutorial on using HuggingFace's API to access and fine-tune OpenAI's GPT-2 model for text generation.
A guide on preventing accidental global Python package installations by disabling pip outside of virtual environments.
A personal reflection on organizing the first Webclerks Conference in Vienna, covering the challenges, successes, and key lessons learned.
An advanced Git cheat sheet covering navigation, rollbacks, squashing, stashing, and cleanup commands for experienced developers.
A technical guide for upgrading to PHP 7.4 on macOS using Homebrew, including steps for Laravel Valet and managing extensions.
A guide to replacing long chains of PowerShell 'like' operators with more efficient and scalable regular expressions (RegEx) for string matching.
Explains the importance of orthogonal component design in React to create predictable, maintainable, and easy-to-change software systems.
A guide to configuring a Spring Boot application to route read-only database transactions to a replica instance for performance optimization.
Announcement for a full-day workshop on SQL Server Columnstore Indexes at SQLSaturday Vienna 2020, covering practical techniques across multiple versions.
Explores why Perforce is the dominant source control system in AAA and large-scale game development, comparing it to Git.
A tutorial on implementing search functionality for a GatsbyJS blog using GraphQL and React hooks to filter posts by title, description, and tags.
I've recently been going down a rabbit hole of making improvements to my CanIUse embed. To give a bit of a background, it is an interactive embed I cr
Tomasz Łakomy shares his personal journey learning to code from childhood BASIC to becoming a professional JavaScript developer.
Overview of new features in PHP 7.4, including arrow functions, typed properties, preloading, and the null coalescing assignment operator.