Mar 31 Rust Patterns: Don’t Peel the Onion In Rust, working with references is a lot like handling an onion. Understanding when to “peel” the onion and when to keep it whole is the …
Mar 28 Word List :The Boy Who Loved By Durjoy Datta I have read book The Boy Who Loved by Durjoy datta My Goal Was to Enjoy book and Find New English Words So Here is that list Part 1: First …
Mar 23 Install Frappe Framework What is Frappe Framework? Frappe is a full stack, batteries-included, web framework written in Python and Javascript. It is the framework which powers …
Mar 23 How to create partitions using cfdisk In this guide, we will create two partitions: Root Partition EFI Partition A Swap Partition is optional and not required for a normal setup, so we …
Mar 22 SVG Icons In Font Using Fantasticon ✨ Why Use an Icon Font? Single HTTP request for all icons Unicode character-based referencing (like a, b, c) Easier styling via CSS Cleaner markup …
Mar 22 Rust In HTML/JS WebAssembly (WASM) allows developers to run high-performance Rust code directly in web applications. This guide covers the steps to compile Rust code …
Mar 22 My Anime List The Powerhouses: Action & Dark Thrillers These are the stories where the stakes are life-or-death and the world-building is top-tier. Attack on …
Mar 16 Rongo Jongo Rongo Jongo A single word for the terrifying sound of the British band’s horses marching toward an Indian village Village People hide in bushes …
Mar 16 Installing Archlinux using ISO Arch Linux is a lightweight and highly customizable Linux distribution. This guide covers the full installation process and details how to modify an …
Jan 01 Unlocking the Fibonacci Sequence: The Power of Matrix Exponentiation Most programmers first encounter the Fibonacci sequence through a simple …