Giter Site home page Giter Site logo

dockerman's Introduction

Nick Chubb ๐Ÿ‘จโ€๐Ÿ’ป

Website | LinkedIn | Resume | Send me an email!

๐Ÿ‘‹ Hi, I am recent graduate with a degree in Computer Science & Molecular Biology and aspiring Full-Stack Developer.

I am currently seeking Front-end/Full-stack dev positions starting immediately, please don't hestitate to reach out if you have an opportunity where you think I would be a great fit!

I have an avid interest in the field of software engineering, and currently I am working on furthering my own software skills by developing my own React web applications. I find the field of biotech extremely interesting and I am particularly drawn to the comparisons that can be drawn between cellular machinery and computer systems, and how they influence each other.

In my free time I enjoy reading, going to the gym, and spending time with friends and family.

Click Here to see my Resume

๐Ÿ‘‡ Check out my favourite projects below ๐Ÿ‘‡

dockerman's People

Contributors

nickchubb avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

dockerman's Issues

Implement container screen

Features could include:

  • Ports
  • Container log
  • Notes
  • Link to served endpoint
  • Rebuild (if from repo)
  • Access to non-admin users

Feature to create new containers from directory

Big feature.

Allows the user to copy directory from local machine to the server and creates a container based on a template Dockerfile. If git is included in the repo include the option to git pull and rebuild the container.

Look for build.sh file in the directory and allow option to rebuild the container if it exists. Will probably have to include directory for containers in the database, how to do this?

Allow container-specific info/control screen to be shared with un-authenticated users

To allow un-authenticated users the ability to start/stop a specific container and view its logs.

I believe the best way to do this would be to include a new middleware for the express router which uses nickchubb.ca/dockerman/share/container/{id} as the endpoint, before the current authentication middleware. When a request comes in for a /dockerman/share/container/{id} endpoint, the backend will check if the container exists and if it is saved as shared in the db. If the container is marked as shared it will return the container info screen and no other information. To do this it will have to have a share page like login or main so as to separate the pages and avoid any potential un-intended security leaks (via API calls).

Steps

  • Share button on container info screen
  • Add 'shared' parameter to service db
  • Rework router code to include shared endpoint which shares containers if the shared parameter is set
  • Work out bugs with API calls for operating container, since it might be hard to make sure the user can start and stop the container while being unauthorized.

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.