Cloud Coders

Serilog and AWS CloudWatch Logging for .NET 6: A Step-by-Step Tutorial

Learn how to use Serilog and AWS CloudWatch Logging for your .NET 6 web application in this step-by-step tutorial. Improve your app performance and reliability with structured logging and cloud-based service.

Step-by-Step Guide: Sending Emails from ASP.NET Core with Amazon SES

Email communication is a vital aspect of any web application allowing businesses to deliver important notifications and connect and engage with customers effectively. However, ensuring that your emails reach your users' inboxes reliably and avoid the dreaded spam folder can be a challenging task. That's where Amazon SES (Simple Email

Working with SignalR and NCache Backplane

Real-time communication is a key requirement for modern web applications. Users expect fast and responsive applications that can provide real-time updates without the need to refresh the page. SignalR is a powerful technology that enables real-time communication between a client and a server, making it a popular choice for building

React Hooks - explained

React Hooks were introduced in React 16.8 which allows functional components to have access to state and other features like performing an after effect when a particular condition is met or specific changes occur in the state(s) without having to write class components. In this article, I will

React useEffect Hook - Ultimate Guide

Hooks are special functions that enable the use of state and several other features in functional components available in class-based components.

Cloud Coders © 2026