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