Inżynieria oprogramowania
kdb+ Tick Architecture: Building a Real-Time Market Data System using Java and q [Part 3]
Bridge the gap between kdb+ and the Java ecosystem. In this final part, we explore the javakdb driver to build robust Java services. Learn how to perform high-speed queries, subscribe to live market data, and act as a feed handler or a passive server for your kdb+ tick architecture.
kdb+ Tick Architecture: Building a Real-Time Market Data System using Java and q [Part 2]
Move from theory to practice with this hands-on guide to kdb+ tick architecture. We walk through the complete setup of an end-to-end market data system, from configuring environment variables and launching the Tickerplant to simulating end-of-day events and unified querying via a Gateway. Learn how to wire each component for maximum real-time performance.
kdb+ Tick Architecture: Building a Real-Time Market Data System using Java and q [Part 1]
Master the industry standard for high-frequency data. Learn how the kdb+ tick architecture leverages the q language to process millions of records per second with single-digit millisecond latency. From Tickerplants to HDBs, explore the building blocks of high-performance time-series systems.
Java 26 : new features and key takeaways
Discover everything you need to know about the Java 26 release. This expert guide breaks down the 10 JEPs of JDK 26, including finalized improvements for G1 GC throughput, native HTTP/3 support in the HttpClient API, and the transition toward tighter integrity with final field mutation warnings. Whether you are looking for performance gains or preparing for future language evolutions like Project Valhalla and Loom, get the full technical breakdown here.
What's new in C++
C++26 marks a historic shift towards safety and modernity. Static reflection, contract-based programming and the asynchronous revolution with std::execution: discover how this new standard is redefining software architecture in the face of challenges posed by Rust and raw performance.
Kafka: the key points
From its origins at LinkedIn to its current status as a technological backbone, discover why Apache Kafka has become the de facto standard for distributed streaming. An analysis of its fundamental concepts and its strategic value for modern architectures.
Agent-Based Programming: Superpowers for Coders and Non-Coders
Move from conversational AI to action-oriented AI: discover how agent-based programming is transforming software engineering. This guide explores the inner workings of autonomous agents, cutting-edge frameworks, and strategic levers to maximize your ROI.
Spring Boot 4: A Comprehensive Guide, from New Features to Full Migration
This comprehensive guide to Spring Boot 4 covers the new features in this latest version, compares Spring Boot 3 and 4, and provides a practical guide and migration checklist to secure your cloud-native and serverless services.
Java 25, key takeaways and features
Java 25 arrives with key new features: simplified syntax, modules, a more efficient JVM, and modern APIs. Everything you need to know.