Skip to content

Instantly share code, notes, and snippets.

View QuincyLarson's full-sized avatar
💭
You should follow me on Twitter. I won't waste your time. 😉twitter.com/ossia

Quincy Larson QuincyLarson

💭
You should follow me on Twitter. I won't waste your time. 😉twitter.com/ossia
View GitHub Profile
<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>
[ Search 5,000+ tutorials ] freeCodeCamp() Projects Forum Radio Portfolio Donate
--------------------------------------------------------------------------------------------------
@QuincyLarson
QuincyLarson / gist:4b42a9c27700a19d1af830df8e84a6db
Last active October 11, 2021 05:13
How to learn to code and get your first developer job

How to learn to code and get your first developer job

By Quincy Larson (@ossia)




\

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:

@QuincyLarson
QuincyLarson / gist:c21fde97e43a27618694f12f3ee9e25a
Created March 16, 2018 21:02
freeCodeCamp production challenge URLs
/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
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)
# 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**
[
{
"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",