Browsing Tag
github
178 posts
GitHub Actions: An Introduction
GitHub Actions allows you to create, manage, and run tasks directly on GitHub. This can be anything from…
GitHub Repositories : Part 1
Developer Roadmap : Interactive roadmaps, guides and other educational content to help developers grow in their careers. https://github.com/kamranahmedse/developer-roadmap…
Version Control System
What is version control? Version Control or Source Control (known as VCS) helps you track and manage the…
Simulating Multiple Client Load Tests in Gatling with GitHub Actions
This is the second part of the Load Testing with Gatling series. I previously talked about how you…
✨Today I Learned: The Subtle Art of Code Reviews 💡✨
Code reviewing is hard. The pull requests I reviewed were for the My Photohub project. Code reviewing for…
Open Source Code Review
During last two weeks of Seneca OSD600 Assignment 0.3, I reviewed some of PRs in Telescope project. Also…
Answer.dev v0.3.0 released!
Thanks to our contributors! Answer.dev 0.3.0 has already been released, which contains some bug fixes, optimizations, and improvements.…
Git Cheat Sheet with 40+ commands & concepts
Tired of memorizing git commands? Here is a cheat sheet with 40+ commands to simplify your life. 1.…
#gitPanic – Working in a Repo
When I started my current role, I had been using git in a professional setting, but not Github.…
#gitPanic – Merging and Rebasing
The last blog covered adding your changes to a remote branch, but what if other developers are working…