• home
  • blog
  • work
  • project

blogs

things i have written...

"’" showing on page instead of " ' " in HTML

April 4, 2025

I came accross an inssue that seemed really weired when it happened as this my my first time encountering anything...

devlogHTML +1

Does Python type annotations improve performance? TL;DR: No!

April 3, 2025

Python has type hints but is it really type safe or strongly typed language? Does the type hints have any...

pythontypesafety

Install or update Node JS using apt on Debian based Linux distro

February 10, 2025

So I had issues issues in keeping Node JS updated to the required latest version of the software on my...

nodejsissue +1

Update VS Code in any Debian Based Distro using apt

February 5, 2025

So if you have installed VS Code on any debian based linux distro then updating it seems a bit trickey,...

vscodelinux +1

Custom Shortcut to change focus between VS Code editor and terminal

April 20, 2024

I created a custom shortcut to change focus between the editor and terminal in vscode as there is no default...

vscodenotes