Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Angel Garbarino
Most Recent
Most Popular
Highest Rated
Reset
https://s3.amazonaws.com/assets.fullstack.io/n/20230428061744364_article-image.jpg

lesson

Introduction to GitHub for Web DevelopersYour First 30 Days of Web Development

GitHub is the single largest host for Git repositories. Git repositories, if you remember, are projects (e.g., folders, directories) that are managed by Git's version control.

https://s3.amazonaws.com/assets.fullstack.io/n/20230428061732731_article-image.jpg

lesson

Introduction to Git for Web DevelopersYour First 30 Days of Web Development

Have you ever run into file saving hell 🔥? Git to the rescue 🚨.

https://s3.amazonaws.com/assets.fullstack.io/n/20230428061706763_article-image.jpg

lesson

Relative File Path vs Absolute File PathsYour First 30 Days of Web Development

File Paths are grammar's equivalent to the words "except" and "accept." People don't _really_ know the difference, they guess and hope for the best 🤞.

https://s3.amazonaws.com/assets.fullstack.io/n/20230428061655536_article-image.jpg

lesson

What are CLIs and GUIs? Differences and Similarities, ExplainedYour First 30 Days of Web Development

CLI, GUIs, shells? You may not know it, but you're very familiar with all three.

https://s3.amazonaws.com/assets.fullstack.io/n/20230428060924104_article-image.jpg

lesson

Decoding Web Developer Job PostingsYour First 30 Days of Web Development

By the end of this article, you'll have a better understanding of how to read Web Developer job descriptions. As well as how to decipher what kind of skills they're asking for.

https://s3.amazonaws.com/assets.fullstack.io/n/20230428060912443_article-image.jpg

lesson

Frameworks vs Libraries: Explanations and ExamplesYour First 30 Days of Web Development

To get in front of what might later become confusing, I want to stop and quickly talk about **Frameworks and Libraries**.

https://s3.amazonaws.com/assets.fullstack.io/n/20230428060901788_article-image.jpg

lesson

The Top 4 Programming Languages and their ApplicationsYour First 30 Days of Web Development

Now that we have a sense of what the top Programming Languages are, we should investigate what these Programming Languages are used for.

https://s3.amazonaws.com/assets.fullstack.io/n/20230428060849664_article-image.jpg

lesson

How to Pick Which Programming Language You Should Learn FirstYour First 30 Days of Web Development

How do you know what Programming Language to learn? Do you need to learn more than one Programming Language, and if so in what order should you learn them?

https://s3.amazonaws.com/assets.fullstack.io/n/20230428060818198_article-image.jpg

lesson

Javascript Basics for Web DevelopersYour First 30 Days of Web Development

HTML gives the web structure. CSS provides that structure with style. **JavaScript makes that structure _interactive_**.

https://s3.amazonaws.com/assets.fullstack.io/n/20230428060804950_article-image.jpg

lesson

CSS Units: What They are and How to Use ThemYour First 30 Days of Web Development

Today we'll be focusing on the different CSS units, which indicate a size. We will use the DevTools to play with different variations.

https://s3.amazonaws.com/assets.fullstack.io/n/20230428060754061_article-image.jpg

lesson

Using CSS Selectors: Beginner-Friendly Exercises and ExamplesYour First 30 Days of Web Development

To get more comfortable with Selector Specificity, let's revisit our "css-practice.html" document.

https://s3.amazonaws.com/assets.fullstack.io/n/20230428060738438_article-image.jpg

lesson

Understanding CSS Specificity: Id, Class, and Tag SelectorsYour First 30 Days of Web Development

What's easier to say, "toy boat ⛵️" or "selector specificity" three times fast? Try it out. I can say neither.