Skip to content

Instantly share code, notes, and snippets.

View thedeveloperr's full-sized avatar

Mohit Gupta thedeveloperr

View GitHub Profile
@thedeveloperr
thedeveloperr / composing-software.md
Created August 6, 2022 05:22 — forked from Geoff-Ford/composing-software.md
Eric Elliott's Composing Software Series

Eric Elliott's "Composing Software" Series

A collection of links to the excellent "Composing Software" series of medium stories by Eric Elliott.

Edit: I see that each post in the series now has index, previous and next links. However, they don't follow a linear flow through all the articles with some pointing back to previous posts effectively locking you in a loop.

@thedeveloperr
thedeveloperr / InterviewRoadmap.md
Created June 5, 2020 15:21 — forked from khannasarthak/InterviewRoadmap.md
My Interview Study roadmap

Coding Interview University

I originally created this as a short to-do list of study topics for becoming a software engineer, but it grew to the large list you see today. After going through this study plan, I got hired as a Software Development Engineer at Amazon! You probably won't have to study as much as I did. Anyway, everything you need is here.

The items listed here will prepare you well for in an interview at just about any software company, including the giants: Amazon, Facebook, Google or Microsoft. >

" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
"Plug 'tsony-tsonev/nerdtree-git-plugin'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'airblade/vim-gitgutter'
@thedeveloperr
thedeveloperr / 0-startup-overview.md
Created March 15, 2017 14:22 — forked from dideler/0-startup-overview.md
Startup Engineering notes