A Simple chat server in rust, Shat!

My Rust Adventure: Building a Chat Server (Shat!) From Scratch Alright, Rust journey time! I've been wrestling with the borrow checker (it usually wins), but I really wanted to build somethin...
0 Read More

Sephera Command Line Interface

Sephera Command Line Interface
Sephera is a lightweight and portable command-line tool designed to help you analyze and visualize your project's structure and codebase — quickly and efficiently.Whether you want to:⛶🔍 Count l...
0 Read More

Termux: A Beginners Guide

Hey everyone, I was planning to write my next article—which I mentioned in my previous post about “How to Customize the Vim Editor on Termux to Make It Look Like VSCode.” That’s when I thought...
0 Read More

Linux for Windows or WSL

open windows terminal or power shell as administrator and run the following commands wsl --install wsl --update wsl --version wsl --install -d Ubuntu-24.04 wsl --list --verbose wsl -v -l if terminal g...
0 Read More