Development

How to set up SSH authentication on a Linux Server

SSH key-based authentication is a secure and recommended method for accessing a Linux server.

January 14, 2024
Go

Go: how to set the headers in HTTP requests

In this guide, we will explore how to set HTTP request headers in Go.

January 14, 2024
Go

Go: how to get and read the headers of HTTP requests

In this article, we will explore how to read HTTP request headers using the Go programming language.

January 14, 2024
Angular

Angular: ngModel and forms

In this article, we will explore how to use ngModel in Angular forms to simplify data state management.

January 6, 2024
Angular

Angular: the ngIf directive

In this article, we will explore what the *ngIf directive is, how it works, and how it can be used effectively in Angular applications.

January 6, 2024
Angular

Angular: the ngFor directive

Among the many features offered by Angular, the *ngFor directive is one of the most used and powerful when it comes to managing iterations and rendering of lists of data.

January 6, 2024