An introduction to using RESTHeart.
Also find me here:
Baeldung Editor
Jimmy Azar
Jimmy Azar is a contributing author at Baeldung. His work primarily focuses on Linux, data, and automation. He enjoys scripting in Python and Bash, and follows the Unix philosophy for writing programs.
Here's what I've reviewed (so far):
Baeldung on Java
- All
- REST (1)
Baeldung on Linux
- All
- Administration (7)
- Networking (4)
- Scripting (3)
- Processes (3)
- File Editing (3)
- Installation (2)
- Security (1)
- Files (1)
- Building (1)
How Can I Swap Colors With GIMP?
Filed under File Editing
Learn how to swap colors using GIMP.
Which Process Sets $USER and $USERNAME
Filed under Administration, Processes
Learn which process sets the $USER and $USERNAME variables.
Starting a Process on a Different TTY
Filed under Processes
Learn how to start a process on a different TTY.
How to Find the SCHED_RR Scheduling Policy’s Time Slice
Filed under Processes
Learn how to find the SCHED_RR scheduling policy’s time slice.
Accessing a Defined struct in Another Source File in C
Filed under Building
Learn how to access a struct defined in another source file in C.
How to Dual Boot Windows and Linux
Filed under Boot Process
Learn how to dual boot Windows and Linux.
Repairing a Corrupted FAT32 File System in Linux
Filed under Filesystems
Learn how to repair a corrupted FAT32 file system in Linux.
Sending a Password via SSH or SCP Using subprocess.Popen in Linux
Filed under Administration, Security
Learn how to send a password via SSH or SCP using subprocess.Popen in Linux.
Making a Machine Accessible on LAN Using Its Hostname
Filed under Networking
Learn how to make a machine accessible on a LAN using its hostname.
Baeldung on Computer Science
- All
- Programming (1)
- Math and Logic (1)
- Algorithms (1)
What Is Cognitive Science?
Filed under Math and Logic
An introduction to cognitive science.
Count Minimum Swap to Make String Palindrome
Filed under Algorithms
Learn how to compute the minimum number of adjacent swaps to make a string a palindrome.
When to Use Fold-Left and Fold-Right?
Filed under Programming
Learn when to use fold-left and fold-right in functional programming.
Baeldung on Ops
- All
- Docker (12)
- DevOps (12)
- Kubernetes (5)
- Monitoring (4)
- Jenkins (2)
- Logging (1)
- Cloud (1)
Managing Multiple Docker Containers With the Same Image but Different Configurations
Filed under Docker
Learn how to manage multiple Docker containers with the same image but different configurations.
Run a Shell Script on Every Request in Nginx
Filed under DevOps
Learn how to run a shell script on every request in Nginx.
Skip Package Reinstallation for a Python Docker Image Build
Filed under Docker
Learn how to skip package reinstallation for a Python Docker image build.
Azure DevOps: Local Validation of a Pipeline
Filed under DevOps
Learn how to validate an Azure DevOps pipeline locally.
How to Implement Elasticsearch Health Check in Docker Compose
Filed under Monitoring
Learn how to set up an Elasticsearch health check in Docker Compose.
What Is the Best Way to Manage Permissions for Docker Shared Volumes?
Filed under Docker
Learn the best way to manage permissions for Docker shared volumes.
Fixing Error “It seems like the kubelet isn’t running or healthy”
Filed under Kubernetes
Learn how to fix the Kubernetes error “It seems like the kubelet isn’t running or healthy”.
How to Switch a User per Task in Ansible
Filed under DevOps
Learn how to switch a user per task in Ansible.
Troubleshooting Docker Volume Mounting Issues
Filed under Docker
Learn how to solve Docker volume mounting problems, usually caused by path issues, misaligned permissions, and virtual machine limitations.
Baeldung on SQL
- All
- SQL Queries (12)
- SQL Tables (5)
- Databases (4)
- SQL Joins (3)
- SQL Functions (3)
- SQL Basics (2)
- SQL Views (1)
- SQL Programming (1)
- SQL Constraints (1)
- Database Concepts (1)
- Database Access (1)
- DML (1)
- DDL (1)
How to Return a Single Row in a Joined Table
Filed under SQL Joins
Learn how to return a single row in a joined table.
Understanding SQL RANK() vs. ROW_NUMBER()
Filed under SQL Functions
Learn about the difference between RANK() and ROW_NUMBER() in SQL.
Introduction to Apache Doris
Filed under Databases
A quick intro to Apache Doris.
Script to Generate All Indexes in a Database in SQL
Filed under Database Concepts
Learn how to retrieve all indexes in a database in SQL.
Checking Database Connectivity With a Script
Filed under Database Access
Learn how to check database connectivity with a script.
How to Back up a Single Table With Its Data From a Database
Filed under Databases
Learn how to back up an SQL table and its data.
How to Represent Inheritance in a Database?
Filed under SQL Tables
Learn three ways of representing inheritance in a database: table-per-hierarchy, table-per-class, and table-per-concrete-class.
How to Calculate Percentage With an SQL Statement
Filed under SQL Queries
Learn how to calculate a percentage with an SQL statement.
Implementing Keyword Search in SQL
Filed under SQL Queries
Learn how to implement keyword search in SQL for simple searches or full-text indexing.