@albeXL
Software Developer at doWhile | Computer Scientist | ICPC World Finalist | EN | ES
Computer Scientist from the University of Havana with experience in Software Development and a passion for Competitive Programming and Algorithms.
Writing about the topics I know whenever I can.
Coding in Python and C++ lately.
I am available for mentoring in the fields of Python, DevOps, Research & Back-End development. I can help you increase productivity.
Glad you enjoyed it. I made part II which is a little bit more technical. You can read it here: https://albexl.hashnode.dev/a-tale-of-debugging-the-competitive-programmer-approach-part-ii It is about taking this approach to a whole new level by making an actual tool to stress test solutions. It would be great to have your feedback about it too.
You are right! Testing will shorten development time in the long run. I've seen teams that write tests and teams that don't because they think it is a waste of time. The more you progress in a project, the harder it is to ensure the quality of all the pieces. And there is when tests come to the rescue.
A few comments: The article makes me want to explore this area of programming much more. Great work! It would be awesome to: See more of your generative art pieces Read about the comparison between the implementations in Typescript and Rust Quick question: The references you add throughout the article are the results of an investigation you do before writing or just resources from blogs you read/are subscribed to? Thanks 💖