Welcome to my portfolio! SvelteKitTailwind CSSSkeleton UIVercel

Casimer A Guzdziol IV

I'm a frontend engineer with a passion for creating beautiful and accessible web experiences. This is my corner of the internet where I share my thoughts and projects. Enjoy đŸ˜„

Automatically Set Git Upstream Origin and URL

The user faced repeated issues with Git’s push command due to the absence of an upstream branch, which was resolved by a single command that automatically sets the remote branch for every push. This change is reflected in the global gitconfig and is especially beneficial for those using a single repository host, although it may require additional configuration for users managing multiple hosts across different platforms.

SonarLint VSCode Extension with NVM

SonarLint is a powerful static code analysis tool that helps developers identify and fix code quality issues early in the development process. It integrates seamlessly with popular integrated development environments (IDEs) such as Visual Studio Code, IntelliJ IDEA, and Visual Studio.