Kevin Jalbert About Now Uses AMA

Editing Commits in a Pull Request; Make it your Last Action

April 30, 2019
5 min read
collaboration git process

If you are going to edit commits in a collapsing fashion (i.e., amend/squash) in a pull request, make it your last action before merging to avoid confusing code reviewers.

Consuming Content and Managing the Flood

March 31, 2019
8 min read
learning process

In the software development world, there are always new articles and content to consume. Learn how I keep on top of it all and focus on keeping the flood of information to a sustainable level.

Decompressing when Working Remotely

February 28, 2019
3 min read
mental health process remote working

Working in an office comes with built-in stress relievers, namely social lunchtime with peers and the commute. When working remotely, it is important to ensure your day includes opportunities to decompress from the stresses of work. Learn about my process for decompressing at home.

Level Up Your Commit Messages

January 30, 2019
5 min read
communication process version control

Version control is something that all developers have to work through. It is such an essential part of working in the software field, especially in teams. There are many tools, utilities, commands and scenarios to learn. One facet that sometimes is overlooked is the commit message itself.

Archive Unused Repositories

December 29, 2018
4 min read
communication github process

Over time, an individual or organization will create a number of software projects. The purpose of these repositories is to facilitate libraries, micro-services, documentation, mono-repositories, etc. Every so often, the time comes when a repository is no longer used. This article will outline how to archive these repositories, and the benefits to be realized.

Prev Page Next Page
Twitter GitHub Stack Overflow
Code licensed MIT, Content © 2019 Kevin Jalbert