DE DevNotes IBM MQ An IBM MQ server hosts one or more queue managers that provide messaging services to applications.
SPT TCH DE DevNotes Redis Redis is an open-source in-memory data structure store, commonly used as a database, cache and message broker.
ART TCH AI SPT DE DevNotes Snowflake Snowflake’s architecture is explained in 3 logical layers: Storage layer, Compute layer and Cloud Service layer(Metadata and Control Panel)
TCH DE DevNotes Rabbit MQ RabbitMQ is an open-source message broker that enables applications to communicate asynchronously by sending and receiving messages…
DE DevNotes A comparison of NULL on top of the JVM We all encountered the dreaded “NullPointerException” at one point, especially at the start of our JVM journey. However, as you learned…
SPT TCH DE DevNotes Docker Docker containers are isolated processes that run applications in a lightweight environment. Docker containers are considered lightweight…
TCH DE DevNotes OpenTelemetry OpenTelemetry is an open-source standard and toolkit for collecting telemetry data (metrics, traces and logs) from systems, used to monitor…
ECO SPT TCH DE DevNotes Linux TOP Command Let’s review the information returned by the TOP command one by one. The values displayed by this command are updated every 3 seconds by…