Hello. In this tutorial, we will learn how to handle SQL exceptions in the stored procedure via the postgresql database. 1. Introduction SQL stands for Structured Query Language and is used to extract and organize data stored in relational databases like MySQL, PostgreSQL, Oracle, etc. A relational database consists of rows and columns that allow fetching specific information from databases ...
Read More »Collectors to Map in Java
1. Introduction The Collectors class is in the java.util.stream package. The Collectors class contains static methods which return a Collector to allow for various reduction operations. This article will discuss the toMap and the toConcurrentMap methods. These methods will return a Map or a ConcurrentMap. In addition, we will also be discussing the SortedMap interface. Finally, we conclude this article ...
Read More »The Differences between wget vs curl
Hello. In this tutorial, we will take a look at the wget vs curl commands actively used in Linux. 1. Introduction 1.1 What is wget wget in Linux is a command-line utility to download things from the internet. It helps to retrieve things using different protocols such as HTTP, HTTPS, and FTP. This command serves as a tool to sustain ...
Read More »SQL Triggers
Hello. In this tutorial, we will learn the SQL triggers and see a practical implementation of them in the postgresql database. You can also check this tutorial in the following video: SQL Triggers Tutorial – Video 1. Introduction SQL stands for Structured Query Language and is used to extract and organize data stored in relational databases like MySQL, PostgreSQL, Oracle, ...
Read More »SQL Server Functions
1. Introduction SQL Server is a relational database management system (RDBMS) solution created by Microsoft Corporation. Focus in this treatise will be on SQL Server functions, href=”https://docs.microsoft.com/en-us/sql/t-sql/functions/functions?view=sql-server-ver15. Some functions discussed here can also be found in other RDBMS. 2. Background SQL functions, in general, typically will allow for parameters to be used to call them. This will result in a ...
Read More »Monolithic vs Microservice Architecture
In this article we will show you the monolithic vs microservice architecture. 1. Introduction In this article, we will cover some of the most important architecture that most of the developers use when developing web or service applications. The term monolithic stands for the word that is a single service, homogeneous and unitary, unable to be used modularly. This is ...
Read More »SQL Wildcard Operators
Hello. In this tutorial, we will learn the SQL wildcard operators and see a practical implementation of them. 1. Introduction SQL stands for Structured Query Language and is used to extract and organize data stored in relational databases like MySQL, PostgreSQL, Oracle, etc. A relational database consists of rows and columns that allow fetching specific information from databases that can ...
Read More »SQL Cursor Example
Hello. In this tutorial, we will learn the SQL cursor and see a practical implementation to it. 1. Introduction SQL stands for Structured Query Language and is used to extract and organize data stored in relational databases like MySQL, PostgreSQL, Oracle, etc. A relational database consists of rows and columns that allow fetching specific information from databases that can be ...
Read More »Python Hello World Example
In this example, we will show you a Python Hello World example. 1. Introduction Python is an easy-to-learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many ...
Read More »Using Terraform with Kubernetes
This is a tutorial about Using Terraform with Kubernetes for beginners. Kubestack has managed services like AKS, EKS, and GKE for Terraform with kubernetes deployment. They help in integrating cluster services from different bases in to GitOps workflow. 1. Overview Terraform was created on May 21st, 2014 by Mitchell Hashimoto. Hashimoto was Hashicorp’s founder. Terraform is used for building code ...
Read More »