Here's a description of freeCodeCamp's upcoming curriculum.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="game"> | |
<div id="stats"> | |
<span class="stat">XP: <strong><span id="xp">0</span></strong></span> | |
<span class="stat">Health: <strong><span id="health">100</span></strong></span> | |
<span class="stat">Gold: <strong><span id="gold">50</span></strong></span> | |
</div> | |
<div id="controls"> | |
<button id="button1">Go to store</button> | |
<button id="button2">Go to cave</button> | |
<button id="button3">Fight dragon</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ Search 5,000+ tutorials ] freeCodeCamp() Projects Forum Radio Portfolio Donate | |
-------------------------------------------------------------------------------------------------- |
By Quincy Larson (@ossia)
\
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title | minutes | views | |
---|---|---|---|
React State Management (P5D58) - Live Coding with Jesse | 8 | 826 | |
React Infinite Scroll (P5D57) - Live Coding with Jesse | 23 | 1166 | |
Working with React Components Part 2 (P5D56) - Live Coding with Jesse | 19 | 726 | |
Coding for a Swedish Startup - a day in the life of Amber Wilkie | 9 | 2744 | |
Working with React Components (P5D55) - Live Coding with Jesse | 2 | 1162 | |
Basic CSS Styling Part 2 (P5D54) - Live Coding with Jesse | 45 | 1704 | |
Writing Secure JavaScript | 24 | 3265 | |
Learn HTML5 - full course with code samples | 52 | 11540 | |
Basic CSS Styling (P5D53) - Live Coding with Jesse | 39 | 2522 |
Notes from DevDocs team meeting March 30, 2018
Present:
Thibaut (GitHub: @thibaut) Alex Chafee (@alexch) Joshua Burke (?) Quincy Larson (@quincylarson)
During our 70-minute call, we talked about:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/challenges/learn-how-freecodecamp-works | |
/challenges/join-a-freecodecamp-study-group-in-your-city | |
/challenges/iterate-odd-numbers-with-a-for-loop | |
/challenges/count-backwards-with-a-for-loop | |
/challenges/claim-your-data-visualization-certificate | |
/challenges/claim-your-front-end-development-certificate | |
/challenges/make-unique-objects-by-passing-parameters-to-our-constructor | |
/challenges/change-text-inside-an-element-using-jquery | |
/challenges/storing-values-with-the-assignment-operator | |
/challenges/initializing-variables-with-the-assignment-operator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What happens in the UI: https://www.evernote.com/l/Ar9aC0_p7KJDOqKGWNultjrBgDNvogb4LScB/image.png | |
Stack trace: | |
webpack: Compiled with warnings. | |
302 GET 35.567 ms - /signin | |
200 GET 684.704 ms - /en/signin | |
fcc:user:remote Error: connect ECONNREFUSED 127.0.0.1:1025 | |
fcc:user:remote at Object._errnoException (util.js:1041:11) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A Guide to Writing freeCodeCamp Guide Articles | |
The freeCodeCamp community is building a massive, searchable "Guide." This reference tool will eventually include thousands of articles that cover all areas of development, design, and data science - all written to be easily understood by people new to coding. | |
We welcome your help writing these articles. You don't have to be an expert in a topic to write about it - this entire guide is open source, so even if you make a mistake, another contributor will eventually correct it. | |
We've written this guide to writing guide articles to help you get started contributing. | |
**Table of Contents** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"published": "1492569622760", | |
"title": "How I built a Kubernetes cluster so my coworkers could deploy apps faster", | |
"length": "5 min read", | |
"url": "https://medium.freecodecamp.com/how-i-built-a-kubernetes-cluster-so-my-coworkers-could-deploy-apps-faster-ad5567bf6fa8" | |
}, | |
{ | |
"published": "1492864206406", | |
"title": "How to host lightweight apps for free", |
NewerOlder