« All blog posts
Blog post(s) for this tag:   baeldung 

Baeldung Article: Common Shortcuts in IntelliJ IDEA

I wrote an article for Baeldung on the keyboard shortcuts that we need to edit, build, and run Java applications in JetBrains' Java IDE, IntelliJ IDEA. Keyboard shortcuts save us time because we can keep our hands on the keyboard and get things done faster.

I Just Published "Running Spring Boot with PostgreSQL in Docker Compose" on Baeldung

I wrote an article for Baeldung on running a Spring Boot application with PostgreSQL in Docker Compose.

Baeldung Article: Running Spring Boot with PostgreSQL in Docker Compose

I wrote an article for Baeldung on running a Spring Boot application with PostgreSQL in Docker Compose.

Baeldung Article: Reducing JSON Data Size

I wrote an article for Baeldung on various ways of reducing the size of JSON in our Java applications. Java applications often use JSON as a common format for sending and receiving data. Moreover, it's used as a serialization protocol for storing data. With smaller JSON data sizes, our applications become cheaper and faster.

Baeldung Article: Removing Docker Images

I wrote an article for Baeldung on various ways of removing Docker images. A Docker image is like a Java class, and containers are like Java objects.

Baeldung Article: Using xz Compression in Linux

I wrote an article for Baeldung on how to use xz for compressing and decompressing files from the Linux command line. It included using xz with tar and speeding up archiving with multithreading.