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.
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.
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.
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.
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.
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.