Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
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. |
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 |
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 |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.