Skip to content
View rdburdett's full-sized avatar
👾
Loading...
👾
Loading...

Block or report rdburdett

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rdburdett/README.md

// Acute Care Nurse => Software Developer //

let rob = {
  name: "Robert Burdett",
  occupation: "Registered Nurse",
  skills: ["Nursing", "Music Production", "Snowboarding"]
  }
  
function thinkfulBootcamp(student) {
  return {
    ...student,
    occupation: "Software Developer",
    skills: [...student.skills, "Coding"]
  }
}

thinkfulBootcamp(rob)

Languages and Tools:

css3 docker express figma git heroku html5 javascript jest mocha mysql nodejs photoshop postgresql postman react sketch

Pinned Loading

  1. Periodic-Tables Periodic-Tables Public

    Restaurant Reservation App

    JavaScript

  2. Pomodoro Pomodoro Public

    JavaScript

  3. Flashcards Flashcards Public

    JavaScript

  4. we-love-movies-capstone we-love-movies-capstone Public

    Backend Capstone for Thinkful Bootcamp

    JavaScript