The Cluster module allows for creating child processes (workers) in a Node.js application to take advantage of multi-core systems. By distributing the workload across multiple processes, applications ...
Monday, 03 April 2023
Python provides several libraries and features to handle concurrency, allowing you to execute multiple tasks concurrently and improve the performance of your applications. To demonstrate this concept,...
Wednesday, 15 March 2023
MAS (Microservice Architecture Style) is a design pattern used for developing software applications as a collection of small, independently deployable, and scalable services that communicate with each...
Monday, 06 March 2023
Microfrontend architecture, also known as micro-UI or microapp, is an architectural style that involves breaking down a web application into smaller, independent, and modular pieces that can be develo...
Tuesday, 28 February 2023
The LMAX architecture is a high-performance, low-latency, and highly scalable architecture used for building trading systems. It was designed to handle high-throughput trading applications and has bee...
Friday, 17 February 2023
There are many subcategories of AI and each has its own unique set of techniques and applications, and many AI solutions involve a combination of multiple subcategories. Artificial intelligence (AI) i...
Friday, 03 February 2023
In ASP.NET Core, the MediatR library is a famous open-source library that provides a simple and clean way to implement the mediator pattern for decoupling requests and responses. The mediator pattern ...
Tuesday, 17 January 2023
Microsoft AppFabric Cache is a distributed in-memory cache platform that can be used to improve the performance and scalability of .NET applications. To use AppFabric Cache in your application, you ca...
Saturday, 14 January 2023
We all hear a lot about AI these days; maybe more than before. The public services of AI are more available than before and now everyone can use the services easily. Artificial Intelligence (AI) is ex...
Sunday, 08 January 2023
A web application builder is a feature built into ASP.NET Core that simplifies the process of creating a web application by providing a set of pre-built templates and components that you can use to bu...
Monday, 07 November 2022
Analyzers in .net core are for informing the developers about potential issues in the code. The analyzers have been built into the C# compiler and every framework like asp.net core could have its own ...
Wednesday, 26 October 2022
I created a wallet in offline mode for Bitcoin and Tron networks in my previous posts. To create an Ethereum wallet offline, sign it, and then broadcast it using C#, you can use the following steps:
...
Tuesday, 10 May 2022
As an update to my previous post about creating the Bitcoin wallet by using the Nbitcoin library, for those who are using the newer versions of the library I created a separate method for singing and ...
Monday, 09 May 2022
CoreFX is a foundational library of the .NET Core platform, providing a set of APIs for building cross-platform applications on .NET Core. It includes a wide range of functionality, such as file I/O, ...
Saturday, 23 April 2022
In my previous post, I considered creating a wallet in Tron network and of course singing and broadcasting it. Now it’s possible to do the same in the Bitcoin network by using NBitcoin. Look at ...
Friday, 22 April 2022
If you have worked with blockchain technology for cryptocurrencies; the scenario of creating a wallet and broadcasting it to the network is approximately similar. Maybe they would be different in some...
Sunday, 20 February 2022
DevSecOps (short for development, security, and operations) is an approach that integrates security practices and principles into the DevOps (Development and Operations) methodology. It aims to ...
Friday, 04 February 2022
Decentralized Finance (DeFi) is a financial system built on blockchain technology that enables anyone to access financial services without the need for intermediaries such as banks or financial instit...
Friday, 04 February 2022