A

Author

Author on Coding Master.

46 articles published

Latest from Author

Mastering Kubernetes on Google Cloud: A Comprehensive Guide
CloudPublished Apr 15

Mastering Kubernetes on Google Cloud: A Comprehensive Guide

Dive deep into deploying, managing, and scaling containerized applications using Kubernetes on Google Cloud Platform (GCP). This comprehensive guide covers GKE architecture, detailed setup, operational best practices, advanced deployment strategies, and real-world examples visualized with diagrams.

Angular 18 and .NET Core API Authorization
AngularPublished Apr 15

Angular 18 and .NET Core API Authorization

Learn how to implement secure authorization between an Angular 18 frontend and a .NET Core API backend using JWT tokens and role-based access control.

The Ultimate Guide to Authentication in Next.js 15
Next.jsPublished Jul 12, 2025

The Ultimate Guide to Authentication in Next.js 15

A comprehensive guide to implementing authentication in Next.js 15 applications, covering popular libraries like Auth.js (NextAuth.js), Clerk, Supabase Auth, and custom solutions.

How To Install React 19 With Vite
EssayPublished May 24, 2025

How To Install React 19 With Vite

A fast, beginner-friendly tutorial for setting up React 19 with Vite, including tips, troubleshooting, and best practices.

New Era of OneDrive with Redesigned Interface
O365Published Aug 28, 2024

New Era of OneDrive with Redesigned Interface

Explore OneDrive's latest AI-powered features, including Copilot Agents, enhanced productivity tools, and a revamped mobile experience for both work and personal use.

Integrating ElasticSearch with .NET Web API
.NETPublished Aug 25, 2024

Integrating ElasticSearch with .NET Web API

This guide will walk you through setting up ElasticSearch locally using Docker Compose, connecting to ElasticSearch from your .NET Web API, and creating simple CRUD operations.

Graphs in C#
.NETPublished Dec 10, 2023

Graphs in C#

An introduction to implementing graphs in C# with a simple example

Dictionaries in CSharp
CsharpPublished May 1, 2023

Dictionaries in CSharp

Learn about dictionaries in C# and how to use them effectively.