博客 / 列表

Lars Kappert - Knip: An Automated Tool For Finding Unused Files, Exports, And Dependencies

Let’s face it. Most of us favor creating new features and user interfaces over maintenance tasks such as code cleanup, project configuration, and dependency management. Lots of the boring and repet

workflow , Tools , Javascript

Lars Kappert - ECMAScript 6 (ES6): What’s New In The Next Version Of JavaScript

In this article, we’ll discuss a hand-picked selection of ES6 features that you can use in your everyday JavaScript coding. Please note that support for these new ECMAScript 6 features is well under

Web Development , coding , Javascript

Lars Kappert - Facing The Challenge: Building A Responsive Web Application

We are talking and reading a lot about responsive Web design (RWD) these days, but very little attention is given to Web applications. Admittedly, RWD still has to be ironed out. But many of us beli

Techniques , Responsive Design , mobile , Apps

Lars Kappert - Client-Side Templating

Using templates in the browser is becoming more and more widespread. Moving application logic from the server to the client, and the increasing usage of MVC-like patterns (model–view–controller) ins

templates , coding , Browsers , HTML , Javascript