I had some much deserved PTO last week, but I'm back and refreshed. With that, another week, another newsletter. Let's get to it! Around the Web Did you know that streaming HTML has been around for a ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Git is a powerful and widely-used version control system that helps developers manage their code, collaborate with others, and track changes over time. As a software engineer, mastering Git is essential for streamlining your workflow ...Read more
Git Workflow is a recipe or recommendation for how to use Git to accomplish work consistently and productively. The topmost workflows present nowadays are: Git flow GitHub flow GitLab flow Today, we're gonna talk about “Git flow” the most ...Read more
Hola amigos! Hope you learnt something new in my previous post- How to deploy your Jekyll Website on Github pages. This post is ...Read more
git init Utilizar um sistema de controle de versão, seja para códigos fontes de software, seja para documentos e imagens, é mandatório, seja para ...Read more
Writing commit messages is like a daily exercise you have to practice as a programmer. Even if you are writing code for fun, it's important to realize this small detail reflects your developer personality in general. Read more
In this article, I will discuss some useful git commands we may need in our day-to-day work. Git reset (soft and hard), revert, rebase, rebase -i and log. To illustrate these different commands and for simplicity, ...Read more
Did you know you can make empty commits in git? Have you ever needed to trigger a CI build but couldn't because manual re-trigger ...Read more