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.
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.
Angular and TypeScript
A key element that contributes to Angular's success is the use of TypeScript as its development language.
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.
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.
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.