Skip to content
View shmor3's full-sized avatar
🍳
🍳
  • United States

Block or report shmor3

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
shmor3/README.md

Hey 👋, I'm Shmor3

⚡️ A Few Quick Facts

  • 🔭 I’m currently working on Jetty.
  • 🧐 Learning about distributed systems, and a bit of ML.
  • 👨‍💻 Some of my projects are available on Github.

Pinned Loading

  1. jetty jetty Public

    jetty is a concurrent build system that processes build instructions from a file and executes them in a distributed manner using worker nodes. It's designed for efficiency, flexibility, and ease of…

    Go 2

  2. docker-node-example docker-node-example Public

    JavaScript

  3. simple-banking-with-go simple-banking-with-go Public

    Go

  4. simple-flask-form-backend simple-flask-form-backend Public

    Python

  5. Go Gin Reverse Proxy Go Gin Reverse Proxy
    1
    package main
    2
    
                  
    3
    import (
    4
    	"github.com/gin-contrib/cors"
    5
    	"github.com/gin-gonic/gin"
  6. Python Proxy Python Proxy
    1
    import socket
    2
    import select
    3
    import time
    4
    import sys
    5
    import re