For newer Ubuntu versions we currently need to install the patch level version 1.8.7-p375, otherwise the dev dependencies from...
The bin/webpack-dev-server command is not as smart as e.g. rails server, where it shows the proper fix within the error...
This collection contains some useful design resources for developers. Many of them were mentioned in the Refactoring UI tutorials.
webpack is a very powerful asset bundler written in node.js to bundle (ES6) JavaScript modules, stylesheets, images, and other assets...
From Ubuntu 17, rbenv fails to install Ruby below 2.4 because of a mismatching OpenSSL dependency: it needs libssl1.0-dev for...
The issue in this card can occur if the node_modules directory is checked into your Git repository. We usually...
To avoid multiple versions of a package, you can manually maintain a resolutions section in your package.json. We recommend you...
This is a short overview of things that are required to upgrade a project from the Asset Pipeline to Webpacker...
When we want to use our own (or bought) fonts in an application with Webpack(er), we have two options...
Webpacker is Rails' way of integrating Webpack, and version 4 has been released just a few days ago, allowing us...
It is possible to access Rails config (for example secrets) from within your webpack bundles, thanks to rails-erb-loader...
Font Awesome 5 is a comprehensive solution for vector icons on your website. Originally, Font Awesome came as an icon...
You might have some trouble running a Rails LTS 2 app with MySQL 5.7. If you don't want to...
If your Rails application is using Webpack you need to serve assets on the same host as you application runs...
If you want to ssh into your vagrant box without switching into the project directory and typing vagrant ssh, you...
Middleman is a static page generator that brings many of the goodies that Rails developers are used to.
Luckily, this is simple. Just install three packages: sudo apt install ipheth-utils libimobiledevice-dev libimobiledevice-utils
You can use three different versions of the regular expression syntax in grep: basic: -G extended: -E(POSIX)
Chrome's developer tools automagically choose vertical or horizontal panel layout, based on their width. You can disable that magic...
Instead of using this hack you might want to use MariaDB 10.x which can work with both old and...
Current webkit browsers like Chrome and Safari have a special variable in their consoles that refers to the selected DOM...
Geordi is now (partially) tested with Cucumber. Yay! geordi cucumber supports a new @solo tag. Scenarios tagged with @solo...
You login to a Linux server with a performance issue: what do you check in the first minute? uptime
If you have problems installing a gem and get a error collect2: error: ld returned 1 exit status it's...