Three Plus Some Lovely Kafka Trends
An analysis of key trends in the Apache Kafka ecosystem, including connector growth, self-service data pipelines, and stream processing adoption.
An analysis of key trends in the Apache Kafka ecosystem, including connector growth, self-service data pipelines, and stream processing adoption.
A developer shares lessons from scaling a large Vue.js application over 3 years, covering modular architecture, micro-frontends, and state management.
A React developer introduces 'Context Injection', a pattern for sharing UI components across pages while providing page-specific context.
Exploring the challenge of detecting if a browser tab is active, beyond visibility, for bidirectional slide synchronization in a presentation framework.
A deep dive into the CSS `revert` keyword and why it behaves unexpectedly with custom properties, based on a Twitter quiz most developers got wrong.
Explains how Django uses sessions to store per-visitor data across multiple requests, covering storage and JSON serialization.
A reminder for developers to share their frontend knowledge, even basic tips, as no one can know every detail in the field.
An overview of Kafka's new KRaft mode, which removes the ZooKeeper dependency for metadata management and controller election.
A tutorial on creating a React table component using the React Table Library, covering basic setup and structure.
A deep dive into DynamoDB partitions, explaining their role in data modeling and performance for the NoSQL database.
Explores using RxJS reactive programming in Angular 'dumb' components to handle complex asynchronous @Input changes, replacing imperative ngOnChanges logic.
A React tutorial on creating an indeterminate (tri-state) checkbox using state management, refs, and the useEffect hook.
A guide to using TypeScript effectively with React Query, covering generics, type inference and common pitfalls for type-safe data fetching.
A beginner-friendly React tutorial on creating, controlling, and reusing checkbox components with state management.
A technical guide demonstrating how to use the new CSS Container Queries feature within Web Components, including a live bookstore demo.
A guide to quickly compress and resize large images for webpages using a browser-only workflow to improve loading times.
A guide detailing five practical steps to optimize web font loading for improved website performance and reduced layout shifts.
TinyPilot's 10th-month update covers revenue growth, office setup, and challenges with hardware prototyping due to the chip shortage.
A tutorial on implementing a custom filter feature for a React table using the React Table Library and useState hook.
Learn how to fetch a remote feature branch from a GitHub pull request to review changes locally using specific git commands.