Have you ever wished for access to conditionals or iteration when writing styles? How cool would it be to use functions to write styles? SCSS has that and more! SCSS is a superset of CSS. Any valid CSS is SCSS, they even have the same syntax. SCSS borrows features from other languages to write smarter, reusable and more readable styles. This course will focus on how to use SCSS’s more useful features, compare them against each other and assess when their usage is appropriate.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
Full of information, enthusiastic delivery - thanks!
It was short and compressed with tons of useful information. And immediately could think of where to apply it. It had great examples. I would like a part 2 for sure.
I needed to upgrade node-sass to get this to work, but aside from that, it was concise and useful!
I had no clue sass was an actual programming language lol. You've opened my eyes. thank you.
A bit fast at times but that's what pausing is for. I'd love to see even more examples of practical use, but these were great. Thanks!
Great overview of what SCSS has to offer.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.