Process

How to tackle a software task?

How to tackle a software task?

In this article, we will talk about an average software task. Imagine you picked up a ticket from your board and assigned it to yourself, what next? That is what we will be talking about here.

Debugging With TDD

Debugging With TDD

Debugging is the process of finding why is your software is not working as expected and fix it. TDD is a discipline that encourages starting with writing tests instead of the functionality itself.

Ability to Rerun Single Jobs in Github Actions

Ability to Rerun Single Jobs in Github Actions

GitHub Actions is a powerful tool for automating tasks in the software development lifecycle. However, it has a limitation when it comes to rerunning single jobs in workflows.

9 Steps for the effective technical decision-making process

9 Steps for the effective technical decision-making process

A technical decision-making process is a systematic approach to making informed choices in the field of technology and software development.