Skip to content

Instantly share code, notes, and snippets.

View vvardhanz's full-sized avatar

vivek vardhan vvardhanz

View GitHub Profile
@vvardhanz
vvardhanz / MongoDbNotes
Last active September 24, 2019 12:54
MongoDbNotes
MongoDB University notes.
Mongo Db is a document.
Mongo Db uses JSON object/data.
Mongo Db supports scaling out using sharing technique.
Mongo Db supports scaling out vs scaling up.
BSON:
Mongo Db stores the data in the format of BSON. On the application side manogdb drivers map the BSON data into the native data types.
@vvardhanz
vvardhanz / Dockers
Created May 9, 2018 21:10
docker notes
12/9/2017
cmd: docker exec -it <container name>
Will allow you to execute something in a running container without effecting the process that is started by the container when it got instantiated.
—> If you want to execute other things without attaching to the the container . for example if you want to connect to bash instance in container.
you can do all these with docker exec.
15/9/2017
@vvardhanz
vvardhanz / SpringContents.txt
Last active May 2, 2018 14:43
Spring contents (Spring PDf )
page 5 --> Kinds of frameowrks
page 6 --> Reasons for using frameworks in java projects.
page 6 --> Why using spring framewoks -- > benefits.
page 7 --> Modules in spring frame work.
page 8 --> Spring Core module.
page 9 --> Spring Aop
page 11 --> spring mvc
page 11 --> spring J2ee (services)
page 11 --> spring Dataaccess and intigration
@vvardhanz
vvardhanz / frontendDevlopmentBookmarks.md
Created January 3, 2016 01:11 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.