Linux File Permissions Weren't Enough Here's What ACLs Actually DoLinux permissions are one of the first things you learn. chmod, chown, owner, group and others . This model has a hard limit, and when you hit it, you need something called Access Control Lists (ACLs)May 26, 2026·4 min read
Understanding Data Types In CairoCairo is a statically typed language. This means the compiler must know how to deal with the values provided to it at compile time. In some cases, the compiler can infer the data type from its usage but this is not always advisable. There are two sub...Jul 16, 2024·3 min read
Introduction to Variables in CairoCairo is a Rust-inspired language for creating provable programs for general computation. Cairo is also the native smart contract language for Starknet. Sharing similarities with Rust, Starknet developers are assured of a safe and terrific developer ...Jul 11, 2024·3 min read
How to Effortlessly connect to PostgreSQL with GolangWhen I tried to connect to a database for the first time I almost lost my mind. It was so frustrating and I do not want you to go through what I went through. Backend applications and databases are a pair that cannot be separated. One of the major th...Apr 15, 2024·3 min read
Build A CLI in GolangIn a quest to improve my skills and proficiency in Golang, I built a simple CLI tool I got this idea from John Crickett's coding challenges newsletter and It turned out to be quite easy and challenging at the same time. Here is how you can build one ...Feb 5, 2024·4 min read
Testing React Apps With CypressReact is a JavaScript library used to create beautiful, eye-catching user interfaces in web applications React was downloaded 1,025,630,896 times in 2023. That number is a mouth full right? Source "npm-stat.com" With great power comes great respons...Jan 12, 2024·5 min read
I Love Errors In GolangLet’s face it we have all been there. Those red lines, your app breaks, you begin to panic, you get all sweaty and feel like pulling your hair out. We hate errors. You can chase errors for days or even weeks. That is terrifying. Something about Golan...Jan 5, 2024·2 min read