According to “The State of the Octoverse” by GitHub, the statistics show that JavaScript is the most popular language globally. It is good investment to learn JavaScript for front-end or back-end programming. How Long Will it Take? In the book Outliers by Malcolm Gladwell, there is the 10,000 hours rule. This rule states that there… Continue reading How Long Does it Take to Learn JavaScript
Tag: Hello World
The Simplest Android App: Hello World
Learning to code Android apps is a great decision. It’s fun and it’s an in-demand skill for the tech industry. In this tutorial, you’ll learn how to build the simplest Android App: Hello World. It’s a great place to start making Android apps. Prerequisites for Creating a Hello World App Before you get started with… Continue reading The Simplest Android App: Hello World
Hosting WordPress on AWS: Pros and Cons and How To
If your WordPress website is going to be a success, then you need the right hosting provider! In this article, I’ll tell you some pros and cons of hosting WordPress on AWS. Then I’ll show you how to launch a website with Amazon Lightsail. Choose the right provider, and you’ll enjoy faster loading times, improved… Continue reading Hosting WordPress on AWS: Pros and Cons and How To
How to Work With WordPress User Metadata
In the previous article, we discussed working with post metadata in WordPress using the provided APIs. We also covered a variety of tools, the ideas of security, and what would be required in order to set up the environment in which to work with the code that would be provided throughout the tutorial. If you… Continue reading How to Work With WordPress User Metadata
How to Work With WordPress Post Metadata
In the first post in this series, I gave an overview of all of the various types of metadata offered by WordPress, where it’s kept, and what we’re going to be covering throughout this series. Further, I defined what metadata is; its role within WordPress, and how it’s relevant to us as developers. But the… Continue reading How to Work With WordPress Post Metadata