Go

How to generate a version 4 UUID with Go

There are several versions of UUIDs, and in this article we will focus on generating a version 4 UUID using the Go programming language.

August 24, 2024
Development

How to install and configure GitLab CE and GitLab Runner on Ubuntu Server

In this guide, I will show you how to install GitLab Community Edition (CE) and GitLab Runner on an Ubuntu server.

August 15, 2024
Python

Python: how to implement Web Push Notifications in Flask

In this article, we will explore how to implement web push notifications using the Python Flask framework.

August 15, 2024
Node.js

Node.js: how to create a generic model for MySQL

In this article, we will explore how to create a generic model from scratch using the mysql2 package, a popular tool for interfacing with MySQL in Node.js.

August 15, 2024
Go

Go: how to create a URL shortener

In this article, we will see how to implement a simple URL shortener using the Go programming language.

August 10, 2024
JavaScript

How to implement web push notifications in Safari

The implementation of Web Push Notifications in Safari has some peculiarities compared to other browsers, such as Chrome or Firefox.

August 10, 2024