Coding Freaks - Helping others to learn
Pages
(Move to ...)
Home
Apache HOP
SharePoint Online
Alfresco
Bigdata
ASP.net
Asp.net MVC
▼
Friday, November 1, 2024
Introduction to DORA Metrics: The Four Keys to Measuring DevOps Performance
›
DORA ( D ev O ps R esearch & A ssessment) metrics consist of essential measurements used to evaluate a software development team’s perf...
Saturday, July 13, 2024
Apache HOP - Hello World !
›
In this blog post, we will see, how we can do a very simple fancy application - Hello World !
Apache HOP - Up and running
›
In this blog post, let's see how we can download and run Apache HOP (2.9) in Windows 11 environment. 1. Navigate to Apache HOP website...
Apache HOP - Core keywords
›
Here are the core keywords used in Apache HOP. 1. Pipelines : A pipelines is set of actions for the transform. It can read the data from the...
Friday, July 12, 2024
Apache HOP - Quick Introduction
›
What is Apache HOP ? In simple, Apache HOP is a data engineering and orchestration platform. HOP is abbreviated as H op O rchestration P l...
Tuesday, January 24, 2023
Endpoint Execution filters in Minimal API (.NET 7)
›
Endpoint Execution filters are new Minimal API in .NET 7 and this feature allows developers to perform validations before the actual API re...
Sunday, January 22, 2023
Getting started with Minimal API - Create your project with dotnet CLI
›
The below blog post helps you to create a new Minimal API project using Visual Studio 2022 in a step-by-step manner. https://www.codingfrea...
Getting started with Minimal API - The first project
›
This blog post explains, how to create your first Minimal API project using Visual Studio 2022 with .NET 7. Step 1: Launch VS 2022 or high...
New features of Minimal APIs in .NET 7
›
Here are new features that are released on .NET 7 for Minimal API.
Tuesday, January 3, 2023
Create a new row in empty collection in Power Apps
›
Here is a syntax for creating a new row in the existing, empty collection. Patch (<CollectionName>, defaults(<CollectionName>)...
›
Home
View web version