Clean Code vs. Code Optimization
Today, I’d like to talk about two important topics: clean code and code optimization. The term “clean code” generally refers to code that is well-written…
Today, I’d like to talk about two important topics: clean code and code optimization. The term “clean code” generally refers to code that is well-written…
Are you a coder or part of a development team? If so, you’ve likely heard of Agile principles, SCRUM, and Kanban. But what do these…
Developer: I’m going to write a new software application. It will be the fastest ever!Manager: How fast?Developer: So fast that it will make your head…
How to solve a coding challenge using Aesop’s Fable of the Tortoise and the Hare? Let’s start with a review of the classic story: Once…
I started working as a software developer about 25 years ago. It was at a time when the industry was still in its early stages,…
The power of creating something from nothing: there’s something magical about taking an idea and turning it into reality. It’s like opening your chakras–a powerful…
Welcome to my Friday Swift Code Challenge! This challenge is part of a series designed to help you learn and practice Swift programming. This week’s…
I cringe whenever I see job titles like “Digital Transformation Leader,” “Agile Coach” or “Lean Six Sigma Master Black Belt.” It seems that organizations are…
This week’s challenge is solving a 2×2 system of linear equations using Cramer’s rule. After refreshing the required math skills, we’ll implement the solution in…
No job has ever been secure, even in the best of times–which these days are not. No employer will ever give you 100% job security,…