IT, Cloud & DevOps Blog

Complete Guide: How to Work with Dates and Times in SQL

Complete Guide: How to Work with Dates and Times in SQL 2026

Learning how to work with dates and times in SQL is one of the most essential and frequently used skills for developers, backend engineers, database administrators, data analysts, full-stack builders, DevOps professionals, startup founders, business intelligence specialists, and anyone building time-sensitive applications in 2025–2026. Mastering how to work with dates and times in SQL lets you calculate durations, find time differences, add/subtract intervals, format timestamps, filter by date ranges, compute ages, track race times, schedule events, analyze user activity, and power dashboards, reports, analytics, and every feature that involves temporal data.

Read more
How to Build Multi-Stage Docker Images on Oracle Linux 10 — step-by-step Oracle Linux 10 tutorial on Progressive Robot

How to Build Multi-Stage Docker Images on Oracle Linux 10

Introduction Oracle Linux 10 ships with a stable, security-hardened base that makes deploying build multi-stage docker images on oracle linux 10 both straightforward and auditable. This tutorial covers the complete procedure for how to Build Multi-Stage Docker Images on Oracle Linux 10, including dnf module streams where applicable, systemd unit management, and the firewalld rules […]

Read more
Complete Guide: How to Use Mathematical Expressions and Aggregate Functions in SQL 2026

Complete Guide: How to Use Mathematical Expressions and Aggregate Functions in SQL 2026

Learning how to use mathematical expressions and aggregate functions in SQL is one of the most powerful and frequently used skills for developers, backend engineers, database administrators, data analysts, full-stack builders, DevOps professionals, startup founders, business intelligence specialists, and anyone turning raw database data into business insights in 2025–2026. Mastering how to use mathematical expressions and aggregate functions in SQL lets you perform calculations directly inside queries — compute revenue, profit margins, growth rates, averages, extremes, counts, inventory levels, pricing adjustments, and KPI summaries — without exporting data to spreadsheets or external tools.

Read more
How to Install containerd on Oracle Linux 10 — step-by-step Oracle Linux 10 tutorial on Progressive Robot

How to Install containerd on Oracle Linux 10

Introduction How to Install containerd on Oracle Linux 10 on Oracle Linux 10 provides administrators with a robust, enterprise-ready workflow that integrates cleanly with systemd, SELinux, firewalld, and the modern AppStream module system. In this tutorial we will walk through every step required, from package installation to verification, so that the resulting configuration is reproducible […]

Read more
How To Use Joins in SQL — step-by-step DevOps tutorial on Progressive Robot

How To Use Joins in SQL

Many database designs separate information into different tables based on how certain data points relate to one another. Even in cases like this, it’s likely that there will be times when someone will want to retrieve information from more than one table at a time. A common way of accessing data from multiple tables in a single SQL operation is to combine the tables with a JOIN clause. This guide outlines how to retrieve data from multiple tables by joining them together.

Read more
How to Monitor Kubernetes with Prometheus on Oracle Linux 10 — step-by-step Oracle Linux 10 tutorial on Progressive Robot

How to Monitor Kubernetes with Prometheus on Oracle Linux 10

Introduction Oracle Linux 10 ships with a stable, security-hardened base that makes deploying monitor kubernetes with prometheus on oracle linux 10 both straightforward and auditable. This tutorial covers the complete procedure for how to Monitor Kubernetes with Prometheus on Oracle Linux 10, including dnf module streams where applicable, systemd unit management, and the firewalld rules […]

Read more
How to Install ArgoCD on Oracle Linux 10 — step-by-step Oracle Linux 10 tutorial on Progressive Robot

How to Install ArgoCD on Oracle Linux 10

Introduction This tutorial demonstrates how to Install ArgoCD on Oracle Linux 10 on Oracle Linux 10. It is written for administrators who want a repeatable, well-explained walkthrough that goes beyond a bare command list and explains each configuration choice. Every command is tested against a freshly registered Oracle Linux 10 system with the default AppStream […]

Read more
How To Use Wildcards in SQL — step-by-step DevOps tutorial on Progressive Robot

How To Use Wildcards in SQL

Like many computer languages, SQL allows the use of various wildcard characters. Wildcards are special placeholder characters that can represent one or more other characters or values. This is a convenient feature in SQL, as it allows you to search your database for your data without knowing the exact values held within it. This tutorial will go over how to query data using SQL’s designated wildcards.

Read more
How to Configure Group Policy on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Group Policy on Windows Server 2022

How to Configure Network Settings with PowerShell on Windows Server 2022 PowerShell’s NetTCPIP, NetAdapter, and DnsClient modules provide a complete, scriptable interface for every network configuration task on Windows Server 2022 — from renaming adapters to setting static IP addresses, configuring DNS, managing routes, and testing connectivity. These cmdlets replaced the legacy netsh commands for […]

Read more
How to Configure Kubernetes RBAC on Oracle Linux 10 — step-by-step Oracle Linux 10 tutorial on Progressive Robot

How to Configure Kubernetes RBAC on Oracle Linux 10

Introduction How to Configure Kubernetes RBAC on Oracle Linux 10 on Oracle Linux 10 provides administrators with a robust, enterprise-ready workflow that integrates cleanly with systemd, SELinux, firewalld, and the modern AppStream module system. In this tutorial we will walk through every step required, from package installation to verification, so that the resulting configuration is […]

Read more
CHAT