Apache Flink talks at Kafka Summit London 2024
Overview of Apache Flink sessions at Kafka Summit London 2024, covering streaming data processing, SQL, checkpoints, and AI integration.
Overview of Apache Flink sessions at Kafka Summit London 2024, covering streaming data processing, SQL, checkpoints, and AI integration.
A technical guide on using Azure AI Language Studio to summarize and optimize grounding documents for improving RAG-based AI solutions.
A benchmark analysis of DuckDB's performance on a massive 1.1 billion row NYC taxi dataset, comparing it to other database technologies.
A developer's journey to find a better syntax highlighter for code blocks, moving away from manual tagging and outdated tools.
A developer compares memory management, standard libraries, and explicit allocation in Zig, Rust, Go, and C from a systems programming perspective.
Podcast interview with Paolo Melchiorre discussing Django, open source contributions, PyCon conferences, and trends in Python web development.
An introduction to middleware in web frameworks, covering its purpose, common use cases like authentication, and practical examples from JavaScript/TypeScript ecosystems.
Explores how preparation and pre-thinking can compensate for a lack of quick-wittedness in meetings and technical discussions.
Explores using Swift's internal @_silgen_name attribute for forward declarations to improve build times, with strong warnings about its risks.
SwiftUI best practices for using @StateObject property wrappers to avoid performance pitfalls and bugs during initialization.
Part 4 of a tutorial series on building a real-time vehicle tracking app using Azure SignalR Service for client-server communication.
Explores SObjectizer's mutable messages feature in C++ for efficient actor model communication, preventing unnecessary data copying.
An analysis of 900 popular open-source AI tools, categorizing them into infrastructure, model development, and application layers.
A guide to converting WordPress images to WebP format using a bash script and ImageMagick, with server configuration for Nginx or Apache.
Explores a taxonomy of data change events in CDC, detailing Full, Delta, and Id-only events and their use cases.
Explores three types of data change events in Change Data Capture (CDC): Full, Delta, and Id-only events, detailing their structure and use cases.
A tutorial introducing the basics of GitHub and how it integrates with Git for version control and collaboration.
Explores two types of composition in programming: function (nesting) composition and object (merging) composition, with practical examples.
Practical tips for writing technical documentation that is optimized for LLM question-answering tools, improving developer experience.
Part 3 of a tutorial on building a vehicle tracking app in Azure, focusing on the Function App for processing location events, geofencing, and data storage.