Installing Docker on a Linux Machine via SSH

Docker is a popular open-source containerization technology that allows developers to create, deploy, and manage container applications. Docker containers are lightweight, portable, and can run on any platform that supports Docker. This blog post will walk you through installing Docker on a Linux machine.

Read more Read more

Streamlining API Communication with Refit in .NET Core

As a developer, one of the essential tasks you may undertake is communicating with external APIs, be it REST or any other web service. Refit is a type-safe REST client for .NET Core that makes it easier for you to build robust APIs. In this article, we'll look at what Refit is, how it works, and how you can use it to build APIs.

Read more Read more

How to optimize exceptions throwing in C# code

Regarding the development of API solutions, the accessibility of information to end users is a central element in our set of considerations.
Whether from a monolith or a microservice, we must significantly expand our scope and implement usage-oriented thinking in various aspects.
Of all these aspects, there is no doubt that the field of error handling is one of the most significant. Here, we will see how we will optimally handle Exception type errors in this project.

Read more Read more
Decor image
Decor image
Decor image