Reading rev-manifest.json from razor/MVC
In a recent project, we wanted our JavaScript to be built by webpack. We also wanted to remove the dependency to the Web.Optimization framework and solely use NPM and webpack to generate our files.…
In a recent project, we wanted our JavaScript to be built by webpack. We also wanted to remove the dependency to the Web.Optimization framework and solely use NPM and webpack to generate our files.…
I've been working on an effective way to streamline the way an application registers modules. All you really need is a few lines of code to create a simple module detector! This is the structure…
I wanted to to do something fun. In my last experiment, I played fiddled a little bit around with socket.io to create an interactive chatroom: ChickenChat. The ChickenChat was an idea that I liked…
I had this idea. How do I make an interesting example of exponential growth in 3D? Chicken and eggs? I have been playing with three.js for a little while. It's an amazing tool for…