Python

How to use Python to analyze the performance of a website

In this article, we will explore how to use Python to collect detailed data on the performance of a website, including latency, availability, and other key metrics.

June 30, 2024
JavaScript

JavaScript: how to use Server-Sent Events (SSE) to monitor a cloud instance

This article will explore how to implement this functionality using a combination of Node.js backend and React frontend.

June 30, 2024
Bash

Bash: how to format the JSON response of REST APIs

In this article, we will see how to implement a Bash script that calls REST APIs and returns a formatted JSON output.

June 30, 2024
Go

Go: optimizing iterations over slices

In this article, we'll explore some techniques for improving the performance of slice iterations in Go.

June 22, 2024
Python

Python: optimizing iterations over lists

In this article, we will explore various techniques for optimizing list iterations in Python.

June 22, 2024
Bash

Bash: how to mport data from a JSON file into a MySQL database

Importing data from a JSON file into a MySQL database can be done in a variety of ways, but using a Bash script is a powerful and automatable solution.

June 22, 2024