Go Go: variables and scope August 25, 2023 In this article, we'll explore how variable visibility and scope work in Go. Read more
Go Go: a brief history August 25, 2023 In this article, we'll explore the evolution of the Go language, its original purpose, and its impact on the developer community. Read more
JavaScript JavaScript: how to handle errors with the Fetch API August 24, 2023 Proper error handling in the Fetch API is essential to ensure the reliability and robustness of web applications. Read more
Go Go: first steps with Kubernetes August 24, 2023 In this article, we'll explore how to leverage the capabilities of Go to build applications that integrate seamlessly with the Kubernetes ecosystem. Read more
Go Go: using Redis August 24, 2023 In this article, we will explore how to use Redis in Go to create an effective data cache, thereby improving application performance. Read more
Go Go: using Memcached August 24, 2023 In this article, we will explore how to use Memcached in a Go application to improve server performance and streamline data access operations. Read more
Go Go: using MySQL August 23, 2023 In this article, we'll explore how to use MySQL in Go to manage data and database interactions effectively. Read more
Node.js Node.js: Test-Driven Development (TDD) with headless browsers August 22, 2023 With the advent of headless browsers, it is possible to extend TDD also to the development of web applications, allowing to test the front-end functionalities in an automated and reliable way. Read more
React: differences with Vue.js August 22, 2023 In this article, we'll explore the key differences between React and Vue.js to help you make an informed choice based on your needs. Read more
JavaScript JavaScript: how to create a slug from a string August 22, 2023 In this article, we'll explore how to create a slug from a string using JavaScript. Read more