Skip to content
View yefim's full-sized avatar
  • Brooklyn, NY
  • 21:31 (UTC -05: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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
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
    const wordListPath = require('word-list'); // https://github.com/sindresorhus/word-list
    2
    const readlines = require('gen-readlines'); // https://github.com/neurosnap/gen-readlines
    3
    
                  
    4
    const isSuperset = (set, subset) => {
    5
      for (const elem of subset) {
  3. redirector redirector Public

    TypeScript

  4. yefeme yefeme Public

    My custom jekyll theme

    SCSS 11 1

  5. valentine-roulette valentine-roulette Public

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

    TypeScript

  6. flask-heroku-sample flask-heroku-sample Public template

    Flask Heroku Sample Application

    Python 69 69