Introduction This article covers more advanced topics like routing and deployment to professional web servers like tomcat. For newbies I recommend reading my previous article about a simple workflow for developing SPA web applications. We will continue to use live-preview as the backbone of our workflow, but now and then you’ll want to check your ..
Tag : Javascript
Introduction A fluid workflow is essential for effective and fast web client development. You want to immediately see the result fo any code change without having to monoteonously refresh the page in your browser or running required build commands each time. A good workflow is established when your browser window automatically refreshes the page as ..
Introduction When using the Chrome DevTools (F12) you may have noticed that the HTML, CSS or Javascript code can look quite awkward. Why is the code so awfully structured so you can hardly recognize anything? This is done by purpose, of course, but why? There are two major reasons why frontend developers format their code ..