Posts in Learning
Creating Fixed Length Iterables in Python
- Jan 24, 2022
- Learning
If you want to create an iterable of a fixed length in python, use
collections.deque
with the maxlen
parameter.
A System for Getting Better at Leetcode
- Jan 16, 2022
- Learning
For the longest time I was in denial about the benefits of studying algorithms and data structures. I wasn’t fascinated by Leetcode or other forms of competitive coding. It felt drab to me. I’d rather build something using programming. That’s more fun. Companies should consider my skills based on Github.
Learning Golang
- Dec 28, 2021
- Learning
Despite my numerous failed attempts at learning golang, I’ve decided to bite the bullet and try yet again. This time, Learn Go With Tests is my favorite resource.
My Notes
- Mar 26, 2021
- Learning
I needed a place to collect my thoughts on various topics related to technology, in a slightly less-public manner. That’s where my new notes website comes in.
I am taking the MIT Distributed Systems Course
- Jul 07, 2020
- Learning
To learn more about how distributed system design works, I have decided to spend time with 6.824 - Distributed Systems.