Skip to content

Instantly share code, notes, and snippets.

View Ngugisenior's full-sized avatar
🎯
Focusing

Joseph Ngugi Muiruri Ngugisenior

🎯
Focusing
View GitHub Profile
@Ngugisenior
Ngugisenior / test.ipynb
Last active September 4, 2021 07:29
Test.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Ngugisenior
Ngugisenior / AdbCommands
Created August 22, 2019 14:42 — forked from Pulimet/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell
.image {
position: absolute;
top: 50%;
left: 50%;
width: 120px;
height: 120px;
margin:-60px 0 0 -60px;
-webkit-animation:spin 4s linear infinite;
-moz-animation:spin 4s linear infinite;
animation:spin 4s linear infinite;
@Ngugisenior
Ngugisenior / System Design.md
Created April 26, 2019 17:32 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?