Blog
I have just started writing online and as time passes, my passion for writing is increasing. I appreciate that I can share my thoughts and I would be more than happy to have your honest opinion on them. Feel free to explore and read them. I hope I will have been some help when you are done. There is a total of 6 posts available here.
Featured
What this blog is about
A short story about the motivations behind this blog.
All Posts
Why is Go so darn fast?
A simple explanation as to why Go is good at performing concurrent tasks
Towards a simple routing engine
Using heap and Dijsktra to implement an actual routing engine
Handling variable-length Kafka tasks using Python
Tackling a challenge in processing long variable length tasks in a python Kafka consumer
A simple local development environment
With a complete CI/CD pipeline
What this blog is about
A short story about the motivations behind this blog.
Recursive Matrix Determinant Calculation Using Go
A hands-on approach to implement the algorithm.