Databases MySQL SUM Aggregate Function In this tutorial, we shall learn about one of the popular choices of the aggregate functions: sum. Captain Salem Aug 26, 2024 2 min read
DevOps How to Add Timestamps in Jenkins Builds In this tutorial, we will learn how to manage various aspects of the timestamper plugin to add flexibility to the timestamps of your Jenkins output. Captain Salem Aug 26, 2024 3 min read
Databases MySQL LAG() Function MySQL version 8.0 introduced the MySQL window functions, allowing you to perform queries in an easier and organized method, Captain Salem Aug 26, 2024 2 min read
DevOps Using Ansible Mount Filesystem This article will learn how to use the Ansible mount module to manage mount points on remote systems. Captain Salem Aug 26, 2024 3 min read
DevOps Use Ansible Ping to Try to Connect to Host This tutorial will discuss how to use Ansible built-in ping module to perform many set variables on remote hosts. Captain Salem Aug 26, 2024 3 min read
Development Python Urllib Robotparser In this post, you will learn about the robotparser module in the urllib package, which provides the RobotFileParser class for Captain Salem Aug 26, 2024 2 min read
Development Urllib parse.urlsplit() In this post, you will learn how to use the urlsplit() function from the parse module of the urllib package. Captain Salem Aug 26, 2024 1 min read
Development Python Urllib Response The urllib package provides a simple and powerful interface for making HTTP requests with Python. It is a great utility, Captain Salem Aug 26, 2024 2 min read
Databases Unlock Locked Oracle DB Account In this post, we will learn how to use the Oracle ALTER USER ACCOUNT UNLOCK statement. Captain Salem Aug 26, 2024 1 min read
Development C++ Print Vector In this one, we will discuss various methods and techniques of printing a vector in C++. Captain Salem Aug 26, 2024 3 min read
Development PostgreSQL Alter Column NOT NULL This tutorial will explore changing a table column in PostgreSQL to include the NOT NULL constraint. Captain Salem Aug 26, 2024 3 min read
Development NumPy Ceil Function The NumPy ceil function allows you to determine the ceiling of each element in a given array. This allows you Captain Salem Aug 26, 2024 2 min read