Blog

Thoughts and ideas about code, engineering and tech
June 28, 2024
Maximizing Impact: An Introduction to The Effective Engineer

Welcome to my series on “The Effective Engineer” by Edmond Lau. If you’re a software engineer aiming to make a meaningful impact in your career, I believe this book is a must-read. …

January 7, 2024
What Makes a Senior Engineer Senior?

Introduction The term “Senior Engineer” is often used in the tech industry, but what does it really mean? What separates a Senior Engineer from a Junior or Mid-Level Engineer? …

January 6, 2024
Exploring Sorting Algorithms with Ruby: A Comprehensive Guide

Sorting Algorithms Bubble Sort Bubble sort is one of the simplest sorting algorithms. It works by repeatedly stepping through the list, comparing each pair of adjacent items and swapping them if they are in the wrong order. …

January 5, 2024
Merge Sort in Ruby

Merge Sort in Ruby Merge sort is one of the fundamental sorting algorithms used in computer science. It belongs to the divide and conquer category of algorithms, where a problem is divided into smaller sub-problems that are solved recursively. …

August 25, 2023
The Power of a Heard Team

In today’s fast-paced and competitive world, organizations are increasingly realizing the importance of teamwork and collaboration. While assembling a team with diverse skills and expertise is crucial, it is equally important to create an environment where every team member feels heard and valued. …

July 13, 2020
The importance of effective One to Ones in software development teams

Introduction As a software developer, I have had the opportunity to work in various organizations, each with its own approach to team communication and collaboration. …