© 2023 Hashnode
#pull-requests
As I made the transition to a career in software engineering, I kept hearing about the benefits of contributing to open-source projects. Although the idea initially intimidated me, I eventually found an open-source project that aligned with…
This article was originally published on https://pythoncircle.com/post/773/how-to-validate-an-uploaded-image-in-python-django/ Using this python script, we will try to download the bing image of the day and set it as desktop wallpaper. Ther…
I use GIT every day as a DevOps engineer. It's one of the key tools in my toolbox as it keeps track of everything and provides one source of truth. Git is a version control system that has become the …
As a software developer, did you know contributing to open-source comes with massive benefits? Just like every developer looking to contribute to open-source for the first time, I was lost. Strange co…
In 2015, I quit the company that offered me my first software developer job. The same year I began my remote freelancer journey. After seven years, I’m proud to still work with one of my first freelan…
It is a beginner guide on how to move the first steps with only the basic Git commands you need, to contribute to open source and open your first pull request. To be fair, you could technically open a…
In my latest article, I discuss how empathic approaches can enhance pull request reviews! In the workplace, stress must be addressed and a positive and constructive environment must be created for feedback and collaboration. We can reduce s…
When I decided to start using GitHub in my freshman year of college, I was terrified for several reasons, one of which was the plethora of tutorials, none of which helped me as I hoped. So, I will int…
It is the most difficult for a beginner to create multiple pull requests in GitHub they say that the new commits merge with the Previous Pull Request. They often request maintainers to quickly merge i…
Hmm, the title sounds a bit clickbaity, doesn't it? However, I would like to take the time to discuss the git flow I'm using, what it entails, and why I believe it is essential for high-performing tea…