webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. (more…)
Read more »
Hello again guys. This time we will create a typescript project using webpack 3. The typescript version I use in this example is 2.4.2 which is the latest typescript version at the time I am writing this article. I've got the idea for creating this articl... (more…)
Read more »
With Kotlin 1.1, targeting JavaScript in the Kotlin compiler has officially reached production-ready status. Of course, having compiler support is not enough to be able to solve real-life problems,… (more…)
Read more »
Many naysayers would have you believe Rails is dead. Don't believe the hype. With the coming of Rails 5.1 and its embrace of the JS ecosytem, Rails is solidifying its position as the king of web frameworks. (more…)
Read more »