Creating an ASP.NET Core MVC Kafka Client

November 7, 2022

This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3204-introduction-to-kafka-for-c-developers.In this tutorial, you will add Kafka support to an existing ASP.NET .NET Core MVC 3.1…

Introduction to CI/CD and GitLab

August 29, 2022

Author: Kevin Clements This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3212-ci-cd-with-gitlab. 1.1 Foundation of Agile AppDev Agile Development begins with Extreme Programming (XP)….

Working with GitLab.com

August 29, 2022

Author: Kevin Clements This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3212-ci-cd-with-gitlab. In this tutorial, you will connect to GitLab website and run through…

SQL Notebooks in Databricks

August 11, 2022

This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3208-programming-on-azure-databricks-with-pyspark-sql-and-scala. In this tutorial, you will learn how to create and use SQL Notebooks in Databricks…

VPC Firewall Rules

August 11, 2022

Author: Seid Myadiyev 1.1 VPC Firewall Rules This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3213-gcp-networking-and-security-for-algosec. 1.1 VPC Firewall Rules Virtual Private Cloud (VPC)…

Using PolyBase in SQL Server

May 27, 2022

1.1 Understanding PolyBase PolyBase enables a SQL Server instance to query data with T-SQL directly from SQL Server, Oracle, Teradata, MongoDB, Hadoop clusters, and Cosmos…

PostgreSQL Basics

May 17, 2022

In this tutorial, you will get hands-on experience using the PostgreSQL database. The tutorial isdivided into the following parts:• Verify Prerequisites• Load the dvdrental Sample…

Create an Angular Application using NgRx

May 16, 2022

NgRx is a state management library. In this tutorial, you will create an Angular Task/ToDo listapplication that uses NgRx to manage its state.The tutorial will…

How to unlock a higher salary in IT with Data Science and Data Engineering training

April 8, 2022

Whether you or your employees are just entering the IT field, or have been working in the industry for years, two areas of expertise they…

Implement an AWS Lambda using .NET

March 29, 2022

In this tutorial, you will create an AWS Lambda that exposes an ASP.NET service. The tutorial will follow these steps: Install and configure required tools…