CT Software
CV / Resumé
Blogs
Tech Blogs
Search
Easy Parallelisation in Python
Multi-threading / multi-processing made simple
Date:
2026-04-22
The benefits of the right data structure
A simple example of how the right data-structure can make your code x100 faster - based on a real-world scenario.
Date:
2026-04-22
Why developer experience matters
A simple illustration of how effective compounding developer productivity can be - based on a real-world scenario.
Date:
2026-04-07
API request handling structure
Some best-practice for handling API requests in a structured and maintainable way.
Date:
2026-02-22
How to keep multiple IF / ELSE statements manageable
Logic based on multiple conditionals is unavoidable. However, we can make them simpler to understand using these techniques.
Date:
2026-01-20