Fail2WP for WordPress updated to 1.1.0

Fail2WP for WordPress 1.1.0 has been released with fixes, new functionality, and verified compatibility with WordPress 5.7. The updated version is available via the WordPress Plugin repository and code.webbplatsen.net Fail2WP …

Read more

Fail2WP for WordPress

Fail2WP for WordPress 1.0.0 has been released and is available via the WordPress Plugin repository and code.webbplatsen.net Fail2WP provides security functionality for WordPress sites and plays nicely with Fail2ban and …

Read more

Why wallstreetbets needs to happen

2020 was an interesting year for the stock market in many ways. Some analysts described it as “Economics on steroids”. This year, we’ve seen some other quite interesting things taking …

Read more

var_dump() for Javascript

PHP, for example, has var_dump() and print_r() to facilitate quick variable dumps to log files, etc. For Javascript, one can use console.log() in combination with JSON.stringify() to achieve something similar. …

Read more