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 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.
How to Use Interval Timers in Linux With C
Filed under Processes
Learn how to use interval timers in Linux with C.
How to Create a Bootable USB Drive
Filed under Boot Process, Installation
Learn how to create a bootable USB drive.
How to Check for Available Package Updates in Linux
Filed under Package Management
Learn how to check for available package updates in Linux.
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 (10)
- DevOps (10)
- Kubernetes (5)
- Monitoring (4)
- Jenkins (2)
- Logging (1)
- Cloud (1)
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.
How to Use Docker Compose in Ansible
Filed under Docker
Learn how to use Docker Compose in Ansible.
Kubernetes Pod’s Service Account With Automount Disabled
Filed under Kubernetes
Learn about the purpose of a Kubernetes pod’s service account with automount disabled.
Running an Ansible Playbook on a Single Host
Filed under DevOps
Learn how to run an Ansible playbook on a single host.
Fixing kubectl Error “the server doesn’t have a resource type ‘nodes'”
Filed under Kubernetes
Learn how to fix the kubectl error “the server doesn’t have a resource type ‘nodes'”.
Baeldung on SQL
- All
- SQL Queries (12)
- SQL Tables (5)
- Databases (3)
- SQL Joins (2)
- SQL Functions (2)
- SQL Basics (2)
- SQL Views (1)
- SQL Programming (1)
- SQL Constraints (1)
- Database Concepts (1)
- Database Access (1)
- DML (1)
- DDL (1)
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.
Function vs. Stored Procedure in PostgreSQL
Filed under SQL Functions
Learn the differences between functions and stored procedures in PostgreSQL.
Deleting Rows Using LEFT JOIN in SQL
Learn how to delete rows using LEFT JOIN in SQL.
How to Insert a CSV File Into an SQL Table
Filed under SQL Tables
Learn to import data from a CSV (Comma-Separated Values) file into an SQL table.