Categories
Coding and Web Development Business Development

5 SEO Basics And 5 SEO Resources You Can Use Right Now

If you want to get started with SEO, but you don’t want to shell out big bucks to hire an expert, then read this post. Not only will I go over a few basic SEO “tricks”, but I’ll also share a few invaluable resources with you to set you on the right path. 4 SEO […]

Categories
Personal Development Coding and Web Development Money

Education For All: How The Internet Changes The Game

A Little Context For Education For All I wrote in a previous blog post that I’ve used the online course platform Udemy as a tool for learning web development. As someone who didn’t finish college and as someone who also hasn’t always had a lot of money to his name, it played a significant role […]

Categories
Coding and Web Development

JavaScript Modules – An Introduction

What Are JavaScript Modules? So, what are they? This is a little bit of a tricky question, because JavaScript modules can be a lot of things. Fortunately, this doesn’t mean that they’re tricky themselves. This non-specificity actually adds a ton of valuable functionality to them. If you’ve ever used Node.js before, then you almost certainly […]

Categories
Coding and Web Development

JavaScript Components – Creating Custom HTML Elements

What Are Custom Elements? One of the more exciting updates to the JavaScript language, in my opinion, and many others, is JavaScript components. The update gives the ability to create custom HTML elements with JavaScript and use them within your HTML. If you’ve used React, the UI framework, then you’ve seen something very similar in […]

Categories
Coding and Web Development

Choosing A Text Editor

Choosing a text editor really isn’t difficult. This one’s for those who have no idea where to start and just need a little push to get going. So, what is a text editor? A text editor is what you write your code in! It’s the vehicle developers and programmers use to create their programs and […]

Categories
Business Development Coding and Web Development Educational Personal Development

Web Development Resources

This post includes a TON of great web development resources that I’ve personally used to help me learn, practice, and monetize web development. It also includes bonus sections at the end with resources for making your life easier with regard to web development AND business. Table of Contents HTML Resources CSS Resources JavaScript Resources Node […]

Categories
Coding and Web Development

Tips For Learning Web Development

I’m a big believer that the easiest way to go about learning web development is to first learn HTML, then CSS, then front-end JavaScript, and finally, use your front-end skills to write JavaScript on the server-side. Once you’ve mastered these areas, you can move on to another programming language. In some future posts, I’ll talk […]