PinnedHow I Built a Fintech Front End from Scratch and What I’d Change TodayA practical account of building a financial front end from an empty repository, while the product, API contracts and delivery process were still taking shape. Confidentiality note: I have anonymisedSep 12, 2026·25 min read
JavaScript Challenge w/ Test [Job Interview Challenge]In January of 2020, I had a job interview for a Node developer position. I sent my solution, but even though I insisted because I really wanted the job, I never got any response. Anyway, In this article, I'll show how I solved the challenge. You can...Jan 10, 2021·5 min read
Football Game with JavaScript [Part 4]Part 4 You can check the GitHub repository by clicking here You can play the last version of the game by clicking here This is the last part of this series of articles where I explained this little project I've been working on. What do I want in Part...Dec 29, 2020·18 min read
Football Game with JavaScript [Part 3] Making the CPU movePart 3 This part is interesting, is my favorite, and probably the most fun to do of the whole project, which is to give life to the rival bot player. The rival is going to steal the ball from us and is going to score goals if we don't defend our gate...Dec 23, 2020·15 min read
Football Game with JavaScript [Part 2]Part 2 You can check the GitHub repository by clicking here You can play the last version of the game by clicking here What do I want in Part 2? I want it a little more functional game. Add more players to the field, add a team and rivals Make th...Dec 23, 2020·17 min read
Football Game with JavaScript [Part 1]I was on a call with a friend, he was playing a football game and he got mad because the match wasn’t as going as he expected, his bot teammates were not as good as he wanted. I suddenly tried to imagine how hard it must be to create a team controlle...Dec 14, 2020·18 min read