Background As an ML researcher, I wanted to publish my work on this website, which is powered by WordPress. Publishing research means writing content...
How to order posts in Avada Post cards element by a custom field
Context In a previous post, I wrote about customizing the Avada Post Cards element to fetch posts from the database based on a custom field value...
How to set up a local WordPress development server using Docker
The following docker-compose.yml file setups a local WordPress docker instance alongside a MySql server and an Adminer web app which can be used as...
How to let Avada Post Cards element fetch posts from the database based on a value of a custom field in the posts
Context In the last couple of months, I have been working on the website of Stichting Civic. Stichting Civic is a Dutch foundation committed to...
How to check/uncheck all checkboxes on a web page using vanilla Javascript
A couple of years ago I wrote this short post about checking/selecting all checkboxes on a web page using jQuery. However, how would we do that if we...
How dev-books.com turns your computer into a Cryptocurrency miner
A couple of months ago I saw a topic on Hacker News calledĀ The most mentioned books on Stack Overflow LinkĀ . I was really happy to see the website...
How to enable HTTP2 on Ubuntu 16.04 server with Apache 2.4.27
Two days ago I wanted to enable HTTP2 my website because it’s faster, simpler, and more robust than HTTP1.Ā Check this linkĀ to read more about...
How to solve “http doesn’t redirect to https”
This website is running on VPS from Linode.comĀ . I have configured every single detail about the site, and as you have noticed that the website has...
How to read decorrespondent.nl for free
I am a programmer, but I am also interested in Sociology, Anthropology and Politics. I read frequently articles online about them. I follow also...
Select all checkboxes on a webpage using Jquery
I wanted to select all inbox messages on a website which I use for the university, the website doesn’t have a “select all ”...