Thursday, May 31, 2018
adding created by comment automatically at class creation time in eclipse
- right click on the project
- Choose Java Code Style in left
- Check enable Project specific settings
- expand comments
- choose files
- edits
- type "created by" or
- choose insert variables
Friday, May 25, 2018
Monday, May 7, 2018
best coding standard
- clean coders by uncle bob martin
- tdd by example
- polyglot programming
Sunday, May 6, 2018
Saturday, May 5, 2018
java interview questions
- jmeter
- jprofiler
- garbage collection
- dealing with outofmemory exception
Friday, May 4, 2018
hiring
- take enough time in hiring the right people but when once you have hired them, give them full power n flexibility .
angular 4 spring boot integration issues
- routing
- cache issue
- guard issue
- whitelabel issue
- can not read property of controls
mongodb installation on windows
- windows key
- cmd
- ctrl+shift+enter for administrator prompt
- msiexec.exe /q /i mongodb-win32-x86_64-2008plus-ssl-3.6.4-signed.msi INSTALLLOCATION="(drive or install location):\MongoDB\Server\3.6.4\" ADDLOCAL="all"
- the above also installs compass
- add the bin folder location to the path variable
- create \data\db data directory in the drive from which you want to start mongodb
- goto the drive where you have installed mongodb and run the mongodb server as follows:
- mongod
- this server window will be open and wait to listen for the client connection
- now run the mongodb client as mongo on the same drive
- cls clears the screen
- ->
- reference:
- https://docs.mongodb.com/manual/mongo/
- https://docs.mongodb.com/manual/introduction/
- https://docs.mongodb.com/tutorials/install-mongodb-on-windows/
- https://www.mkyong.com/mongodb/how-to-install-mongodb-on-windows/
- its set up failed after it took about around 1 hour.
- useful:
angular 4 integration with spring boot
- four build files of angular are placed into static folder of Spring boot project
Thursday, May 3, 2018
angular 4 hello
- install node,js from https://nodejs.org/en/
- follow https://angular.io/guide/quickstart
Wednesday, May 2, 2018
Subscribe to:
Posts (Atom)