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