Angular

Angular: data modeling with interfaces

In this article, we will explore how to create data models using interfaces in Angular and how to efficiently integrate them into applications.

January 1, 2024
Angular

Angular: organizing files and folders of an app

In this guide, we'll explore best practices for structuring and organizing files and directories in an Angular app.

January 1, 2024
Angular

Angular and TypeScript

A key element that contributes to Angular's success is the use of TypeScript as its development language.

January 1, 2024
Angular

Angular: architectural design

In this article, we will explore the key elements of Angular's architectural design, highlighting how they contribute to building robust and scalable applications.

January 1, 2024
Go

Go: the advantages of function currying

While Go is known for its clear and concise syntax, it can appear to lack some advanced features found in other languages. However, with the right approach, function currying can also be implemented in Go.

December 24, 2023
Go

Go: how to find the minimum and maximum value in a slice

When working with data in Go, you often need to find the minimum and maximum values in a slice. In this article, we will explore different approaches to achieve this goal efficiently and cleanly.

December 24, 2023