redis
I was building a expense tracker app for myself and I still use it btw. I wanted to make it fast and i found caching is the best option. I did some research and found that Redis is the best option for caching. I found the concept of key-value pairs very useful. I used Redis for caching and storing sessions.
Redis built in methods are very clean and easy to use. It took me just few hours to understand the basics of Redis. And I implemented it in my project very same day. I found the concept of TTL (Time to Live) very useful when we have to deal with caching. Redis is still my go to option when it comes to caching API responses.
Learning new skills and mastering them is my passion. I am always eager to learn new things and share my knowledge with others. What I have learned so far about my each skill is shared here.