I share the following page which is very useful for those who want to learn a little more about web technologies and some programming languages. https://www.codecademy.com/learn Some of their courses are:  

Well the Loop, it is simply a recursive call that is responsible for going through the number of posts that we have in our database and shows them according to the criteria that we tell it, its functionality is complex but its use is easy on the nose.

We are going to see in this post how to add or create a new widget area in WordPress. For various reasons our WordPress theme may not have a widget area where we need it. Following the official documentation I explain the different options. The first step is to add the new widget area to the file ...

Google Chorme has incorporated a very useful tool for web developers who are specialized in responsive design or repetitive design, which we can see by just right clicking on the page, inspecting the element and then changing to device mode.  

MJML is a framing language designed to make it easy to create responsive email templates. Its semantic syntax makes the code much easier and understandable, it is also component-based and has a library of common components for emails, which helps speed up development. The abstraction that ...

All of us who have handled javascript or jquery know what events are, but if you are a newbie here we will put you what an event is: An event in the world of programming is known to any action that the user performs with the system or in our case on the website as ...