F12 Chooser is a Dev Tool Thing
2018 Mar 28 | 2 min read |The F12 Chooser is a development tool thing that I like and you should know about if you want your web application or web extension to…
The F12 Chooser is a development tool thing that I like and you should know about if you want your web application or web extension to…
Which one should you pick: TypeScript or JavaScript? They are both great languages, people always ask me when you should use one or the…
I’ve wanted to make a video game since I was very young. It got me into programming during my university career, and is something of a…
I’ve been messing around with TypeScript again for my game project and wanted a module loader to consume the single file produced by the…
I’m not a game dev, but have always wanted to make a video game. I’ve started and stopped so many project over the years, that I have…
I’ve been tinkering with TypeScript lately and was trying to setup my project to compile all of my modules into a single file, which would…