You can find the same content posted on my Instagram page

This serves as an additional resource for those who need links, resources, etc.

#architecture

3-Layer Application Architecture

Many applications use this traditional architecture and it may be ideal for apps with simple requirements. Presentation This layer…

1/6/2021
#react#webdev

Website Made From Scratch

That’s right! All code. I redesigned my personal site to include my resume, blogs, and projects. Designs made in Adobe XD. From Left to…

10/18/2020
#websites#howitsmade

How It's Made: Websites

You visit them, you shop from them, and you may have or want one of your own. Have you ever thought about how they are made? CODING Each…

8/28/2020
#cybersecurity

Securing Your Accounts

Account privacy should ALWAYS be a priority. Hackers have many reasons to hack (steal/leak info, disruption, money, politics, etc.) Let’s…

7/16/2020
#sql#beginner

Learning SQL (Structural Query Language)

SQL is used to communicate with databases in order to manipulate & retrieve data. WHY LEARN? Many applications use databases to store…

7/5/2020
#javascript#beginner

Learning JavaScript: Fundamental Concepts

COMMENTS Single Line Comments: Begin with ‘//’. Multi Line Comments: Begin with ‘/’ and end ‘/’. NOTE: Adding ‘;’ at the end of statements…

5/14/2020
#python#beginner

Learning Python: Fundamental Concepts

Python is a simple and easy language to learn. It is one of the languages I recommended to learn in my Learn How To Code post. When learning…

5/4/2020
#javascript#vuejs#electron

Smart Light Widget

I usually control my lights with my phone. However, when I’m on the computer and want to change my lights, I would have to stop what I’m…

4/23/2020
#javascript#homeautomation

Control Lights With Code

Home Automation has been trending for years. I've had my Philips Hue Smart Lights for several years now and I've wonder how they function…

4/22/2020

Learn How To Code

Websites, apps, computers, phones, game consoles, and games all contain software that allows them function. Software is made from code…

3/9/2020