KKoodalinblog.kood.dev·Aug 31, 2021 · 5 min read"Hey Siri", Can you write unit tests for me?As developers, we strive to fine-tune our development workflow as much as possible so that we can churn out code quickly and efficiently. Me being a lazy sloth, I always try to automate the heck out of everything (even though it takes lesser time to...00
KKoodalinblog.kood.dev·Aug 26, 2020 · 5 min readLet’s translate programming languages like Google Translate - part 2In the first part, we learned about the compiler and its internal workings using an url-compiler. Now let's continue with translating programming languages. In this blog, we will build a compiler to convert Python code to Javascript and use it in a V...00
KKoodalinblog.kood.dev·Aug 17, 2020 · 4 min readLet’s translate programming languages like Google Translate - part 1Background: When I first moved to a non-English speaking country I realized the importance of google translate. I wondered if there was a tool similar to Google Translate for translating between programming languages it would be cool, so I decided to...00