2026 Latest articles
Node.js
How to send an email with Node.js
In this article, we will see how to configure and use nodemailer to send emails.
December 28, 2024→
Bash
How to send an email with Bash
Sending emails with Bash is an essential skill for anyone working on Linux systems.
December 28, 2024→
Go
How to send an email with Go
In this article, we will explore how to send emails using the net/smtp package, included in Go's standard library.
December 28, 2024→
Python
How to send an email with Python
Sending emails with Python is a common task, especially for applications that require notifications, automatic reports, or confirmations.
December 28, 2024→
Development
The pipeline variables in GitLab
GitLab pipeline variables are a powerful tool to make CI/CD processes flexible, secure, and scalable.
December 8, 2024→
Node.js
How to convert a CSV file to XML with Node.js
In this article, we will see how to convert a CSV file to XML using Node.js.
November 30, 2024→