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

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.