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 4, 2024Nov 4, 2024
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 15, 20241Jul 15, 20241
CVE-2024–32002 — Git RCE in A NutshellAbove all, the appropriate respect for the discovery of the vulnerability and its detailed description and documentation belongs to the…Dec 14, 2024Dec 14, 2024
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 5, 2024Nov 5, 2024
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 6, 2024Jul 6, 2024
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 6, 2024Jan 6, 2024
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 1, 2024Jan 1, 2024
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