Every Dev should understand Big O!This section is all about understanding the Big O and Time complexity of algorithms in 7 minutes (or less). It is a beginner-level section, so it should not be too difficult to understand. Big O Big O notation measures an algorithm's execution effici...Sep 17, 2022·5 min read
Top free Heroku alternatives for every case!As probably most of you, I love trying new frameworks and tools, creating my little projects... you know, the typical stuff. But it is always an excellent idea, once you finish them and publish them on GitHub, to include a demo link, so people don't ...Sep 6, 2022·4 min read
How Do Liquidity Pools Work? (Like UniSwap or Balancer)What are liquidity pools? How do they work? Why are they needed in decentralized finance? Also, what are the differences between liquidity pools across different protocols such as UniSwap, Balancer, or Curve? I'll be going through all of this in this...Sep 4, 2022·7 min read
Path Aliases in TypeScript and why you should use themWell, a normal way to start this article would be talking about path aliases and their story… and once the reader (you) is bored, I would start talking about how to implement them in our beloved projects. But I hate that kind of post, I like that whe...Sep 3, 2022·4 min read