Go Go: get the response time of a website September 3, 2023 In this article, we'll explore how to get the response time of a website using the Go programming language. Read more
Go Go: DNS query September 3, 2023 In this article, we will explore how to make a DNS query using Go, step by step. Read more
Go Go: WHOIS request September 3, 2023 In this article, we'll explore how to make a WHOIS query using the Go (also known as Golang) programming language. Read more
Go Go: MySQL with Gorm September 3, 2023 Gorm is a very popular ORM for Go that greatly simplifies database interaction, allowing you to focus on application logic instead of writing complex SQL queries. Read more
Go Go web frameworks: Gin, Fiber and Mux August 28, 2023 In this article we're going to introduce three important web frameworks for the Go language, namely Gin, Fiber and Mux. Read more
JavaScript JavaScript: converting between Fahrenheit and Celsius degrees August 27, 2023 In this article, we'll explore how to create a function for bidirectional conversion between Fahrenheit and Celsius in JavaScript. Read more
Go Go: how to create a REST API for images August 27, 2023 In this article, we will explore how to create an image management REST API using the Go programming language. Read more
Go Organizing and structuring files in a Go application August 27, 2023 In this article, we'll explore best practices for organizing files in a Go application. Read more
JavaScript Vanilla JavaScript app with REST API August 26, 2023 In this article we're going to see how to implement a simple app to consume a REST API with Vanilla JavaScript. Read more
Go Introduction to the Go programming language August 25, 2023 In the vast panorama of programming languages, one of the most recent to emerge is Go, an open-source language created by Google. Read more