Development

An introduction to PHP extension development

This article provides an introduction to PHP extension development, exploring the reasons why you might need one and the basic steps to create one.

June 16, 2024
Node.js

An introduction to C++ addons in Node.js

One of the strengths of Node.js is its ability to extend its functionalities via C++ addons, allowing developers to create native modules that can interact directly with the operating system and other C/C++ libraries.

June 15, 2024
Bash

How to create a Bash script to get the registrar name from the whois command

In this article, I will walk you through the process of creating a Bash script to specifically extract the Registrar name from the whois command output.

June 15, 2024
Go

Key guidelines for writing code in Go

Like any other language, by following specific guidelines you can make your code readable, maintainable, and consistent. Here are some of the key guidelines for writing code in Go.

June 8, 2024
Bash

How to create a Bash script to monitor a Node.js application

In this article, we will see how to create a Bash script to monitor a Node.js application and restart the associated system service only when the application files have been modified.

June 8, 2024
Bash

How to create a basic Bash script to monitor the uptime of a website

Here is a step-by-step guide on how to create a Bash script to monitor the uptime of a website.

June 1, 2024