Getting Started With Terraform (IAS)
Terraform is an open-source infrastructure as code software tool. Infrastructure as code (IaC) tools allow you to manage infrastructure with configuration fi...
Terraform is an open-source infrastructure as code software tool. Infrastructure as code (IaC) tools allow you to manage infrastructure with configuration fi...
Continuous Integration (CI) is the practice used by development teams of automating merging and testing code. Continuous Delivery (CD) is a process by w...
Azure Function APP (Serverless Computing, FAAS)
Configuration
Let’s explore Asp.net core.
IIS deployment
Data Protection
Install Package Microsoft.Extensions.Caching.SqlServer
Download and install AWS CLI
React is a JavaScript library for building user interfaces.
Useful commands
The goal is to define and run multi-container Docker for Asp.net core applications.
The goal is to create an Aspnet core application with a security layer using IdentityServer, an OpenID Connect and OAuth 2.0 framework.
Multithreading programming is all about concurrent execution of different functions.
1- Download rabbitMQ Server 2-
OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file allows you to describe your entire API. AP...
There are two places the .NET framework stores items in memory as your code executes : the Heap and the Stack.
A database stores one or more collections of documents. MongoDB stores documents in collections. A record in MongoDB is a document. MongoDB documents are sim...
A Permutation is an ordered Combination.
Modifiers: in, ref, out
Installation
```sh sudo apt install haproxy
Strict-Transport-Security
Let’s improve our coding design.
Let’s understund what is: variance, invariance, covariance, contravariance in c#.
Let’s understund how events works in c#.
Let’s understund what is the difference between: Bandwidth, Latency and Throughput.
Let’s explore some design patterns (c#).
Let’s explore different development process and practices.
Let’s explore some architectural patterns (c#).
Let’s look how to setup a local development environment to make things easier.
Let’s explore what we should know about Javascript.
Let’s explore some Javascript tricks.
Standard deviation (Stdev) could be a consistency proof in performance testing.
In a nutshell, it’s a method of solving a complex problem by breaking it down into a collection of smaller subproblems, solving them just once, and storing t...
Quicksort is a divide-and-conquer algorithm.
git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/username/username.github.io.git git push ...
Log
Introduction