Ssouvikinsouvikns.hashnode.dev路Sep 2, 2021 路 2 min readHow to generate and serve images.In this post, I am gonna walk you through a small project that I build for fun as an example to better explain. 馃寛 Introduction I wanted to build an API that would give me a random quote as an image every time I make a GET request. Now I was making...00
Ssouvikinsouvikns.hashnode.dev路Jun 2, 2021 路 2 min readWhat is TDD and why should you care?For the vast majority of us, unit tests are short bits of throw-away code that we write to make sure our programs "worked". We will painstakingly write our classes and methods and then we concoct some ad hoc code to test them. Typically this would in...00
Ssouvikinsouvikns.hashnode.dev路Jun 1, 2021 路 3 min readWhat React in Terminal?馃えYeah, you heard me right, the react js that you love so much, now you can use it to build CLI tools. This means all those nice features that react supports, you can use them in your CLI tool, conditional rendering, hooks, state management, and many m...01R