Node.js How to use PostgreSQL in Docker with Docker Compose and Node.js January 12, 2025 In this article, we’ll see how to set up PostgreSQL in Docker using Docker Compose and integrate it with a Node.js application. Read more
Python How to use PostgreSQL in Docker with Docker Compose and Python January 12, 2025 In this article, we will explore how to configure and use PostgreSQL in a Docker container and interact with it using Python. Read more
Go How to use PostgreSQL in Docker with Docker Compose and Go January 12, 2025 In this article, we will explore how to configure PostgreSQL using Docker and Docker Compose and how to integrate it into a Go application. Read more
Go How to send an email with Go December 28, 2024 In this article, we will explore how to send emails using the net/smtp package, included in Go's standard library. Read more
Python How to send an email with Python December 28, 2024 Sending emails with Python is a common task, especially for applications that require notifications, automatic reports, or confirmations. Read more
Node.js How to send an email with Node.js December 28, 2024 In this article, we will see how to configure and use nodemailer to send emails. Read more
Bash How to send an email with Bash December 28, 2024 Sending emails with Bash is an essential skill for anyone working on Linux systems. Read more
Development The pipeline variables in GitLab December 8, 2024 GitLab pipeline variables are a powerful tool to make CI/CD processes flexible, secure, and scalable. Read more
Node.js How to convert a CSV file to XML with Node.js November 30, 2024 In this article, we will see how to convert a CSV file to XML using Node.js. Read more
Python How to convert a CSV file to XML with Python November 30, 2024 In this article, we will see how to perform this conversion using Python. Read more