WordPress stuck in maintenance mode: what to do?
Let's learn how to fix WordPress blocking in maintenance mode when it involves updates, themes or plugins.
The success of WordPress is unquestionably linked to the simplicity of use and the rich...
WordPress 5.0: i18n support for JavaScript
For years the internationalization procedures (i18n) have been well supported by WordPress, PHP side . In this environment, WordPress provides all the tools necessary to locate its Core, plug-ins and themes....
WordPress: solve database connection problems
In this article we will try to understand when and why a database connection error appears in WordPress and we will offer some solutions to eliminate the problem.
Error In Establishing A...
Java: debugging remote applications
In this article, we will discuss a practical example of remote debugging using the Eclipse IDE and the JBOSS Wildfly application server in a Windows environment.
There are situations in which it...
Java 11, all the news
We discover all the new features of the Java 11 Long Term Support (LTS), from licensing changes to new functionalities integrated into the language.
Starting with version 9, Oracle's policy has been...
Java: how to choose the best IDE?
An analysis of the most important IDEs for the development of Java applications. Which one to choose to create your own applications?
How do developers choose their IDE? There are many answers...
Javascript: var, let and const
Here we will learn to know the different keywords that allow you to declare variables on Javascript: all the differences between var, let and const.
The older generation Javascript developers are used...
JavaScript for Java programmers
JavaScript is weakly typed
Being weakly typed is the first and most important difference from the Java language .
JavaScript does not have the canonical types you are used to in Java, but...
Webpack: the module bundler for Javascript
Webpack is a module bundler for Javascript, today a fundamental tool for developers: this is what it is and how it works.
Webpack is defined by its own developers as a static...
Angular, React, Vue: Javascript framework compared
In the last 10 years the Web has changed and grown dramatically. The complexity (and the power) of the types of applications that can be implemented has increased dramatically, and because...