Skip to content
View yefim's full-sized avatar
  • Brooklyn, NY
  • 07:58 (UTC -04:00)

Organizations

@cis197f14

Block or report yefim

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
yefim/README.md

Welcome to my page!

Pinned Loading

  1. Build a Docker image, push it to AWS...Build a Docker image, push it to AWS EC2 Container Registry, then deploy it to AWS Elastic Beanstalk
    1
    {
    2
    "AWSEBDockerrunVersion": "1",
    3
    "Image": {
    4
    "Name": "<AWS_ACCOUNT_ID>.dkr.ecr.us-east-1.amazonaws.com/<NAME>:<TAG>",
    5
    "Update": "true"
  2. Solve the NYTimes Spelling Bee chall...Solve the NYTimes Spelling Bee challenge - https://www.nytimes.com/puzzles/spelling-bee
    1
    constwordListPath=require('word-list');// https://github.com/sindresorhus/word-list
    2
    constreadlines=require('gen-readlines');// https://github.com/neurosnap/gen-readlines
    3
    4
    constisSuperset=(set,subset)=>{
    5
    for(constelemofsubset){
  3. redirectorredirectorPublic

    TypeScript

  4. yefemeyefemePublic

    My custom jekyll theme

    SCSS 12 2

  5. valentine-roulettevalentine-roulettePublic

    Send some anonymous love and get some in return this Valentine's Day

    HTML 1

  6. flask-heroku-sampleflask-heroku-samplePublic template

    Flask Heroku Sample Application

    Python 69 69