Change case to lowercase for committed files
A guide to renaming files to lowercase in a Git repository using a command line script.
Persönlicher Blog über TypeScript und Webentwicklung
180 Articles from this blog
A guide to renaming files to lowercase in a Git repository using a command line script.
A summary and collection of links, blogs, and media coverage from the Script'17 conference held in January 2017.
A developer shares his journey advocating for and witnessing the launch of Speed Index and Visually Complete metrics in Dynatrace's products.
A workshop recording and slides on using Gulp.js for build automation, based on the author's book chapters.
A personal list of the author's favorite and most impactful web development and design conference talks from 2016.
Announcing Script'17, a new JavaScript conference created to provide an exciting and inspiring event for the community.
A personal recap of the 2016 Porto Tech Hub conference, highlighting its community atmosphere and the collaborative Porto tech scene.
A guide to creating a custom Jekyll filter that allows the use of Liquid objects and variables within a page's front-matter.
An author shares their experience of publishing a 6000-word article on Smashing Magazine about scaling a static site generator for 2000 pages.
A technical guide on converting images to progressive JPEGs using the GraphicsMagick library and Node.js for improved web performance.
A presentation explaining the 'Speed Index' web performance metric, including a video and slides from a conference talk.
A review of the Topconf Linz 2016 software conference, covering its organization, speaker lineup, and attendee feedback.
A historical look back at the 1997 browser wars between Microsoft and Netscape, based on a conference talk.
Explains how to extend classes from CoffeeScript libraries using ES6 class syntax in JavaScript.
Explains how NPM scripts eliminate the need for globally installing command line tools by using local node_modules/.bin.
A technical guide for creating a custom table of contents filter for Jekyll sites using a Liquid module.
Explains how to use Promises with Gulp for advanced file synchronization tasks, including copying new files and deleting removed ones.
A review of the author's favorite web development conference talks from 2015, covering topics like Service Workers and CSS techniques.
A guide on using Gulp.js and the 'request' package to fetch files from a CDN and integrate them directly into your build pipeline.
Explains the new task execution system in Gulp 4, focusing on the gulp.series and gulp.parallel functions for managing task order.