Developer Resources
This is less of a blog and more a simple resource for developers who might be having difficulty remembering things. Whether you’re a rusty developer trying to get back into it, or someone who switched to a less technical engineering role, you’ll find helpful reminders and straightforward guides here. I share solutions to common problems, refreshers on fundamental concepts, and practical tips based on my experience in application security and software development.
Basic Git Series: Creating a Pull Request on GitHub
Learn how to create and manage pull requests on GitHub
Basic Git Series: Pushing Your Code to GitHub
Learn how to commit changes and push your code to GitHub
Basic Git Series: Creating and Switching Branches
Learn how to create, switch, and manage Git branches
Basic Git Series: How to Clone a Repository
Learn how to clone a Git repository in a few simple steps