Tag: Article
9 articles with this tag
I'm a News Writer At InfoQ
I published two articles already and hope to become a permanent news editor at InfoQ.
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.
Site Redesign, Part 1: "Learn" Restructured, Articles Added
I moved my talks into the "Learn" section. That section now also includes the articles I write on Baeldung.
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.
Baeldung Article: Using gzip and gunzip in Linux
I wrote an article for Baeldung on how to use gzip and gunzip for compressing and uncompressing files from the Linux command line. It included using gzip with tar and speeding up archiving with pigz, a parallel implementation of gzip.




