Tagged articles
2 articles
Page 1 of 1
Code Ape Tech Column
Code Ape Tech Column
Jul 7, 2021 · Backend Development

Boost Java Stream Productivity with IntelliJ IDEA Live Templates

This guide explains how to use IntelliJ IDEA's Live Templates to streamline common Java Stream operations like toList, toSet, groupingBy, and joining, turning repetitive collector code into concise shortcuts that improve readability and development speed.

IntelliJ IDEAJavaJava Streams
0 likes · 6 min read
Boost Java Stream Productivity with IntelliJ IDEA Live Templates
21CTO
21CTO
Jul 11, 2018 · Backend Development

Understanding Data Streams: From Node.js to Java, Kafka, and Kinesis

This article explains what data streams are, how they differ from arrays, the types of streams in Node.js, demonstrates Java Stream operations, and introduces popular streaming platforms like Apache Kafka and Amazon Kinesis, highlighting their core features and real‑time processing capabilities.

Amazon KinesisApache KafkaBackend Development
0 likes · 7 min read
Understanding Data Streams: From Node.js to Java, Kafka, and Kinesis