-
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' }
];
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)
OlderNewer