Software development articles (Laravel, Vue, PHP, Javascript, Typescript)... (more…)
Read more »
Webpack architecture is heavily based on events (each plugin is basically a set of event listeners called during compilation). Under the hood, webpack uses a library `called` tapable to encapsulate "publish-subscribe" implementation. (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 »
shadow-cljs is a ClojureScript compiler which friendly to JavaScript developers. By default, ClojureScript code is compiled to JavaScript in Google Closure Compiler modules, which uses namespaces to manage files(or modules). However, nowadays the JavaS... (more…)
Read more »
I tried migrating from ESLint and Prettier to Rome Tools, here is what I learned. (more…)
Read more »