Posts
-
Add screenshot in search view in ubuntu
How to Add Screenshots folder in search view in Ubuntu
-
Change git source repo in local and remote
How to update or add git remote url in local
-
Grub issue fix in ubuntu
Here is my personal troubleshooting steps after getting GRUB screen
-
publish-package-to-github
This is a guide how you can publish your package to Github packages; using action
-
OAuth client id and API keys Google console
This is a guide how to see OAuth Client ID and API Keys from google dashboard
-
Ubuntu GNOME and Meta Desktop Difference
Ubuntu 24.04 tips and trick
-
Fixing Git Access Issue having Multiple GitHub Accounts
How to resolve GitHub SSH permission errors when juggling multiple accounts and get access denied issue despite having valid github user config.
-
Customizing GitHub Copilot Chat with Agent Mode
A practical guide to configuring Agent Mode, chat modes, instructions, and prompts in VS Code
-
Useful poetry commands
UsefulPoetry commands for python setup
-
Python import syntax for JavaScript Developers
iA clear guide for JS/Node developers to understand Python’s import system with side-by-side comparisons.
-
Git alias to switching account
Git Alias for switching github account
-
Python profile setup in vscode
A vs code profile and workspace configuration for python project
-
Python for JavaScript Developer
A guide how to start and understand bit and pieces of python from a javascript ecosystem perspective
-
Write Generic Type syntax for arrow function
correct type annotation syntax for generic types in functional component
-
Test and run your own VS Code extension
This tells you how to start testing your vs code extension locally and debug