Giter Club home page Giter Club logo

zen-app's Introduction

George Felton

Summary

Software Engineer implementing Asynchronous Healthcare at Evernorth. Previous web development coding bootcamp, e-commerce startup co-founder, and MS in Entrepreneurship. Quick-learning problem-solver with a multidisciplinary background and a knack for getting to the essence of decisions. Collaborative communicator.

Link to Portfolio

Tech Stack

Front-End Back-End
JavaScript & jQuery Node.js
HTML Git
CSS Express
React Heroku
AJAX & API Mongoose & IndexedDB
Handlebars MySQL/Sequelize
Foundation Framework MongoDB
Bootstrap Framework Webpack

About Me

Software Engineer (former Technical Integration Engineer) leveraging business education and experience combined with technical skills to build asynchronous telehealth into Evernorth's primary and urgent care offerings. Graduated with honors from the Master of Science in Entrepreneurship program at the University of Washington before launching my first startup, Lonely Produce. Enriched my coding knowledge through a full-stack web development certificate program at the University of Washington. I pick up new concepts quickly and use my strategic thinking skills to keep projects focused on solving the customer’s problem. Coming from a family of developers, I spent a long time trying to break the mold before realizing that coding is in my blood. I truly love the precise, tangibly logical nature of software. I am proud to use my passion for problem-solving while building the next big thing in telehealth at Evernorth.

In my free time, I can be found hiking, playing board games, cooking, and jamming on new startup ideas.

GAFelton's Top Languages

zen-app's People

Contributors

cheyennehunt99 avatar gafelton avatar mavn2 avatar sarahcowgill avatar sheikb08 avatar

Watchers

 avatar

zen-app's Issues

Likes Routes

Likes Routes

  • "/api/likes" GET
    does a findAll request on the likes database: gets all likes items.

  • "/api/likes/:id" GET
    findOne request on the likes database: returns a liked quote with the specified id.

  • "/api/likes" POST
    add a new favorite like to the database. Takes inputs: "quote, quote_author, reflection, user_id"

  • "/api/likes/:id" UPDATE
    changes a favorite like to be hidden (or un-hidden) based on id.

User Routes

User Routes

  • "/api/login" POST
    Signup a new user in the users database. Takes in first_name, last_name, email, password.

  • "/logout" GET
    runs req.logout() and redirects to "/"

  • "api/user_data" GET
    get data about current user based on client-side login token. Returns an empty object if the user is not logged in, or json containing first_name, last_name, email, id.

Checklist Routes

Checklist Routes

  • "/api/list" GET
    does a findAll statement on the checklist database.

  • "api/list/completed" GET
    returns all checklist items where completed: 1, hidden: 1

  • "api/list/:id" GET
    returns a checklist item matching the particular id.

  • "api/list" POST
    add a new checklist entry to the checklist database. Takes in value, user.

  • "api/list/:id" PUT
    makes a particular checklist entry completed: 1, hidden: 1 for the specified id.

HTML routes

HTML Routes

  • "/" GET
    send login/signup file (index.html?)

  • "/main" GET
    sends main app file (main.html)

  • "/favorites" GET
    sends favorites file (?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.