PinnedMy Personal Top 5 Python Features That I Regret not Having Known Before (Vol. 1)It may sound trivial (and considering that I have been writing Python code for many years, it may be all the more embarrassing), but I have…Nov 4Nov 4
PinnedNuShell — A very different kind of shellChapter 1: Introduction to NushellDec 17, 20233Dec 17, 20233
PinnedZed: A Refreshing Take on Code Editing (and Why You Might Want To Ditch VS Code)Zed was born out of a desire for speed and simplicity. Built in Rust, it’s incredibly responsive, making VS Code feel sluggish in…Jul 151Jul 151
Beyond console.log | Exploring JavaScript Console AlternativesWhen it comes to debugging JavaScript code, the console.log statement is the go-to for most developers. However, the console object in…Nov 5Nov 5
Django — The Unsung Hero of Web Development 🐍Unlike React or Vue.js, which primarily focus on the frontend, [Django](https://www.djangoproject.com/) provides a comprehensive solution…Jul 6Jul 6
My Top 3 JavaScript Pitfalls (So Far)JavaScript is a powerful and flexible language, but it’s not without its quirks. In fact, some of its features can be downright disgusting…Jan 6Jan 6
About *args and **kwargs in PythonThese special parameters open up new dimensions in the way we pass arguments to functions, making our code more flexible and efficient. In…Jan 1Jan 1
A misconception about VPNsToday, we’re going to talk about a critical topic that many people misunderstand — the world of VPNs or Virtual Private Networks.Dec 30, 2023Dec 30, 2023
Stop calling Phishing “H4cking”This might be a quite controversial opinion, and I would like to heretically anticipate this directly, but in my view, phishing is often…Dec 27, 20231Dec 27, 20231
Let’s code a rotating Donut!Today, we’re going to be creating a rotating donut using Javascript with ThreeJS and VueJS.Dec 24, 2023Dec 24, 2023