Library

Explore 200,000 online courses/books/problem sets in over 2,050 subjects. From Computer Science, Business, and Personal Development to Arts, STEM, and more. Find your perfect MOOC.

Library

Learning Product
Subject
Difficulty
Cost
Certificate
Provider
Publisher
University
Institution
Tag

Provider : 67 ×

Use Grep for Fast Search from the Command Line

CMD+F in your text editor can only get you so far! In this course, we will learn to use grep and find, two powerful command-line utilities, to search through and explore our codebase. Learn to search...

Online Courses Egghead.io 💰 Computer Science

Use Grep for Fast Search from the Command Line

CMD+F in your text editor can only get you so far! In this course, we will learn to use grep and find, two powerful command-line utilities, to search through and explore our codebase. Learn to...

Use CSS to Create Art and Illustrations

In this collection, we explore creating CSS art and illustrations by walking through creating the Egghead.io logo with CSS.We walk through everything from planning and creating a responsive...

Online Courses Egghead.io 💰 Computer Science

Use CSS to Create Art and Illustrations

In this collection, we explore creating CSS art and illustrations by walking through creating the Egghead.io logo with CSS.We walk through everything from planning and creating a...

Tic Tac Toe with CSS and SVG

Learn how to make a fully functioning Tic Tac Toe game that doesn't need any client-side JavaScript!For this course, we'll be using Pug and Stylus which are preprocessors for HTML and CSS...

Online Courses Egghead.io 💰 Computer Science

Tic Tac Toe with CSS and SVG

Learn how to make a fully functioning Tic Tac Toe game that doesn't need any client-side JavaScript!For this course, we'll be using Pug and Stylus which are preprocessors for HTML and...

Styling React Applications with Styled Components

IntroStyling your component is arguably just as important to your application as the data your displaying. But, there is a lot that goes into styling your app that can make it difficult and painful...

Online Courses Egghead.io 💰 Computer Science

Styling React Applications with Styled Components

IntroStyling your component is arguably just as important to your application as the data your displaying. But, there is a lot that goes into styling your app that can make it difficult and...

Styling

Practical, repeatable CSS for application...

Online Courses Egghead.io 💰 Computer Science

Styling

Practical, repeatable CSS for...

Spring Animation in React with React Spring

Learn how to use the react-spring library to animate our React applications. Start with the useSpring hook and end with the useTransition hook with React Router for transitions between your...

Online Courses Egghead.io 💰 Computer Science

Spring Animation in React with React Spring

Learn how to use the react-spring library to animate our React applications. Start with the useSpring hook and end with the useTransition hook with React Router for transitions between...

Manipulating strings in bash

Extracting meaningful data from strings is a crucial skill when working with bash, and bash gives us powerful tools to do so: head, tail, cut, sed, and awk. But these tools can be hard to understand...

Online Courses Egghead.io 💰 Computer Science

Manipulating strings in bash

Extracting meaningful data from strings is a crucial skill when working with bash, and bash gives us powerful tools to do so: head, tail, cut, sed, and awk. But these tools can be hard to...

Make Webpack Easy with Poi

When setting up a modern JavaScript app, we find ourselves trudging through the land of infinite configuration. Poi offers us an option of zero-configuration by providing sane defaults and hiding...

Online Courses Egghead.io 💰 Computer Science

Make Webpack Easy with Poi

When setting up a modern JavaScript app, we find ourselves trudging through the land of infinite configuration. Poi offers us an option of zero-configuration by providing sane defaults and...

Maintainable CSS using TypeStyle

Having your CSS co-located with your UI code provides the same sort of advantages in refactor ability and maintainability that React provides for the DOM using JSX. TypeStyle allows you to do that...

Online Courses Egghead.io 💰 Computer Science

Maintainable CSS using TypeStyle

Having your CSS co-located with your UI code provides the same sort of advantages in refactor ability and maintainability that React provides for the DOM using JSX. TypeStyle allows you to do...

Start Building Accessible Web Applications Today

Accessibility (or a11y) is an important but often neglected in the world of web development. Many developers find themselves coding user interfaces without any knowledge of keyboard or screen reader...

Online Courses Egghead.io 💰 Computer Science

Start Building Accessible Web Applications Today

Accessibility (or a11y) is an important but often neglected in the world of web development. Many developers find themselves coding user interfaces without any knowledge of keyboard or screen...

Natural Language Processing in JavaScript with Natural

In this course we’ll work through Natural’s API for natural language processing in JavaScript. We’ll look at how to process text: learning how to break up language strings, find the word roots,...

Online Courses Egghead.io 💰 Computer Science

Natural Language Processing in JavaScript with Natural

In this course we’ll work through Natural’s API for natural language processing in JavaScript. We’ll look at how to process text: learning how to break up language strings, find the word...

Learn the Fundamentals of CSS and Sass to Create Modern and Responsive Layouts

No matter what kind of website or web application you want to build, you'll have to use CSS. If you haven't written much CSS, or even if you've never written CSS at all, don't worry. That's what this...

Online Courses Egghead.io 💰 Computer Science

Learn the Fundamentals of CSS and Sass to Create Modern and Responsive Layouts

No matter what kind of website or web application you want to build, you'll have to use CSS. If you haven't written much CSS, or even if you've never written CSS at all, don't worry. That's what...

Learn the Best and Most Useful SCSS

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...

Online Courses Egghead.io 💰 Computer Science

Learn the Best and Most Useful SCSS

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...

Immutable JavaScript Data Structures with Immer

Using immutable data structures provides many benefits, including making your code easier to reason about and less prone to bugs.However, since JavaScript doesn't include support for immutable data...

Online Courses Egghead.io 💰 Computer Science

Immutable JavaScript Data Structures with Immer

Using immutable data structures provides many benefits, including making your code easier to reason about and less prone to bugs.However, since JavaScript doesn't include support for immutable...

Fully Connected Neural Networks with Keras

Neural networks, with Keras, bring powerful machine learning to Python applications. They can answer questions like “How much traffic will hit my website tonight?” or answer classification...

Online Courses Egghead.io 💰 Computer Science

Fully Connected Neural Networks with Keras

Neural networks, with Keras, bring powerful machine learning to Python applications. They can answer questions like “How much traffic will hit my website tonight?” or answer...

From Mockup to Webpage

I go through the steps of taking an initial mockup, writing html, css layout, css styles and javascript to make a fully functioning webpage.If you like the content so far, tweet @MannIsaac so I'll be...

Online Courses Egghead.io 💰 Computer Science

From Mockup to Webpage

I go through the steps of taking an initial mockup, writing html, css layout, css styles and javascript to make a fully functioning webpage.If you like the content so far, tweet @MannIsaac so I'll...

Flexbox Fundamentals

Flexbox is a wonderful tool built into the CSS specification. Using flexbox doesn't require any special framework or library, just a browser with CSS3 support. It is so awesome, and makes the...

Online Courses Egghead.io 💰 Computer Science

Flexbox Fundamentals

Flexbox is a wonderful tool built into the CSS specification. Using flexbox doesn't require any special framework or library, just a browser with CSS3 support. It is so awesome, and makes...

Docker Fundamentals

Learn the basics of...

Online Courses Egghead.io 💰 Computer Science

Docker Fundamentals

Learn the basics...

Develop Custom Twitch Scenes and Setup in OBS

Learn how to make flexible customized Twitch Scenes using the static site generator Eleventy (11ty), CSS, and ComfyJS.Throughout this course, you'll create scenes for preshow, host, and main desktop...

Online Courses Egghead.io 💰 Computer Science

Develop Custom Twitch Scenes and Setup in OBS

Learn how to make flexible customized Twitch Scenes using the static site generator Eleventy (11ty), CSS, and ComfyJS.Throughout this course, you'll create scenes for preshow, host, and main...

Data Structures and Algorithms in JavaScript

This course teaches you how to implement your first data structures and algorithms. In the process, you’ll learn some fundamental computer science concepts as well. We’ll build these from scratch...

Online Courses Egghead.io 💰 Computer Science

Data Structures and Algorithms in JavaScript

This course teaches you how to implement your first data structures and algorithms. In the process, you’ll learn some fundamental computer science concepts as well. We’ll build these from...

Records : 20 of 381 | Page : of 20