typescript
I Built A New Website
ยท โ 2 min read
Iโve been trying to replace the old World of Zero website for a while now. A beta of the new version is finally in a working state and Iโd love for you all to check it out!
Building Markdown Based Powerpoint Presentations with Remark.JS
ยท โ 1 min read
Remark is a tool that lets you build Markdown based Slideshow presentations that you can run in any web browser.
Hello Electron
ยท โ 1 min read
Electron is a tool that allows you to convert webpages into full applications that can run outside of a browser and interact more closely with your operating system.
Coding with Blocks in Google Blockly
ยท โ 2 min read
I found a really neat visual programming tool called Google Blockly. It lets you visually create code by snapping different types of blocks together to create code.