Go Go: how to reverse a slice December 24, 2023 In this article, we will explore how to reverse a slice in Go. Read more
React and form validation: an introduction December 24, 2023 In this article, we will explore common approaches to managing form validation in React. Read more
Object-Oriented Programming (OOP) or Functional Programming (FP)? Both December 19, 2023 In this article, we'll explore the key differences between OOP and FP to help developers better understand when and how to use each paradigm. Read more
Node.js SSH connections with Node.js December 17, 2023 In this article, we will explore how to create an SSH connection using Node.js. Read more
Go SSH connections with Go December 17, 2023 In this guide, we will explore how to create an SSH connection using Go. Read more
Node.js Unveiling the design concepts behind Nest.js December 10, 2023 In this article, we'll explore the design concepts that underpin Nest.js and contribute to its success in the world of modern web development. Read more
Managing deadlines in the Agile context December 10, 2023 In this article, we will explore effective approaches to manage deadlines efficiently within an Agile context. Read more
Node.js Node.js: how to use WebSocket December 9, 2023 In this article, we will explore how to use WebSockets in Node.js, focusing on a popular library called "ws" (WebSocket). Read more
Python Python and the Liskov Substitution Principle (LSP) December 9, 2023 Python, as an object-oriented language, supports the Liskov Substitution Principle. In this article, we will explore how to implement and respect this principle in practice, ensuring consistency in derived classes. Read more
Go Go: using interfaces in web applications December 9, 2023 One of the most powerful characteristics of Go is its management of interfaces, which allows developers to write more flexible and modular code. Read more