SelfTeach.me

Blog

August
31
Video

Creating a Fullscreen Video Background in HTML and CSS


How to code a fullscreen video background with HTML and CSS, including how to compress and encode the video file for the web.

Read Article

January
7
Video

Fancy Ordered Lists


One of the design “tricks” in my hat, I’ve been using quite a bit lately is styling the numbers differently than the rest of the content.

Read Article

February
17
Video

Building the Ultimate React Icon Component


Let's make the ultimate icon component in React. We want to build something that's as reusable and flexible as possible.

Read Article

Video

Branching


When you're developing, each feature you work on should receive its own branch. This way, development on different features can happen simultaneously. If it's a team with multiple developers, then we can all be working on our own code, at the same time, without worrying about interfering or overwriting each other's code.

Read Article

Previous