Go

Go: how to parse arbitrary JSON data

How can we parse an arbitrary JSON structure? In Go you can use an alternative solution to structs.

September 17, 2023
Go

Go: best practices for TDD (Test-Driven Development)

In this article, we will explore some of the best practices for TDD in Go.

September 17, 2023
Node.js

Node.js: best practices for TDD (Test-Driven Development) with Jest

In this article, we will explore some best practices for using Jest effectively in TDD.

September 17, 2023
Go

Go: how to list the files of a directory

In this article we will see how to get the list of files in a directory with Go.

September 17, 2023
Python

Python: using Faker for testing REST APIs

In this article, we'll explore how to use the Faker module to generate random, realistic data for testing your REST APIs.

September 17, 2023
Go

Go: data types passed by value and data types passed by reference

In this article, we'll explore the concepts of passing by value and passing by reference in Go and the data types associated with each mode.

September 17, 2023