[note] Installation of Golang (PATH)

๐Ÿ“Œ Introduction

This article provides a step-by-step guide on how to install Go on macOS and configure the systemโ€™s PATH variable to include Go binaries.

Read more

[tutorial] How to use psutil to monitor CPU and memory usage in python

๐Ÿ“Œ Introduction

This article introduces psutil, an open-source Python package that provides system information about CPU, memory, disks, and networks. It covers the installation of psutil and demonstrates useful functions for monitoring CPU and memory usage, as well as how to integrate it into Python code using decorators.

Read more

[tutorial] Build your own python package

๐Ÿ“Œ Introduction

Building your own Python package is beneficial for maintaining large projects, as it helps manage code that is otherwise scattered across directories.

Read more

[note] Installing GitHub Copilot CLI and Usage Guide

๐Ÿ“Œ Introduction

This article discusses how to install and use the GitHub Copilot CLI. It covers the installation process using npm, setting execution policies on Windows, and gives an example of how to use the CLI to get help on certain git commands.

Read more

[tutorial] Setting up Miniconda on Ubuntu

๐Ÿ“Œ Introduction

This article details the steps required to install Miniconda on Ubuntu, including downloading the installer and setting up the initial environment.

Read more

[note] Gatsby Usage

๐Ÿ“Œ Introduction

This article provides a guide on how to install Gatsby and create a new Gatsby site using starter themes. It covers the installation steps, commands to set up a Gatsby site, and links to troubleshoot common errors.

Read more