
Héloïse Defize
MissHD
- 18 Courses Completed
- 86 Levels Completed
- 2 Screencasts Watched
- 194,550 Total Points
Git: 3 Courses Completed

Try Git
Git
Learn how to use Git by reviewing the basic concepts of Git version control. Try out this introductory course that was created with GitHub.
-
Discover Git
Discover the basics of Git, including how to initialize a repo. Learn how to add, commit, and push your code to GitHub.

Git Real
Git
Learn more advanced Git by practicing the concepts of Git version control. Increase your Git knowledge by learning more advanced systems within Git.
-
Introduction
Learn the basics of Git
-
Staging & Remotes
Add and remove changed files, and work with remote repositories
-
Cloning & Branching
Clone repositories and learn how to work with multiple branches
-
Collaboration Basics
Work simultaneously with multiple users
-
Branching
Work with remote branches and reference commits
-
Rebase belong to us
Optimize merging and fix merge conflicts
-
History and Configuration
Learn how to configure and view commit logs

Git Real 2
Git
Learn advanced Git by practicing Git version control with Git Real 2. Continue to increase your Git skills by learning more advanced systems within Git.
-
Interactive Rebase
Edit your commits through the use of interactive rebase
-
Stashing
Not quite ready to commit? Git stash is the perfect solution
-
Purging History
Accidentally commit something sensitive? Purge it!
-
Working together
Make Git work together on multiple operating systems
-
Submodules
Ever wanted to use another repository inside of another?
-
Reflog
Undo almost anything and find lost commits using reflog
JavaScript: 8 Courses Completed

JavaScript Road Trip Part 1
JavaScript Language
An introduction to the very basics of the JavaScript language. Build a foundation of JavaScript syntax and learn how to use values, variables, and files.
-
The Cliffs of Value
Learn to manipulate values on the console.
-
Variable Valley
Review how to store and use data with variables.
-
Files Falls
Create JS files and source them within HTML code.

JavaScript Road Trip Part 2
JavaScript Language
A continued introduction to the very basics of the JavaScript language. Learn common programming mechanisms like loops, conditionals, functions, and arrays.
-
The Labyrinth of Loops
Understand and build loops for repeated code with 'while' and 'for' syntax.
-
Conditional Canyon
Use conditions to execute different branches of code with if-else blocks.
-
Built-In's Bluff
Learn to use the basic JavaScript dialog box functions 'prompt', 'alert', and 'confirm'.
-
The Desert of Declarations
Understand functions and building custom functionality.
-
The Array Archipelago
Learn to build and manipulate the array data structure.

JavaScript Road Trip Part 3
JavaScript Language
Continue building intermediate skills within the JavaScript web programming language. Master function expressions, closures, hoisting, objects, and the use of prototypes.
-
Forest of Function Expressions
Learn how to use and manipulate functions as expressions.
-
Cold Closures Cove
Explore the binding of external variables into local scopes.
-
Hoisting Hills
Build an awareness of the pitfalls of load order within a scope.
-
Ocean of Objects
Create, fill, and manipulate the generic JavaScript object literal.
-
Plains of Prototypes
Using the magic of object inheritance, explore classes, constructors, prototypes, and properties.

JavaScript Best Practices
JavaScript Language
Become a more informed, conscientious user of JavaScript as you explore time-tested, useful techniques that will improve legibility, performance quality, and safety in your scripts.
-
The Sword of Syntax
Discover useful alternate syntax for conditionals and assignment.
-
The Pendant of Performance
Explore techniques to improve execution speed and measure performance.
-
The Crystal of Caution
Examine common JavaScript pitfalls and the best ways to avoid them.
-
The Mail of Modularity
Learn how to organize code and protect data with a simple Module pattern.

Shaping Up With AngularJS
Client-side Frameworks
AngularJS allows your application to have an expanded HTML library. Learn to add behavior to your HTML and speed up your application’s responsiveness.
-
Flatlander's Gem Store
Get comfortable with expressions by beginning to build a gem store.
-
Built-in Directives
Use directives to add a gallery and tabs to the gem store.
-
Forms
Give the gem store review functionality by using AngularJS forms.
-
Custom Directives
Create custom directives for more organized and maintainable AngularJS code.
-
Services
Create a new module and learn to use the $http service to get real data into the gem store.

Staying Sharp With AngularJS
Client-side Frameworks
Learn how to use this modular and speedy language to create flexible directives and reusable services throughout your app.
-
Getting Started with Routes
Start your AngularJS app off right by wiring together your templates and controllers with ngRoute.
-
Directives with Scope
Create flexible directives to be used in any situation by using $scope, scope{}, and link!
-
Services
Learn about the 5 available service recipes AngularJS provides. Then wrap your data calls in one and reuse throughout your ever enhancing app.
-
Reusable Directives
Share directive controller functionality with other directives and create service classes for your external libraries.

ES2015: The Shape of JavaScript to Come
JavaScript Language
Stay in tune and learn some of the new features of ES2015, the most extensive update to the JavaScript language since it was first released in the '90s.
-
Declarations
Learn about the new types of variable declarations and how they can help with some well-known JavaScript gotchas.
-
Functions
Explore new features added to functions, like default parameters, rest parameters, spread operators, and arrow functions.
-
Objects, Strings, and Object.assign
Find new ways to work with JavaScript Objects and Strings.
-
Arrays, Maps, and Sets
Learn how to work with Arrays and more efficient alternatives to working with collections, like Maps and Sets.
-
Classes and Modules
Discover how to write object-oriented code using the new class syntax and how to leverage the new module system to keep things clean and organized.
-
Promises, Iterators, and Generators
Learn alternatives to writing async code, iterator objects for navigating sequences more efficiently, and special functions that return those objects.

Accelerating Through Angular
Client-side Frameworks
Create the future of web applications by learning how to build with Angular.
-
Angular Ignition
Get an introduction to Angular and create your first module and component with a template.
-
Template Traction
Start with a few structural directives and then transform your view with pipes.
-
Tuning It Up
Make your code more maintainable by organizing it into multiple components, separating your HTML and CSS, creating a data model, and splitting your data into a mock file.
-
Data Binding Boost
Explore how to send data from JavaScript to HTML and HTML to JavaScript using one-way data binding, and then learn how to do both at the same time with two-way binding.
-
Service Fuel Injection
Learn how to create your own services and then how to use the HTTP library to call out to the internet.
JavaScript: 1 Screencast Watched
HTML/CSS: 6 Courses Completed

Front-end Foundations
Getting Started With HTML and CSS
Learn the fundamentals of HTML and CSS, while building a strong foundation for more advanced front-end development.
-
HTML
Format text content and links with HTML.
-
CSS
Change the way that content is displayed with CSS.
-
Classes and Layout
Reuse CSS across multiple pages and layout content in well-defined sections.
-
Images
Add content and background images to your site.
-
Fonts and Forms
Customize fonts and add forms that accept different types of user input.

Front-end Formations
Getting Started With HTML and CSS
Discover the latest versions of HTML and CSS, including HTML5 tags, form elements, attributes, input types, CSS styling, and more.
-
Overview & Updates
Get an overview of HTML5 and CSS3, and learn which HTML elements have been updated in HTML5.
-
HTML5 Elements
Learn all of the new HTML5 elements, including the section, article, header, footer, and time elements, and also several others that will help make your markup more semantic.
-
HTML5 Forms
Learn all of the new HTML5 form input types, elements, and attributes.
-
CSS3 Styles
Learn modern CSS styling techniques, including border radius, box shadow, text shadow, box sizing, multiple backgrounds, and gradients.
-
Fonts & Interactions
Learn how to use web fonts with @font-face, create smooth transitions and manipulated elements in CSS with the transition and transform properties, and write CSS according to the principles of progressive enhancement.

You, Me & SVG
SVG
Learn how to create and use scalable vector graphics online. Whether your icons, shapes, and assets are on small or large screens, SVGs have you covered!
-
Oh, the Shapes You Can Make
Learn the difference between raster and vector, as well as how to create vectors and when they come in handy.
-
Would You, Could You With a Badge?
Shape up your SVG knowledge with the circle, text, polygon, and line elements.
-
Group de Loop
Circle around three important topics: grouping, transforming, and the viewBox coordinate system.
-
SVG Encore!
Wander through paths (the most commonly used SVG element), and discover how to reuse elements with symbol, as well as create screen reader-accessible SVGs with title and description tags.

Assembling Sass
CSS Preprocessors
Learn Sass and start improving your front-end CSS workflow. Try Sass on large-scale applications for efficient, time-saving styling.
-
Foundation
An introduction to Sass, imports, comments, and nesting.
-
Variable
Creation and use of recallable information.
-
Mixin
Writing reusable styles mixed with optional arguments.
-
Extend
Easily manage CSS class reuse and inheritance in the stylesheet, rather than HTML.
-
Directive
A primer on the programmatic tools in Sass, including functions and each loops.
-
Math + Color
Perform arithmetic and color alterations directly to stylesheet values.
-
Responsive
Simplify and optimize your responsive design workflow via Sass.

Adventures in Web Animations
Intermediate CSS
Make your websites more engaging and fun with the introduction of CSS web animations.
-
Transitions
Learn how to sweeten up your web app using CSS transitions for color, position, and visibility.
-
Transforms
Moving, scaling, invisibility — oh my! Open up a world of animation possibilities with transforms.
-
Keyframes
Use keyframe animations to create some tasty and reusable animations for our form modal and donut character.
-
SVG
Explore the benefits of using super-crisp SVGs and how to animate them.

Blasting Off with Bootstrap
CSS Frameworks
Use Bootstrap's pre-built styles and functionality to help you easily add polish and useful behavior to your web application with HTML and CSS.
-
Lift Off
Get your website off the ground by adding the Bootstrap library and getting familiar with the container class.
-
Designing in Grids
Use the grid design pattern to add structure and style to your application.
-
Typography
Use Bootstrap’s custom classes and Glyphicon icons to make your site easier on the eyes.
-
Enough CSS to be Dangerous
Make your site stand out from the rest by adding a custom navigation and a splash of colorful buttons.
-
JavaScript Components
Use Bootstrap’s Collapse and Dropdown plugins to add needed behavior to your website.
Electives: 1 Course Completed

Breaking the Ice With Regular Expressions
Electives
Search for text patterns using regular expressions and learn to validate emails and URLs, capture information, and use simple patterns to save development time.
-
The String Story
Learn what regular expressions are, and write your first expression. Discover literals, operators, character sets, modifiers, and metacharacters.
-
Crew Emails
Journey into validating emails with wildcards, escaping characters, groups, and anchors.
-
Confirmative
Take a voyage to the edge with word boundaries and creating optional variations. Negate characters within character sets, and then use the negated shorthand. Finally, match specific amounts of characters with interval expressions.
-
Multi-line Strings
Discover multi-line strings, and journey deeper with much larger subject strings. Search the globe and properly drop anchors with global and multi-line modifiers.
-
Capture Groups
Grab the loot with capture groups, and learn how to extract sections of text for reference. Also discover when it's appropriate to have groups not capture.