- Starting Business with Agriculture (Marketing, Sales and Regulatory Complaince)
- Help Businness understand how to enter in Agricltue market, demand to supply chain
- Things tto remember, with regulatory complaince
- How loans and subsidies work
- Digitization and Publishing Treditional Art
- Helps to understand digitization need and process
- Helps to create digiization of Landscapes, Historical monumnet, paintings, scultures
- helps to achival of ancient text, designs in cloths, tools and buildings
adoption implemention redundant highly available language-agnostic application programming interface (API) track services consuming healthy analytics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl expose deployment test --port=80 | |
113 kubectl get service | |
114 kubectl describe service test | |
115 kubectl get pods -o wide | |
116 kubectl edit deployments | |
117 kubectl get pods -o wide | |
118 kubectl describe service test | |
119 kubectl get pods -o wide | |
120 kubectl describe service test | |
121 kubectl get pods -o wide |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 | |
echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list | |
sudo apt-get update | |
sudo apt-get install -y mongodb-org | |
sudo systemctl start mongod | |
sudo systemctl status mongodb | |
sudo systemctl enable mongodb | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To ensure system integrity, the software architect needs to be part of the project team. He must make sure that he enables the right people to collaborate on the system architecture. Being part of the team does not mean not taking responsibility. It is great to give ownership to members of the team, but in the end, the architect needs to stay accountable. When collaborating, an architect should not enforce all technical decisions. Part of working as a team, is accepting to be challenged and embracing this challenge. When team members have spirited discussions, it shows they are passionate enough about their craft to care. Disagreeing and discussing alternatives is a great way to come to a better solution and to learn from each other. Being part of the team, as an architect, will lead to a system with a consistent vision, where the implementation matches the architectural description. This also implies that an architect should be involved in the codebase of the system: writing code, performing code-reviews, do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!SESSION 2016-02-16 23:09:15.717 ----------------------------------------------- | |
eclipse.buildId=3.7.2.201511261048-RELEASE-e45 | |
java.version=1.8.0_66 | |
java.vendor=Oracle Corporation | |
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US | |
Framework arguments: -product org.springsource.sts.ide -keyring /Users/abhishek/.eclipse_keyring -showlocation | |
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.springsource.sts.ide -keyring /Users/abhishek/.eclipse_keyring -showlocation | |
This is a continuation of log file /Users/abhishek/work/java/sts-mars-workspace/.metadata/.bak_0.log | |
Created Time: 2016-02-16 23:12:35.018 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This assumes that your bower_components folder is /assets. I renamed it in .bower.json for sanities sake. | |
I use baseUrl = '/js' as this is where all my custom javascript is and requirejs can't navigate | |
bower's folder structure anyway. | |
*/ | |
requirejs.config({ | |
paths: { |
NewerOlder