Load our JavaScript files in the right way with Require.js
Require.js is a simple but powerful tool to manage javascript dependencies in your web development project. (more…)
Read more »In principle, JavaScript is a very dynamic and interactive programming language. However, that has changed significantly in recent years. Now, modern web development requires extensive build and compilation steps. That is unfortunate for two reasons. Firs… Read more