
How to import a mysql database from command line
TLDR It’s simply telling mysql: which user is doing the database import using -u to which database it should be imported using -p and finally […]



Drupal – Ajax error 403 entity too large, how to fix
The issue, at least in my case was in the NGINX configurationUsually you have to modify the file:/etc/nginx/nginx.confYou have to add/modify this value:client_max_body_size 100M Usually […]



Drupal 8 – add javascript library with dynamic parameters
Dang… sometimes Drupal really makes you suffer…But I love it anyhow… poor Drupal, nobody likes it because nobody understands it, LOL. Ok, let’s get serious, […]



My Godot Android game does not work! PANIC! (And what to do)
Did it ever happen to you?To have some really weird problems like: App crash after splash screen My app runs in debug mode but doesn’t […]
Procedurally generate meshes with Godot 3.1 – different approaches
As I needed for my Godot 3.x addon I decided to test the different approaches that Godot offers to generate 3D meshes, so far (to […]



Home made text slider
So, instead of continuing the series of articles “Drupal 8 theming with bootstrap 3” I decided to switch to articles specific to an aspect of […]



Alternate text with CSS (and not) only!
Well, I’m in the theming development again, and I want my customer to be wondered by special FX, in this case alternating text, something like […]



Drupal 8 theming with bootstrap 3 – part 2
Hey! Welcome back! Glad you’re interested in my work. So, this is the second part of a series of articles (don’t know how many yet), […]



How I am developing a Drupal 8 child theme based on Bootstrap 3
Preparation Even before starting developing I needed a plan, I wanted to use a subtheme (or child theme), as creating one from scratch requires much […]