Skip to content

Instantly share code, notes, and snippets.

View Serg1i's full-sized avatar
🎯
Focusing

NoName Serg1i

🎯
Focusing
View GitHub Profile
@Serg1i
Serg1i / keybase.md
Created September 16, 2019 09:12
keybase.md

Keybase proof

I hereby claim:

  • I am serg1i on github.
  • I am serg1i (https://keybase.io/serg1i) on keybase.
  • I have a public key ASAOfBhG7jugXP_It8l5hpY3xcU5JOfGYPJW2Ckb3-fTJgo

To claim this, I am signing this object:

CS50 Computer Science Courses from Harvard
https://www.edx.org/cs50
Intro to Computer Science
https://www.udacity.com/course/intro-to-computer-science--cs101
Stanford Machine Learning Course
https://www.coursera.org/learn/machine-learning
CS231n: Convolutional Neural Networks for Visual Recognition
@Serg1i
Serg1i / service-checklist.md
Created March 16, 2017 11:01 — forked from acolyer/service-checklist.md
Internet Scale Services Checklist

Internet Scale Services Checklist

A checklist for designing and developing internet scale services, inspired by James Hamilton's 2007 paper "On Desgining and Deploying Internet-Scale Services."

Basic tenets

  • Does the design expect failures to happen regularly and handle them gracefully?
  • Have we kept things as simple as possible?