PinnedHow I got an API provider to change their embed code implementationI'd like to share this interesting thing that recently happened to me while coding for one of my clients' product. They pay for a service…Dec 22, 2022Dec 22, 2022
PinnedSomething about software developmentSometimes I wonder (and I’m sure I’m not the only one) if software development will last as a long career option. I particularly ask…Mar 5, 20211Mar 5, 20211
Your programming assistant #5: understanding algorithm and their usesWe now get how control flow work in programming languages, which enables us to read, write and understand chunks of code. But when we talk…Mar 11, 2023Mar 11, 2023
Your programming assistant #4: what about jump statements?Jump statements in programming are used to alter the control flow of a program. They allow a programmer to transfer the control of the…Mar 4, 2023Mar 4, 2023
Your programming assistant #3: understanding loop statementsLoop statements allow a program to execute a set of instructions repeatedly until a specific condition is met or for a predetermined number…Feb 24, 2023Feb 24, 2023
Your programming assistant #2: deep dive into conditional statementsConditional statements in programming languages allow you to execute a block of code only if a certain condition is met. In the article…Feb 11, 2023Feb 11, 2023
Your programming assistant #1: the control flow concept in programming languagesI've been training lots of fresh programmers in the last years, and I'd like to share with you one of the most important concepts (in my…Feb 4, 2023Feb 4, 2023
How to best act on a user storyFirst of all let’s get clear of what I’m calling user stories. I mean the basic work item unit of modern software development. A set of…Mar 12, 2021Mar 12, 2021