PureScript Journey Part 1

Building a Web App in PureScript In my personal quest to learn more about functional programming and following an online course on Haskell , I will be writing down my steps on getting a web app in PureScript running. The code to this project can be found here . However, the code samples might not always be in the HEAD revision, as I am writing and developing at the same time. [Read More]

Debugging .net core in VS Code

Debugging .net core in VS Code with Hot Reload (kind of) I am a user of Visual Studio (VS) and Visual Studio Code (VSCode). I have found that debugging an application in VS is simpler to set up. However I like working in VSCode and would also like a similar setup there. Moreover, I also program in JavaScript environments and really like the idea of “hot reload”, meaning that I can change something in the code and keep on working without having to build, restart and attach the debugger manually. [Read More]