Sunday, December 30, 2018
iOS : RXSwift
https://www.lynda.com/Swift-tutorials/Observables/645029/709224-4.html
The sooner that you get values into the observable stream, the sooner the upper layers can manage subscriptions as opposed to providing closures and delegates. This simplifies your code keeping your classes free from protocols, delegates, and closures while containing subscriptions. Your layers know less about how something is implemented, i.e. protocols and delegates, and they're instead reacting to the state. This will simplify the logic in your classes and keep them focused more on setting your internal state and not triggering actions on something that they don't need to know about.
Saturday, December 15, 2018
Sunday, December 2, 2018
Elastic Search
https://aws.amazon.com/blogs/database/get-started-with-amazon-elasticsearch-service-how-many-shards-do-i-need/
Number of Shards = Index Size / 30GB
3 Data Nodes
2 Index
3 Shards per index
1 Replica per Shard
0. Best practices of Elasticsearch: Amazon Elasticsearch Service: https://www.youtube.com/watch?v=WuonfW-zQJ8 1. Get started with Amazon Elasticsearch Service: T-shirt-size your domain: https://aws.amazon.com/blogs/database/get-started-with-amazon-elasticsearch-service-t-shirt-size-your-domain/ 3. Improve the Operational Efficiency of Amazon Elasticsearch Service Domains with Automated Alarms Using Amazon CloudWatch https://aws.amazon.com/blogs/big-data/improve-the-operational-efficiency-of-amazon-elasticsearch-service-domains-with-automated-alarms-using-amazon-cloudwatch/ 4. Viewing Amazon Elasticsearch Service Error Logs: https://aws.amazon.com/jp/blogs/big-data/viewing-amazon-elasticsearch-service-error-logs/ 5. Viewing Amazon Elasticsearch Service Slow Logs https://aws.amazon.com/blogs/database/viewing-amazon-elasticsearch-service-slow-logs/
Sunday, November 25, 2018
Saturday, November 24, 2018
Sunday, October 14, 2018
Saturday, October 13, 2018
Monday, September 24, 2018
Sunday, September 23, 2018
Saturday, September 15, 2018
Multi-OS-Engine
https://multi-os-engine.org/
https://www.xda-developers.com/intels-multi-os-engine-lets-you-make-android-or-ios-apps-using-java/
https://snow.dog/blog/moe-tutorial-1-create-simple-list-on-ios-and-android-apps-using-multi-os-engine
https://github.com/multi-os-engine/multi-os-engine
i18N
https://medium.com/@_PierreMary/approache-to-mongodb-internationalisation-i18n-with-meteor-584933ae71dc
https://www.elastic.co/guide/en/elasticsearch/guide/current/one-lang-docs.html
http://www.geonames.org/countries/
https://www.npmjs.com/package/mongoose-i18n-localize
http://learnmongodbthehardway.com/schema/schemadesign/
http://learnmongodbthehardway.com/schema/multilanguage/
Sunday, September 9, 2018
Sunday, July 8, 2018
Saturday, July 7, 2018
Machine Learning - Part 1
https://www.kaggle.com/datasets
https://medium.com/@humansforai/recommendation-engines-e431b6b6b446
https://medium.freecodecamp.org/i-ranked-all-the-best-data-science-intro-courses-based-on-thousands-of-data-points-db5dc7e3eb8e
https://www.udemy.com/datascience/?siteID=SAyYsTvLiGQ-ENt.wK4eEmUXeS.DOW1YFw&LSNPUBID=SAyYsTvLiGQ
http://www.datacommunitydc.org/blog/2013/05/recommendation-engines-why-you-shouldnt-build-one
Saturday, June 30, 2018
Saturday, June 23, 2018
Entity Framework Core 2
docker run -d -p 1433:1433 -e sa_password= -e ACCEPT_EULA=Y microsoft/mssql-server-windows-developer
Subscribe to:
Posts (Atom)