Create Azure Purview using Bicep. Learn how to deploy Azure Purview using… | by Dave R – Microsoft Azure MVP☁️ | CodeX | Dec, 2021

Azure Purview is a unified data governance solution that helps you manage and govern your on-premises, multi-cloud, and software-as-a-service (SaaS) data. This article intends to show you how to leverage Bicep, a domain-specific language (DSL) that uses a declarative syntax to deploy Azure Purview. An active Azure subscription Permission to create resources in the subscription … Read more

Angular 13 Get Current Location Latitude and Longitude

In this tutorial, we’ll explore how to obtain the current location’s latitude and longitude using the Google AGM core package in Angular 13’s Google Maps. We’ll cover the process of retrieving the current location’s latitude and longitude in Angular 13, and demonstrate how to accomplish this using the Google AGM core package. How to get … Read more

Angular 13 Swiper Image Touch Slider Example Tutorial

This tutorial will guide you on how to create a touch-enabled image/content slider or carousel in an Angular 13 application using the ngx-useful-swiper npm package. You will also learn about the various features of Swiper, including library agnosticism, touch movement, mutation observer, rich API, full RTL support, multi-row slides layout, transition effects, two-way control, full navigation control, flexbox layout, the most flexible slides layout grid, parallax … Read more

Install LAMP (Linux, Apache, MySql & PHP) on Ubuntu 20.04 AWS EC2

In this tutorial, we will guide you through the step-by-step process of installing LAMP (Linux, Apache, MySQL, PHP) on an Ubuntu 20.04 AWS EC2 instance. How to Install LAMP (Linux, Apache, MySql & PHP) on Linux Ubuntu 20.04 AWS EC2 Step 1 – Launching a Virtual Machine Log into the AWS EC2 Management Console, and click … Read more

Laravel 9 Form Submit Using jQuery Ajax Example

This tutorial demonstrates how to submit a form in Laravel 9 using jQuery Ajax with client-side validation. The default form processing method involves sending form data to the server via POST or GET, but Ajax is a preferred method for submitting forms using JavaScript or XHR. To accomplish this, follow the steps below: Laravel 9 Form Submit Using jQuery … Read more

Laravel 9 Rest API CRUD Example Tutorial

Laravel 9 Rest API crud with passport auth example; Through this tutorial, we will learn how to create a restful crud API with passport auth in laravel 9 apps. In RESTful APIs, use the HTTP verbs/methods as actions, and the endpoints are the resources acted upon. will be using the HTTP verbs for their semantic … Read more

Laravel 9 Multiple Image Upload using jQuery Ajax Tutorial

In this tutorial, we will be showing you how to upload multiple images using jQuery ajax with previews in a Laravel 9 application. Before uploading these images, we will also be validating the image mime type, size, height, and width on the server-side. Use the following step to upload multiple image using ajax with preview in laravel 9 … Read more

Building a Tech Start-up With No Money | by Prajix | CodeX | Jan, 2022

Arguably the most prominent problem developers run into when creating a project is lack of funding. The second most common reason start-up companies fail is running out of money. About 29% of start-up companies in the U.S. are going out of business because of a lack of funds. Luckily, there are ways to maneuver around … Read more

A love letter to software engineering | by Oskar uit de Bos | CodeX | Jan, 2022

My perspective on why I love software engineering, what makes a great software engineer and the career choices I made. Photo by NEXT Academy on Unsplash Being a software engineering is the greatest career there is. Period. Combining aspects of engineering by using battle-tested best-practices, approaches, and frameworks with the beauty of art by creating … Read more