Skip to content

Instantly share code, notes, and snippets.

View francylang's full-sized avatar

Francy Lang francylang

  • Denver, Colorado
View GitHub Profile
  • What project management strategies did you use in your projects this module?

    • Referred back to the requirements consistently. Designed a thing. Tried the thing. Then built another thing and continued to cycle through testing the thing and making it work.
  • What went well?

    • Building small components and making them work was very effective for maintaing a working product.
  • What would you do differently next time?

  • I would like to get better at TDD. Building out a test reminds me of backwards planning in education which is the most effective method for reaching objectives.

const http = require('http');
const url = require('url');
const server = http.createServer();

let messages = [
  { 'id': 1, 'user': 'francy lang', 'message': 'hi there!' },
  { 'id': 2, 'user': 'joe lang', 'message': 'check out my law blog' },
  { 'id': 3, 'user': 'lorem ipsum', 'message': 'dolor set amet' }
];

Palette Picker Submission Form

Project Spec

Basics

Link to the GitHub Repository for the Project

palette-picker

Link to the Deployed Application

Post-Grad Job Search Action Plan Template: Your first 30 Days

#1: 30-Day Job Search Action Plan

Schedule & goals for the first 30 days Post-Graduation

Design a 40-hour "work week" that provides time for:

  • Code (ideally, 2-4 hours a day will be dedicated to coding)
  • Outreach & Networking
  • Job & company research and tracking
  • Interview Prep
  • Housekeeping (refining your professional story, updating your resume, writing cover letters, updating your Turing portfolio, updating your LinkedIn profile)

Francy Lang - M4 Portfolio

Areas of Emphasis

(What did you set out to accomplish this module?)

Rubric Scores

  • A: End-of-Module Assessment:
  • B: Individual Work & Projects: