Creating an ASP.NET Core MVC Kafka Client
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
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
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
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
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
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
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
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
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
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…