Skip to content

Instantly share code, notes, and snippets.

View algogrit's full-sized avatar

Gaurav Agarwal algogrit

View GitHub Profile
#!/usr/bin/env bash
mkdir -p /usr/local/bin
curl -s https://raw.githubusercontent.com/gauravagarwalr/Script-BackUp/swamp-0.3/OS%20X/Custom-Git-Commands/git-swamp > /usr/local/bin/git-swamp
chmod 744 /usr/local/bin/git-swamp
@algogrit
algogrit / Kanban vs Scrum
Created July 1, 2019 04:32
Intro to methodologies
| Kanban | Scrum |
|-------------------------------------------------------|--------------------------------------------------------------------------------|
| No prescribed roles | Pre-defined roles of Scrum master, Product owner and team member |
| Continuous Delivery | Timeboxed sprints |
| Work is pulled through the system (single piece flow) | Work is pulled through the system in batches (the sprint backlog) |
| Changes can be made at any time | No changes allowed mid-sprint |
| Cycle time | Velocity |
| More appropriate in operational environments
@algogrit
algogrit / pubsub.go
Created December 14, 2019 17:41
#ChnGoTurns10
package main
import (
"fmt"
"sync"
"time"
)
type Subscriber func(int)
@algogrit
algogrit / Day Wise Content.md
Last active March 22, 2024 11:53
Toshiba Elixir 2403

Day wise discussion topics

Day 1

  • Why Elixir?

  • Basic Setup

  • Syntax Overview

  • Types