Angular App Development: How to Retrieve Client IP Address

Angular is one of the most popular frameworks for building web applications. It provides a robust set of tools and features that make it easier to create complex applications with minimal effort. However, in some cases, you may need to retrieve the IP address of your application’s users, particular...

Read More »

5 min read

Implementing reCAPTCHA v3 on .NET Core & Angular: Ultimate Guide

In a world filled with bots, spammers, and cyber-criminals, website security has become a top priority for developers. And while there is a multitude of security measures you can take, implementing an invisible reCAPTCHA v3 in your .NET Core application can go a long way in keeping the bad guys at ...

Read More »

8 min read

How to use Google reCAPTCHA v2 with .NET Core

In an era of increasing online threats, web developers must implement robust security measures to protect their applications. Google reCAPTCHA v2 offers a powerful solution for preventing automated bots from accessing websites. This article explores how to integrate reCAPTCHA v2 into your .NET Core...

Read More »

6 min read

Creating an Angular Login With the Latest Version

In this article, we will look over creating an Angular application. This will provide us with options to authenticate, register new users, and log out. It will be a proof of concept for OAuth 2.0 implementation and refresh token. This example will communicate with a backend REST API implemented wit...

Read More »

7 min read

How to use DotNET Core Exception Handling Middleware

Let’s look into how we can handle exceptions in a .NET Core Web API with the help of middleware. We will see how we can catch the exception and handle it in one place in our application. In this article, we will explore the powerful capabilities of exception handling middleware in .NET Core, enabl...

Read More »

5 min read

How to implement DotNET Core OAuth2 for an API

This article will look into how to implement dotnet core OAuth2 for a Web API. The example API we will create in this tutorial will have options to register a new user and provide options to log in and log out. For authorization, we will implement the OAuth2 standard protocol. Enjoy the tutorial a...

Read More »

8 min read

Tutorial: Easy deploy of .NET Core to Linux on Linode

Today we will look over how to deploy .NET Core Web API or application on Linux using Linode Cloud and aaPanel. With the deploy method used in this article, we won’t be able to configure everything we need by using aaPanel. We will need to write some lines of code, including in the Linux terminal....

Read More »

11 min read

WordPress Cloud Hosting made easy with Cloudways

In this article, we will talk about the best managed cloud hosting for WordPress. We will talk about Cloudways and how to host your WordPress websites in Cloud. Cloudways is a leading provider of managed cloud hosting, offering an effortless solution for hosting WordPress websites. With its user-f...

Read More »

9 min read

The Ultimate Guide to Vultr WordPress Hosting

Do you feel you had it with WordPress shared hosting and want more for what you pay? VPS hosting is the best option for WordPress shared hosting. This option offers more performance for less money than classic WP hosting. Hosting your WordPress blog on your own VPS might sound very intimidating. Do...

Read More »

14 min read

Fast and Easy Way to Deploy .NET Core with Vultr

This article will teach you how to deploy a .NET Core application to Vultr VPS using Windows IIS. To be more precise, we will deploy a Web API to IIS. By following this tutorial, you'll quickly master the essential steps to successfully launch your .NET Core application. In this guide, we will show...

Read More »

12 min read