Welcome to Pair Code!
I haven’t written a ton of posts, so I just decided to dump them all on the home page. You can mainly find posts on JavaScript, PHP, and web development.
JavaScript Courses and Articles
My Courses
These are courses that I wrote from scratch.
- Beginner JavaScript Part 1
- Intermediate JavaScript 1 – Arrays and Functions
- Intermediate JavaScript 2 – Objects and Loops
- Intermediate JavaScript 3 – Creating Faux Notifications Walkthrough
- Create a Note
- JavaScript Callbacks
JavaScript Refresh
These are my summaries of Eloquent JavaScript chapters.
- JavaScript Refresh – Values, Types, and Operators
- JavaScript Refresh – Program Structure
- JavaScript Refresh – Functions
- JavaScript Refresh – Objects and Arrays
- JavaScript Refresh – Higher Order Functions
- JavaScript Refresh – A Deeper Look at Objects
- JavaScript Refresh – Errors and Bugs
- JavaScript Refresh – Regular Expressions (RegEx)
PHP Courses and Articles
- Basic PHP
- Intermediate PHP 1 – Arrays
- Intermediate PHP 2 – Loops and Fuctions
- Intermediate PHP 3 – Classes/Objects
Tools
Besides programming languages, a web developer will have many tools in his belt.
Docker
- Develop WordPress Locally with Docker
- DevOps – Bonus Lesson: MySQL Docker Service
- What Is Docker?
- DevOps – Migrate Code to Local Development Environment
- DevOps – Local Development Environment with Docker
- DevOps – Nginx Configuration
- DevOps – Start It Up
Articles on Web Development
All Types of Websites
There’s all types of websites out there, from the simplest HTML-only ones to behemoths like Facebook. That really confused me when I was starting out.
- All Types of Websites: HTML Websites
- All Types of Websites: HTML and CSS Websites
- All Types of Websites: HTML, CSS, and JavaScript Websites
- All Types of Websites: HTML, PHP Websites
- All Types of Websites: HTML, PHP, MySQL Websites
- All Types of Websites: HTML, CSS, JavaScript, PHP, and MySQL Websites