2020. Oct. 30. · 3 min read
Using a MIDI bass line in GarageBand may result a desire of a more realistic bass guitar sound. And Ample Bass P Lite (ABPL II) by AmpleSound is the most often recommended free plug-in for that. So just download and install it! And we are good to go, aren't we? Well, that's not quite true.
2020. Jun. 29. · 6 min read
One learns the basics of Vue.js by building a product page in the great (and free) introductory course of Vue Mastery. The demo app includes typical web-shop features, like variations, availability, reviews, etc. It lacks a cart content display however. So I thought it would be great to create a component for that as an exercise in what has been learned by the course.
2020. Jun. 19. · 2 min read
I switched to Gridsome. Now my blog is cleaner, more accessible, more performant and it's better to manage it. Thanks to all who made this possible!
2020. Mar. 22. · 1 min read
I use Drush a lot when I work with Drupal. Hosting Drupal on DDEV locally I should prefix my commands, so they look like this: ddev exec drush
.
2020. Mar. 20. · 1 min read
You can easily run into a PHP memory limit problem eg. by using Composer to get the code of Drupal (or a Drupal module).
2020. Mar. 18. · 1 min read
I built a form with Webform module and checked Twig debug info.