Ed SSemuwemba
Ed SSemuwemba's Blog

Ed SSemuwemba's Blog

Follow
homebadgesnewsletter

Common development issues part 1

Jul 21, 20232 min read

Documenting them one at a time · Introduction I usually face specific issues that always come up. I always find myself checking Google for the solution...

Common development issues part 1

Valuable insights from the Shape Up book

Apr 14, 20231 min read

Introduction The Shape Up Book details how the folks at 37 Signals handle project management, shipping new products and adding new features and...

Valuable insights from the Shape Up book

How to setup GitHub Actions CI in a Rails 7 app

Mar 17, 20233 min read

My learnings on how to go about it · What is GitHub Actions For the uninitiated, GitHub Actions helps automate certain aspects of a software project's...

How to setup GitHub Actions CI in a Rails 7 app

Learning TDD With RSpec Part 3

Oct 7, 20228 min read

Checkout Kata Part 3 · This is part 3 (the last) in this series. Introduction: In part 2, this was achieved; Scanning of each of the items, A, B, C, and...

Learning TDD With RSpec Part 3

Learning TDD With RSpec Part 2

Jul 29, 20228 min read

Checkout Kata Part 2 · This is part 2 of a planned 3 part series Introduction: In part 1, this was achieved; Initialising project Writing a test for...

Learning TDD With RSpec Part 2

Learning TDD With RSpec

Jun 24, 20226 min read

Checkout Kata · This is part 1 of a planned 3 part series. Introduction: The challenge was to implement the code for a checkout system that handles...

Learning TDD With RSpec