The recommended way to do HTTP calls using C# is to use HttpClient. This class is disposable, meaning that it should be used inside a…
Category: Coding
Writing your own Interpreter from Scratch
Posted in Book Review, and Coding
I’ve always wanted to write my own programming language. However, I never found myself having the time to learn all the necessary concepts to take…