Skip to content

Instantly share code, notes, and snippets.

View muraliparimi's full-sized avatar

Murali K Parimi muraliparimi

  • Exusia Inc
  • Chicago
View GitHub Profile
@chadmcrowell
chadmcrowell / azure-pipelines.yaml
Created February 2, 2020 14:58
CI/CD Lesson in Course "Build and Deploy Pipelines with Microsoft Azure"
# ASP.NET
# Build and test ASP.NET projects.
# Add steps that publish symbols, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4
trigger:
- master
stages:
- stage: Build
@karanth
karanth / bits-1.md
Last active April 13, 2021 16:38
Distributed Computing Models, Definitions and Brewer's theorem

####Basics####

  • Memory Hierarchy - Tape, Disk, SSD, Memory, Cache
  • Kryder's law
  • Long Tail vs 80/20 rule
  • Drawbacks of monolithic systems - Supercomputers
  • Distributed Systems - Advantages & Problems
  • CAP theorem - Consistency, Availability and Partition Tolerance
  • PACELC - if(Partition){ Tradoffs: Consistency vs Availability } else { Tradeoffs: Consistency vs Latency }
  • Concurrency vs Parallelism
  • Parallel vs Distributed computing