Skip to content

ysstudio22/Resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

Introduction

Welcome! 👋 Below is a list of resources that I've stumbled upon through my self-study of web development. Materials range from CSS to Design.

CSS

  • Learn CSS

    👍 The site is structured into clearly labelled units with an accompanying article. The article goes into enough detail. It also help that there is a table of contents at the top of the article which makes navigation easy and visual examples that allow for simple understanding.

    Learn CSS

  • Media Query CSS Tutorial

    👍 The article helped me understand how to write the max and min breakpoints in my CSS. The author also gave the standard breakpoints by device. The article is concise and easy to follow.

CSS Pseudo-Classes

  • Pseudo-classes and pseudo-elements - Learn web development | MDN

    👍 The article introduces pseudo-classes and elements. Explanations are kept brief and are followed by simple examples so that the reader can see how the code works. The article is divided into easily distinct sections making it easy to navigate and read.
    Supplement: Pseudo-Classes In CSS - This article from the DEV community also outlined and demonstrated pseudo classes and elements clearly.

JavaScript

  • The Modern JavaScript Tutorial

    👍 It covers everything from syntax to working in the DOM. Each unit is divided into smaller units and outlined in the Home page. What more, the site has links to other additional articles that build upon the fundamentals that were covered in the first two sections of the site.

  • JavaScript Documentation

    👍 This is a little different from The Modern JavaScript Tutorial. It serves as a reference to everything about the language. The left side pane has all the items listed alphabetically. Once you click on the tab, it would open the reference guide on the right.


Self-Study


Git and GitHub

CI/CD


Markdown and SEO


Optimizing Websites


Design and UI Design


Reading


VIM