Learn how to use Postman collections to perform simple load testing
Baeldung Author
Tapan Avasthi
Here's what I've written (so far):
List Active Brokers in a Kafka Cluster Using Shell Commands
Filed under Data
Explore few shell commands to get the list of active brokers in a running cluster
Monitor the Consumer Lag in Apache Kafka
Learn how to find the consumer lag on a Kafka topic.
Guide to Setting Up Apache Kafka Using Docker
Learn how to create single-node and multi-node setups of Apache Kafka in Docker
Baeldung on Linux
Output Document and Headers to Stdout Using Wget
Filed under Web
Learn a few ways in which we can output the document and headers to the stdout using the wget command
Guide to Getting DST-Safe Relative Dates
Filed under Scripting
Learn how to get relative dates in a DST-safe manner.
The Conditional Variable Assignment Operator in a Makefile
Filed under Scripting
Learn the basics of using variables in a Makefile, followed by using the ?= operator for a more advanced use case
Redirect Output of a Process to a File and Standard Streams
Filed under Processes
Learn few common strategies to redirect the output of a process to a file and standard streams such as stdout and stderr simultaneously
Baeldung on Kotlin
Guide to Base64 Encoding and Decoding Strings in Kotlin
Filed under Kotlin Strings
Learn the basics of Base64 encoding and explore a few popular ways to encode and decode strings to Base64 in Kotlin.
Guide to Comparing Arrays in Kotlin
Filed under Kotlin Collections
Learn how to do equality checks for arrays in Kotlin
Guide to Arrays in Kotlin
Filed under Kotlin Collections
Learn about Kotlin’s support for arrays
Guide to Kotlin’s yield Function
Filed under Kotlin Concurrency
Learn how the yield function works in Kotlin through examples with two use cases: building sequences and cooperative multitasking.
Remove Duplicate Values From an Array in Kotlin
Filed under Kotlin Collections
Learn how to remove duplicate values and entity objects from an array in Kotlin