http://www.tiobe.com/tiobe-index/
http://githut.info/
http://pypl.github.io/PYPL.html
http://spectrum.ieee.org/static/interactive-the-top-programming-languages-2016
Source:
https://dzone.com/articles/what-are-the-most-popular-programming-languages
Monday, December 26, 2016
Draw Your Future
https://www.youtube.com/watch?v=4vl6wCiUZYc
Patti Dobrowolski
Creative Activator - Up Your Creative Genius
http://pattidobrowolski.com/
Friday, December 23, 2016
Python Monitoring
http://www.netuitive.com/python-monitoring/
http://maximebf.com/blog/2012/12/monitoring-python-web-app/#.WF0yvht95RY
https://newrelic.com/python
https://www.appdynamics.com/python/
http://maximebf.com/blog/2012/12/monitoring-python-web-app/#.WF0yvht95RY
https://newrelic.com/python
https://www.appdynamics.com/python/
poste.io mailserver
https://poste.io/
https://hub.docker.com/r/analogic/poste.io/
https://hub.docker.com/r/analogic/poste.io/
$ docker run \ -p 25:25 \ -p 80:80 \ -p 110:110 \ -p 143:143 \ -p 443:443 \ -p 465:465 \ -p 587:587 \ -p 993:993 \ -p 995:995 \ -v /etc/localtime:/etc/localtime:ro \ -v /your-data-dir/data:/data \ --name "mailserver" \ -t analogic/poste.io
Thursday, December 22, 2016
Monitoring Postgresql
https://www.postgresql.org/docs/current/static/monitoring-stats.html
https://blog.pandorafms.org/how-to-monitor-postgress/
https://wiki.postgresql.org/wiki/Disk_Usage
https://www.enterprisedb.com/monitor-cpu-and-memory-percentage-used-each-process-postgresqlppas-91
https://aaronparecki.com/2015/02/19/8/monitoring-cpu-memory-usage-from-postgres
https://wiki.postgresql.org/wiki/Performance_Analysis_Tools
https://russ.garrett.co.uk/2015/10/02/postgres-monitoring-cheatsheet/
http://opm.io
https://blog.pandorafms.org/how-to-monitor-postgress/
https://wiki.postgresql.org/wiki/Disk_Usage
https://www.enterprisedb.com/monitor-cpu-and-memory-percentage-used-each-process-postgresqlppas-91
https://aaronparecki.com/2015/02/19/8/monitoring-cpu-memory-usage-from-postgres
https://wiki.postgresql.org/wiki/Performance_Analysis_Tools
https://russ.garrett.co.uk/2015/10/02/postgres-monitoring-cheatsheet/
http://opm.io
Sunday, December 18, 2016
UX Tools
http://patternlab.io/
http://fractal.build/
Source: http://www.creativebloq.com/inspiration/the-6-best-new-ux-tools-of-2016?ref=webdesignernews.com
http://www.creativebloq.com/web-design/10-reasons-you-should-be-using-atomic-design-61620771
http://fractal.build/
Source: http://www.creativebloq.com/inspiration/the-6-best-new-ux-tools-of-2016?ref=webdesignernews.com
http://www.creativebloq.com/web-design/10-reasons-you-should-be-using-atomic-design-61620771
Friday, December 16, 2016
Hibernate Tutorials
https://github.com/halyph/hibernate-tutorials
http://docs.jboss.org/hibernate/orm/current/quickstart/html_single/#tutorial-native
http://docs.jboss.org/hibernate/orm/current/quickstart/html_single/#tutorial-native
Wednesday, December 14, 2016
Create background threads in Java
http://stackoverflow.com/questions/12551514/create-threads-in-java-to-run-in-background
Sunday, December 11, 2016
Add domain name to Azure
https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-custom-domain-name
Friday, December 9, 2016
Nginx Error Logging
https://www.nginx.com/resources/admin-guide/logging-and-monitoring/
http://mark-kay.net/2013/12/16/setting-up-a-central-logging-server-with-rsyslog/
https://www.digitalocean.com/community/tutorials/understanding-the-nginx-configuration-file-structure-and-configuration-contexts
https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-16-04
https://www.cyberciti.biz/faq/nginx-linux-restart/
http://mark-kay.net/2013/12/16/setting-up-a-central-logging-server-with-rsyslog/
#!/etc/rsyslog.d/40-nginx.conf | |
$ModLoad imfile | |
$InputFileName /var/log/nginx/error.log | |
$InputFileTag nginx: | |
$InputFileStateFile stat-nginx-error | |
$InputFileSeverity warning | |
$InputFileFacility local7 | |
$InputRunFileMonitor | |
$InputFileName /var/log/nginx/access.log | |
$InputFileTag nginx: | |
$InputFileStateFile stat-nginx-access | |
$InputFileSeverity info | |
$InputFileFacility local7 | |
$InputRunFileMonitor | |
$InputFilePollInterval 10 | |
:syslogtag,isequal,"nginx:" /var/syslog/nginx.log |
https://www.digitalocean.com/community/tutorials/understanding-the-nginx-configuration-file-structure-and-configuration-contexts
https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-16-04
https://www.cyberciti.biz/faq/nginx-linux-restart/
Papertrail for log files
http://help.papertrailapp.com/kb/configuration/advanced-unix-logging-tips/#rsyslog_aggregate_log_files
Thursday, December 8, 2016
GELF logging for Java
https://github.com/t0xa/gelfj
For log4j2
--------------
https://github.com/Graylog2/log4j2-gelf
https://github.com/Graylog2/gelfclient
http://stackoverflow.com/questions/26847569/how-to-get-gelfj-appender-work-in-log4j
https://mvnrepository.com/artifact/org.graylog2
Wednesday, December 7, 2016
Get log files into rsyslog
http://chase-seibert.github.io/blog/2011/01/07/getting-arbitrary-log-files-into-rsyslog.html
Tuesday, December 6, 2016
Openssl version in Ubuntu
http://askubuntu.com/questions/504928/how-to-check-which-openssl-version-is-use-by-apache-on-ubuntu-12-04
apt-cache policy openssl
View Docker Container Volume
docker run --rm --volumes-from pg_test -t -i busybox sh
https://docs.docker.com/engine/examples/postgresql_service/
https://docs.docker.com/engine/examples/postgresql_service/
Log Aggregator: papertrailapp.com
http://help.papertrailapp.com/kb/configuration/configuring-centralized-logging-from-python-apps/
Docker for Java Developers
https://www.youtube.com/watch?v=ZNdc4-yFTeA&feature=youtu.be
https://github.com/oreilly-docker-book
https://examples.javacodegeeks.com/devops/docker/introduction-docker-java-developers/
https://github.com/oreilly-docker-book
https://examples.javacodegeeks.com/devops/docker/introduction-docker-java-developers/
Monday, December 5, 2016
Azure MySQL: network inbound rule for external access
http://stackoverflow.com/questions/35295331/connect-to-mysql-server-inside-docker-container-in-an-microsoft-azure-vm
https://docs.microsoft.com/en-us/azure/store-php-create-mysql-database
https://docs.microsoft.com/en-us/azure/store-php-create-mysql-database
Sunday, December 4, 2016
Friday, December 2, 2016
Change NodeJS version: nvm
https://www.liquidweb.com/kb/how-to-install-nvm-node-version-manager-for-node-js-on-ubuntu-12-04-lts/
https://github.com/creationix/nvm#installation
https://github.com/creationix/nvm#installation
ReactJS stuff
https://www.youtube.com/watch?v=BF58ZJ1ZQxY
https://github.com/ReactTraining/react-router
https://egghead.io/courses/build-your-first-react-js-application
https://github.com/enaqx/awesome-react
http://startreact.com/
http://buildwithreact.com/
http://tutorialzine.com/2015/04/first-webapp-react/
https://github.com/ReactTraining/react-router
https://medium.mybridge.co/22-amazing-open-source-react-projects-cb8230ec719f#.hll3gu6kx
https://necmttn.github.io/Open_Source_React_Apps/
https://github.com/Necmttn/Open_Source_React_Apps
https://medium.com/the-react-native-log/5-open-source-react-native-projects-to-learn-from-fb7e5cfe29f2#.qhljtv8hy
IDE
https://www.decosoftware.com/
atom.io
sublime (https://github.com/babel/babel-sublime)
https://www.quora.com/What-is-the-best-editor-to-write-React-and-React-Native-code
Templates
https://github.com/minskybelieve/sb-admin-seed-react
https://github.com/minskybelieve/react-universal-web-apps
https://github.com/lmammino/judo-heroes
https://github.com/jiwonbest/amazing-react-projects
https://github.com/BinaryMuse/imgsible
https://github.com/andrewngu/sound-redux
https://github.com/keppelen/react-facebook-login
Templates (Commercial)
https://www.strapui.com/themes/ani-reactjs-theme/
Server
https://www.npmjs.com/package/react-server-example
https://www.smashingmagazine.com/2016/03/server-side-rendering-react-node-express/
https://scotch.io/tutorials/react-on-the-server-for-beginners-build-a-universal-react-and-node-app
https://github.com/ReactTraining/react-router
https://egghead.io/courses/build-your-first-react-js-application
https://github.com/enaqx/awesome-react
http://startreact.com/
http://buildwithreact.com/
http://tutorialzine.com/2015/04/first-webapp-react/
https://github.com/ReactTraining/react-router
https://medium.mybridge.co/22-amazing-open-source-react-projects-cb8230ec719f#.hll3gu6kx
https://necmttn.github.io/Open_Source_React_Apps/
https://github.com/Necmttn/Open_Source_React_Apps
https://medium.com/the-react-native-log/5-open-source-react-native-projects-to-learn-from-fb7e5cfe29f2#.qhljtv8hy
IDE
https://www.decosoftware.com/
atom.io
sublime (https://github.com/babel/babel-sublime)
https://www.quora.com/What-is-the-best-editor-to-write-React-and-React-Native-code
Templates
https://github.com/minskybelieve/sb-admin-seed-react
https://github.com/minskybelieve/react-universal-web-apps
https://github.com/lmammino/judo-heroes
https://github.com/jiwonbest/amazing-react-projects
https://github.com/BinaryMuse/imgsible
https://github.com/andrewngu/sound-redux
https://github.com/keppelen/react-facebook-login
Templates (Commercial)
https://www.strapui.com/themes/ani-reactjs-theme/
Server
https://www.npmjs.com/package/react-server-example
https://www.smashingmagazine.com/2016/03/server-side-rendering-react-node-express/
https://scotch.io/tutorials/react-on-the-server-for-beginners-build-a-universal-react-and-node-app
Thursday, December 1, 2016
run npm command gives error "/usr/bin/env: node: No such file or directory
https://github.com/nodejs/node-v0.x-archive/issues/3911
Wednesday, November 30, 2016
Angular JS templates
http://startangular.com/
http://www.responsivemiracle.com/best-html5-angularjs-website-template/
http://www.cssauthor.com/responsive-free-angularjs-admin-themes/
https://github.com/angular/angular-seed
http://www.responsivemiracle.com/best-html5-angularjs-website-template/
http://www.cssauthor.com/responsive-free-angularjs-admin-themes/
https://github.com/angular/angular-seed
Log into rsyslog
http://chase-seibert.github.io/blog/2011/01/07/getting-arbitrary-log-files-into-rsyslog.html
https://blog.logentries.com/2013/12/how-to-configure-rsyslog-with-any-log-file-agents-bad-no-agents-good/
http://help.papertrailapp.com/kb/configuration/configuring-centralized-logging-from-text-log-files-in-unix/#remote_syslog
https://blog.logentries.com/2013/12/how-to-configure-rsyslog-with-any-log-file-agents-bad-no-agents-good/
http://help.papertrailapp.com/kb/configuration/configuring-centralized-logging-from-text-log-files-in-unix/#remote_syslog
Monday, November 28, 2016
Formatting Period
http://joda-time.sourceforge.net/apidocs/org/joda/time/format/PeriodFormatterBuilder.html
https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/org/apache/commons/lang/time/DurationFormatUtils.html
http://www.ocpsoft.org/prettytime/
https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/org/apache/commons/lang/time/DurationFormatUtils.html
http://www.ocpsoft.org/prettytime/
Browser from Docker
https://github.com/sameersbn/docker-browser-box
http://stackoverflow.com/questions/16296753/can-you-run-gui-apps-in-a-docker-container
http://stackoverflow.com/questions/16296753/can-you-run-gui-apps-in-a-docker-container
ECMAScript2015 (ES6)
https://webapplog.com/es6/
https://github.com/lukehoban/es6features
http://es6-features.org/#Constants
https://github.com/lukehoban/es6features
http://es6-features.org/#Constants
Sunday, November 27, 2016
Log analytics
https://papertrailapp.com
https://www.loggly.com/
https://www.graylog.org/
http://www.moonlit-software.com
https://github.com/mcholste/elsa
https://www.elastic.co/products/logstash?elektra=home&storm=banner&iesrc=ctr
https://logentries.com
http://www.rsyslog.com/
https://docs.microsoft.com/en-us/azure/log-analytics/
for ngnix
http://nginx.org/en/docs/http/ngx_http_log_module.html
https://www.loggly.com/
https://www.graylog.org/
http://www.moonlit-software.com
https://github.com/mcholste/elsa
https://www.elastic.co/products/logstash?elektra=home&storm=banner&iesrc=ctr
https://logentries.com
http://www.rsyslog.com/
https://docs.microsoft.com/en-us/azure/log-analytics/
for ngnix
http://nginx.org/en/docs/http/ngx_http_log_module.html
Microsoft Azure Docker
https://mva.microsoft.com/en-US/training-courses/exploring-microservices-in-docker-and-microsoft-azure-11796
Docker Monitoring
https://github.com/google/cadvisor
https://github.com/sematext-agent-docker
https://github.com/logspout
http://sematext.com/docker/
https://www.datadoghq.com/blog/the-docker-monitoring-problem/
https://www.datadoghq.com/blog/how-to-monitor-docker-resource-metrics/
https://www.dynatrace.com/resources/webinars/monitoring-docker-containers-in-production/
https://www.youtube.com/watch?v=B_oWkBjH-Uk&feature=youtu.be&list=PLqt2rd0eew1bmDn54E2_M2uvbhm_WxY_6
https://newrelic.com/docker
http://logz.io/blog/docker-monitoring-dockercon-2016/
https://github.com/sematext-agent-docker
https://github.com/logspout
http://sematext.com/docker/
https://www.datadoghq.com/blog/the-docker-monitoring-problem/
https://www.datadoghq.com/blog/how-to-monitor-docker-resource-metrics/
https://www.dynatrace.com/resources/webinars/monitoring-docker-containers-in-production/
https://www.youtube.com/watch?v=B_oWkBjH-Uk&feature=youtu.be&list=PLqt2rd0eew1bmDn54E2_M2uvbhm_WxY_6
https://newrelic.com/docker
http://logz.io/blog/docker-monitoring-dockercon-2016/
Docker Monitoring
https://github.com/google/cadvisor
http://sematext.com/docker/
https://www.datadoghq.com/blog/the-docker-monitoring-problem/
https://newrelic.com/docker
http://logz.io/blog/docker-monitoring-dockercon-2016/
http://sematext.com/docker/
https://www.datadoghq.com/blog/the-docker-monitoring-problem/
https://newrelic.com/docker
http://logz.io/blog/docker-monitoring-dockercon-2016/
Saturday, November 26, 2016
Nano Text Editor
http://www.howtogeek.com/howto/42980/the-beginners-guide-to-nano-the-linux-command-line-text-editor/
https://help.ubuntu.com/community/Nano
https://help.ubuntu.com/community/Nano
Docker commands and setup
docker images
https://docs.docker.com/engine/reference/commandline/
https://docs.docker.com/engine/tutorials/networkingcontainers/
docker pull nginx
https://hub.docker.com/_/nginx/
docker pull postgres
docker run --name testpg -e POSTGRES_PASSWORD=havefaith -d postgres
https://hub.docker.com/_/postgres/
https://docs.docker.com/engine/reference/commandline/
https://docs.docker.com/engine/tutorials/networkingcontainers/
docker pull nginx
https://hub.docker.com/_/nginx/
docker pull postgres
docker run --name testpg -e POSTGRES_PASSWORD=havefaith -d postgres
https://hub.docker.com/_/postgres/
Friday, November 25, 2016
IT Infrastructure Monitoring
https://www.nagios.org/
https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/toc.html
http://www.zabbix.com/
https://bosun.org/
https://www.icinga.com/
http://www.cacti.net/
http://graphiteapp.org/
Commercial
https://newrelic.com/
https://www.appdynamics.com/
https://www.datadoghq.com/
https://www.blazemeter.com/blog/top-10-monitoring-tools-every-devops-needs
http://blog.takipi.com/7-monitoring-tools-to-prevent-the-next-doomsday/
https://haydenjames.io/20-top-server-monitoring-application-performance-monitoring-apm-solutions/
http://www.infoworld.com/article/2683857/network-monitoring/article.html#slide4
For Azure
https://github.com/MSOpenTech/wamo
https://www.savision.com/resources/scom-solarwinds-nagios-azure-complete-monitoring-2
http://cloudmonix.com/blog/the-ultimate-list-of-top-azure-monitoring-tools/
Wednesday, November 23, 2016
Communication
https://www.fastcocreate.com/3065230/master-class/four-improv-techniques-that-can-help-you-communicate-better
Tuesday, November 22, 2016
Browser: SHA-1 to SHA-2
http://www.infoworld.com/article/3143121/security/moment-of-truth-web-browsers-and-the-sha-1-switch.html
https://cabforum.org/
https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-1.4.1.pdf
https://cabforum.org/
https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-1.4.1.pdf
Labels:
browser,
CA/Browser forum,
certificates,
sha,
web
Thursday, November 17, 2016
Saturday, November 12, 2016
Li-Fi Light Fidelity
http://www.techworld.com/big-data/what-is-li-fi-everything-you-need-know-3632764/
Labels:
li fi,
Light Fidelity,
Visible Light Communications
computers as persuasive technologies
http://captology.stanford.edu/about/what-is-captology.html
https://captology.stanford.edu/
https://captology.stanford.edu/
Sunday, November 6, 2016
Wednesday, November 2, 2016
CMS: Nuxeo
https://github.com/nuxeo/nuxeo
https://doc.nuxeo.com/nxdoc/repository-concepts/
https://doc.nuxeo.com/60/admindoc/configuration-parameters-index-nuxeoconf/
http://nuxeo.github.io/api-playground/
http://nuxeo.github.io/nuxeo-java-client/
https://doc.nuxeo.com/nxdoc/rest-api/
https://doc.nuxeo.com/nxdoc/java-automation-client/
https://doc.nuxeo.com/nxdoc/repository-concepts/
https://doc.nuxeo.com/60/admindoc/configuration-parameters-index-nuxeoconf/
http://nuxeo.github.io/api-playground/
http://nuxeo.github.io/nuxeo-java-client/
https://doc.nuxeo.com/nxdoc/rest-api/
https://doc.nuxeo.com/nxdoc/java-automation-client/
log4j 2
http://mycuteblog.com/log4j2-xml-configuration-example/
http://stackoverflow.com/questions/21206993/very-simple-log4j2-xml-configuration-file-using-console-and-file-appender
http://stackoverflow.com/questions/21206993/very-simple-log4j2-xml-configuration-file-using-console-and-file-appender
Wednesday, October 26, 2016
PDF editing on Mobile
http://www.toughdev.com/content/2015/02/comparison-of-popular-pdf-libraries-on-ios-and-android/
http://androiddeveloperspot.blogspot.sg/2013/05/android-pdf-reader-open-source-code.html
http://howto.wikispaces.umb.edu/PDF+Annotation+with+Android
http://www.radaeepdf.com/
https://www.pdftron.com/pdfnet/mobile/android_pdf_library.html
http://www.qoppa.com/android/pdfsdk/
https://github.com/gearit/RadaeePDF-Cordova
https://github.com/Ink/ThatPDF
http://mupdf.com/
http://androiddeveloperspot.blogspot.sg/2013/05/android-pdf-reader-open-source-code.html
http://howto.wikispaces.umb.edu/PDF+Annotation+with+Android
http://www.radaeepdf.com/
https://www.pdftron.com/pdfnet/mobile/android_pdf_library.html
http://www.qoppa.com/android/pdfsdk/
https://github.com/gearit/RadaeePDF-Cordova
https://github.com/Ink/ThatPDF
http://mupdf.com/
Sunday, October 9, 2016
Wednesday, October 5, 2016
Wednesday, September 14, 2016
Sunday, August 28, 2016
Friday, August 26, 2016
UML Resources
http://creately.com/blog/diagrams/uml-diagram-types-examples/
https://www.youtube.com/playlist?list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc
http://meta-guide.com/videography/100-best-uml-tutorial-videos
http://www.uml.org/
https://www.lucidchart.com/pages/examples/uml_diagram_tool
http://www.newthinktank.com/videos/uml-video-tutorial/
http://agilemodeling.com/essays/useCaseReuse.htm
https://www.youtube.com/playlist?list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc
http://meta-guide.com/videography/100-best-uml-tutorial-videos
http://www.uml.org/
https://www.lucidchart.com/pages/examples/uml_diagram_tool
http://www.newthinktank.com/videos/uml-video-tutorial/
http://agilemodeling.com/essays/useCaseReuse.htm
Wednesday, August 24, 2016
Thursday, August 18, 2016
Saturday, August 13, 2016
User Stories Tools
https://beta.visualstudio.com/tfs-overview-vs/
http://boardthing.com/
http://storiesonboard.com/
https://www.featuremap.co/en
https://trello.com/
https://www.jetbrains.com/youtrack/specials/youtrack/youtrack.html
https://www.chiliproject.org/
https://www.icescrum.com/
http://www.redmine.org/
http://www.agile-tools.net/userstory.asp
http://boardthing.com/
http://storiesonboard.com/
https://www.featuremap.co/en
https://trello.com/
https://www.jetbrains.com/youtrack/specials/youtrack/youtrack.html
https://www.chiliproject.org/
https://www.icescrum.com/
http://www.redmine.org/
http://www.agile-tools.net/userstory.asp
Thursday, August 11, 2016
Quartz Scheudler: Misfire Instruction
http://www.nurkiewicz.com/2012/04/quartz-scheduler-misfire-instructions.html
http://www.quartz-scheduler.org/documentation/quartz-2.x/examples/Example5.html
http://www.quartz-scheduler.org/documentation/quartz-2.x/examples/Example5.html
Wednesday, August 10, 2016
More Datasets
https://public.tableau.com/s/resources
https://vincentarelbundock.github.io/Rdatasets/datasets.html
http://stats.stackexchange.com/questions/7/locating-freely-available-data-samples
https://www.ibm.com/communities/analytics/watson-analytics-blog/guide-to-sample-datasets/
http://archive.ics.uci.edu/ml/
http://archive.ics.uci.edu/ml/datasets/Car+Evaluation
http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones
http://archive.ics.uci.edu/ml/datasets/Internet+Advertisements
https://vincentarelbundock.github.io/Rdatasets/datasets.html
http://stats.stackexchange.com/questions/7/locating-freely-available-data-samples
https://www.ibm.com/communities/analytics/watson-analytics-blog/guide-to-sample-datasets/
http://archive.ics.uci.edu/ml/
http://archive.ics.uci.edu/ml/datasets/Car+Evaluation
http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones
http://archive.ics.uci.edu/ml/datasets/Internet+Advertisements
Thursday, August 4, 2016
New article on R
https://www.datacamp.com/community/blog/7-tips-for-getting-your-colleagues-hooked-on-r#gs.yPmB0EU
Data sets: public
https://www.kaggle.com/datasets
https://github.com/caesar0301/awesome-public-datasets
https://www.quandl.com/
https://github.com/caesar0301/awesome-public-datasets
https://www.quandl.com/
Tools to build mobile app fast
http://www.javaworld.com/article/3104200/application-development/15-low-code-tools-for-building-mobile-apps-fast.html
Friday, July 29, 2016
Wednesday, July 27, 2016
Carousell
https://e27.co/infographic-new-web-platform-bring-carousells-listings-larger-audiences-20151103/
Tuesday, July 26, 2016
Alibaba
http://www.go-globe.com/blog/alibaba-statistics-trends/
http://www.quertime.com/article/24-alibaba-infographics-about-jack-ma-the-chinese-internet-giant/
Tuesday, July 19, 2016
Wednesday, July 13, 2016
Signature for Mobile App
http://keith-wood.name/signature.html
http://www.tricedesigns.com/2011/12/21/capturing-user-signatures-in-mobile-applications/#html5
http://www.unbolt.net/jSignature/
http://stackoverflow.com/questions/20280154/signature-draw-for-phonegap
https://bitbucket.org/codeyellow/cordova-plugin-signature-view
http://www.tricedesigns.com/2011/12/21/capturing-user-signatures-in-mobile-applications/#html5
http://www.unbolt.net/jSignature/
http://stackoverflow.com/questions/20280154/signature-draw-for-phonegap
https://bitbucket.org/codeyellow/cordova-plugin-signature-view
Tuesday, July 12, 2016
HTML5 Combobox
https://github.com/danielfarrell/bootstrap-combobox
https://jqueryui.com/autocomplete/
https://jqueryui.com/resources/demos/autocomplete/combobox.html
http://formvalidation.io/examples/bootstrap-combobox/
http://codepen.io/TheLoulou/pen/sihtJ
https://jqueryui.com/autocomplete/
https://jqueryui.com/resources/demos/autocomplete/combobox.html
http://formvalidation.io/examples/bootstrap-combobox/
http://codepen.io/TheLoulou/pen/sihtJ
Monday, July 11, 2016
JMeter: Passing parameter
https://lintaonz.wordpress.com/2011/02/05/jmeter-passing-data-from-the-http-response-to-another-http-request/
Thursday, July 7, 2016
Tuesday, July 5, 2016
Load Testing of REST API
http://jmeter.apache.org/
http://artoftesting.com/performanceTesting/restAPIJMeter.html
http://www.codeaffine.com/2011/11/28/stressload-testing-of-asynchronous-httprest-services-with-jmeter/
http://artoftesting.com/performanceTesting/restAPIJMeter.html
http://www.codeaffine.com/2011/11/28/stressload-testing-of-asynchronous-httprest-services-with-jmeter/
Monday, July 4, 2016
SSL REST
http://stackoverflow.com/questions/2145431/https-using-jersey-client
Jersey 1
http://coenos.com/blog/?p=232
Jersey 2
https://gist.github.com/JAlexoid/b15dba31e5919586ae51
http://www.panz.in/2015/06/jersey2https.html
Jersey 1
http://coenos.com/blog/?p=232
Jersey 2
https://gist.github.com/JAlexoid/b15dba31e5919586ae51
http://www.panz.in/2015/06/jersey2https.html
Monday, June 27, 2016
Download Containers from iOS
https://developer.apple.com/library/ios/recipes/xcode_help-devices_organizer/articles/manage_containers.html
Best explanation of PKI
https://msdn.microsoft.com/en-us/library/windows/desktop/bb427432(v=vs.85).aspx
Wednesday, June 22, 2016
Tuesday, June 21, 2016
Monday, June 20, 2016
Professional Powerpoint Templates
http://business.tutsplus.com/articles/12-best-powerpoint-presentation-templates-with-great-infographic-slides--cms-25379
Software Development Methodologies
http://noop.nl/2008/07/the-definitive-list-of-software-development-methodologies.html
http://www.itinfo.am/eng/software-development-methodologies/
http://istqbexamcertification.com/what-are-the-software-development-models/
https://melsatar.wordpress.com/2012/03/15/software-development-life-cycle-models-and-methodologies/
https://en.wikibooks.org/wiki/Introduction_to_Software_Engineering/Process/Methodology
http://www.itinfo.am/eng/software-development-methodologies/
http://istqbexamcertification.com/what-are-the-software-development-models/
https://melsatar.wordpress.com/2012/03/15/software-development-life-cycle-models-and-methodologies/
https://en.wikibooks.org/wiki/Introduction_to_Software_Engineering/Process/Methodology
Thursday, June 16, 2016
iOS Barcode Scanning: Cordova Plugin
https://github.com/phonegap/phonegap-plugin-barcodescanner/pull/171
https://github.com/irontec/phonegap-plugin-barcodescanner
https://github.com/irontec/phonegap-plugin-barcodescanner
Wednesday, June 15, 2016
Remote Debugging for iOS on Mac
https://cordova.apache.org/docs/en/latest/guide/next/#ios-debugging
http://moduscreate.com/enable-remote-web-inspector-in-ios-6/
http://moduscreate.com/enable-remote-web-inspector-in-ios-6/
Tuesday, June 7, 2016
Tuesday, May 31, 2016
Clipper: ancient programming language
http://www.thocp.net/software/languages/clipper.htm
http://raumi75.jimdo.com/2010/02/27/from-ca-clipper-to-windows-in-5-minutes/
https://sites.google.com/site/hmgweb/
http://raumi75.jimdo.com/2010/02/27/from-ca-clipper-to-windows-in-5-minutes/
https://sites.google.com/site/hmgweb/
Thursday, May 26, 2016
HTTP Status Code
http://www.restapitutorial.com/httpstatuscodes.html
https://www.w3.org/Protocols/HTTP/HTRESP.html
https://www.w3.org/Protocols/HTTP/HTRESP.html
Wednesday, May 25, 2016
E-Commerce
https://www.userlike.com/en/blog/2014/02/05/the-10-books-every-ecommerce-professional-should-read
https://e27.co/new-to-e-commerce-here-are-10-recommended-books/
https://www.amazon.com/commerce-Essentials-Kenneth-C-Laudon-ebook/dp/B00HZVN1MQ?ie=UTF8&ref_=dp_kinw_strp_1
https://smile.amazon.com/Commerce-2016-Business-Technology-Society-ebook/dp/B01BCKTNTK?ie=UTF8&me=&ref_=mt_kindle
https://e27.co/new-to-e-commerce-here-are-10-recommended-books/
https://www.amazon.com/commerce-Essentials-Kenneth-C-Laudon-ebook/dp/B00HZVN1MQ?ie=UTF8&ref_=dp_kinw_strp_1
https://smile.amazon.com/Commerce-2016-Business-Technology-Society-ebook/dp/B01BCKTNTK?ie=UTF8&me=&ref_=mt_kindle
Sunday, May 22, 2016
Saturday, May 21, 2016
Java Run Verbose Class
-verbose:class
http://stackoverflow.com/questions/32597909/spring-boot-getvirtualservername-with-java-jar-and-tomcat-8-sts-runs-fine
http://stackoverflow.com/questions/32597909/spring-boot-getvirtualservername-with-java-jar-and-tomcat-8-sts-runs-fine
Thursday, May 19, 2016
Wednesday, May 11, 2016
Tuesday, May 3, 2016
Monday, April 25, 2016
Chat Bots
http://www.chayden.net/eliza/Eliza.html
https://sourceforge.net/projects/charliebot/
http://www.alicebot.org/about.html
https://sourceforge.net/projects/charliebot/
http://www.alicebot.org/about.html
Thursday, April 21, 2016
JTable: Row Header
https://tips4java.wordpress.com/2008/11/18/row-number-table/
http://www.chka.de/swing/table/columns.html
http://www.chka.de/swing/table/row-headers/JTable.html
http://blue-walrus.com/2014/12/row-number-column-in-jtable/
http://www.chka.de/swing/table/columns.html
http://www.chka.de/swing/table/row-headers/JTable.html
http://blue-walrus.com/2014/12/row-number-column-in-jtable/
Wednesday, April 6, 2016
Implementation Documentation Technical Resource
http://www.guru99.com/
Information Technology Infrastructure Library (ITIL)
https://www.pluralsight.com/blog/it-ops/free-itil-resources
http://wiki.en.it-processmaps.com/index.php/ITIL_Processes#ITIL_Processes:_Service_Strategy
http://www.itlibrary.org/index.php
http://www.itskeptic.org/
Performance Test Plan
http://searchsoftwarequality.techtarget.com/tip/What-to-include-in-a-performance-test-plan
Requirements Traceability Matrix
https://en.wikipedia.org/wiki/Traceability_matrix
http://www.tutorialspoint.com/software_testing_dictionary/requirements_traceability_matrix.htm
http://www.guru99.com/traceability-matrix.html
SOA Blueprint
http://www.oracle.com/technetwork/articles/soa/ind-soa-1-blueprint-1934607.html
http://www.soablueprint.com/practitioners_guide
System Intgration Testing Plan
https://www.techopedia.com/definition/24590/system-integration-testing-sit
http://searchsoftwarequality.techtarget.com/answer/What-is-system-integration-testing
http://blog.fogcreek.com/9-integration-testing-dos-and-donts/
https://www.linkedin.com/pulse/insight-series-system-integration-test-plan-template-brett-s-brody
Test Readiness Review (TRR)
http://www.softwaretestingstuff.com/2009/04/test-readiness-review-checklist.html
User Acceptance Test
http://www.softwaretestinghelp.com/test-summary-report-template-download-sample/
https://www.techopedia.com/definition/3887/user-acceptance-testing-uat
Tuesday, April 5, 2016
REST API for multipart/form-data
https://jersey.java.net/documentation/latest/media.html#multipart
http://stackoverflow.com/questions/4083702/posting-a-file-and-data-to-restful-webservice-as-json
http://stackoverflow.com/questions/4083702/posting-a-file-and-data-to-restful-webservice-as-json
Friday, April 1, 2016
Designing Tables
http://uxmovement.com/content/9-design-techniques-for-user-friendly-tables/
http://www.uxmatters.com/mt/archives/2009/09/designing-tables-101.php
http://www.uxmatters.com/mt/archives/2006/08/refining-data-tables.php
http://www.jankoatwarpspeed.com/ultimate-guide-to-table-ui-patterns/
http://ux.mailchimp.com/patterns/tables
http://www.noupe.com/design/better-ui-design-proper-use-of-tables.html
http://www.uxmatters.com/mt/archives/2009/09/designing-tables-101.php
http://www.uxmatters.com/mt/archives/2006/08/refining-data-tables.php
http://www.jankoatwarpspeed.com/ultimate-guide-to-table-ui-patterns/
http://ux.mailchimp.com/patterns/tables
http://www.noupe.com/design/better-ui-design-proper-use-of-tables.html
Java Pivot Table Lib
http://www.pivot4j.org/
http://www.olap4j.org/
https://github.com/jbaliuka/x4j-analytic
http://jmagallanes.sourceforge.net/en/
Commercial
https://www.zkoss.org/product/zkpivottable
http://www.olap4j.org/
https://github.com/jbaliuka/x4j-analytic
http://jmagallanes.sourceforge.net/en/
Commercial
https://www.zkoss.org/product/zkpivottable
Using Excel Pivot Table Correctly
https://exceljet.net/things-to-know-about-excel-pivot-tables
https://exceljet.net/blog/can-pivot-tables-save-your-job
http://www.excel-easy.com/data-analysis/pivot-tables.html
https://exceljet.net/tips/what-is-a-pivot-table
Apache POI
http://thinktibits.blogspot.sg/2014/08/Create-Pivot-Table-Java-Apache-POI-Example.html
https://exceljet.net/blog/can-pivot-tables-save-your-job
http://www.excel-easy.com/data-analysis/pivot-tables.html
https://exceljet.net/tips/what-is-a-pivot-table
Apache POI
http://thinktibits.blogspot.sg/2014/08/Create-Pivot-Table-Java-Apache-POI-Example.html
Sunday, March 27, 2016
Monday, March 21, 2016
Electronic Data Capture (EDC)
http://project-redcap.org/
http://www.tracerplus.com/
http://www.harvestmaster.com/HarvestMaster/products/Mirus-Harvest-Software
http://forteresearch.com/electronic-data-capture-overture-edc/
https://castoredc.com/for-medical-researchers/
http://www.tracerplus.com/
http://www.harvestmaster.com/HarvestMaster/products/Mirus-Harvest-Software
http://forteresearch.com/electronic-data-capture-overture-edc/
https://castoredc.com/for-medical-researchers/
Securing Email
http://thenextweb.com/dd/2016/03/20/microsoft-google-comcast-linkedin-just-joined-forces-work-secure-email/
https://tools.ietf.org/html/draft-margolis-smtp-sts-00#section-1.1
https://tools.ietf.org/html/draft-margolis-smtp-sts-00#section-1.1
Install App on iOS
http://techapple.net/2015/01/4-waysmethods-install-ipa-file-app-iphone-ipad-ipod-online-offline-methods/
Mission Statements
http://www.alessiobresciani.com/foresight-strategy/51-mission-statement-examples-from-the-worlds-best-companies/
Sunday, March 13, 2016
iOS Guided Access
http://www.groovypost.com/howto/lock-down-ipad-iphone-one-app-only/
http://learninginhand.com/blog/limit-an-ios-device-to-running-a-single-app.html
https://support.apple.com/en-sg/HT202612
http://www.imore.com/how-restrict-access-specific-app-guided-access-iphone-and-ipad
http://9to5mac.com/2013/09/08/how-to-use-ioss-guided-access-feature/
http://learninginhand.com/blog/limit-an-ios-device-to-running-a-single-app.html
https://support.apple.com/en-sg/HT202612
http://www.imore.com/how-restrict-access-specific-app-guided-access-iphone-and-ipad
http://9to5mac.com/2013/09/08/how-to-use-ioss-guided-access-feature/
HTML5 Spreadsheet
http://jspreadsheets.com/
https://www.quora.com/What-is-the-best-open-source-JavaScript-spreadsheet-implementation
https://github.com/mleibman/SlickGrid
http://dhtmlx.com/docs/products/dhtmlxSpreadsheet/
http://www.aspose.com/blogs/aspose-products/aspose-cells-product-family/archive/2014/09/15/html5-spreadsheet-editor-by-aspose-for-java.html
https://github.com/AsposeShowcase/Html5_Spreadsheet_Editor_by_Aspose.Cells_for_Java
http://blogupstairs.com/8514/zk-spreadsheet-opensource-web-based-ajax-online-spreadsheet
https://handsontable.com/
Custom Keyboard using HTML5
http://code.tutsplus.com/tutorials/creating-a-keyboard-with-css-and-jquery--net-5774
http://www.sitepoint.com/jquery-on-screen-keyboard/
http://mottie.github.io/Keyboard/
https://github.com/chriscook/on-screen-keyboard
Ref
http://stackoverflow.com/questions/8762431/js-based-on-screen-keyboard-for-browser-like-on-cellphones-and-tablets
http://jsfiddle.net/Mottie/MK947/1837/
Windows CE
https://msdn.microsoft.com/en-us/library/ms905511.aspx
https://msdn.microsoft.com/en-us/library/ms861467.aspx
https://msdn.microsoft.com/en-us/library/ms859574.aspx
https://msdn.microsoft.com/en-us/library/ms861467.aspx
https://msdn.microsoft.com/en-us/library/ms859574.aspx
Custom Keyboard for iOS
If using HTML5, general approach is to use "pattern" attribute to trigger the appropriate keyboard to appear
http://stackoverflow.com/questions/22867473/how-to-display-a-custom-keyboard
http://bradfrost.com/blog/mobile/better-numerical-inputs-for-mobile-forms/
http://www.html5rocks.com/en/tutorials/forms/html5forms/
https://about.zoosk.com/en/engineering-blog/mobile-web-design-use-html5-to-trigger-the-appropriate-keyboard-for-form-inputs/
http://danielfriesen.name/blog/2013/09/19/input-type-number-and-ios-numeric-keypad/
http://www.wufoo.com/html5/attributes/10-pattern.html
http://blog.teamtreehouse.com/using-html5-input-types-to-enhance-the-mobile-browsing-experience
http://www.bayshoresolutions.com/ideas/blog/improve-your-mobile-web-user-experience-ux-with-html5-input-types/
Developing a custom keyboard
iOS
https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/Keyboard.html
http://code.tutsplus.com/tutorials/ios-8-creating-a-custom-keyboard-in-swift--cms-22344
http://www.appcoda.com/custom-keyboard-tutorial/
http://stackoverflow.com/questions/22867473/how-to-display-a-custom-keyboard
http://bradfrost.com/blog/mobile/better-numerical-inputs-for-mobile-forms/
http://www.html5rocks.com/en/tutorials/forms/html5forms/
https://about.zoosk.com/en/engineering-blog/mobile-web-design-use-html5-to-trigger-the-appropriate-keyboard-for-form-inputs/
http://danielfriesen.name/blog/2013/09/19/input-type-number-and-ios-numeric-keypad/
http://www.wufoo.com/html5/attributes/10-pattern.html
http://blog.teamtreehouse.com/using-html5-input-types-to-enhance-the-mobile-browsing-experience
http://www.bayshoresolutions.com/ideas/blog/improve-your-mobile-web-user-experience-ux-with-html5-input-types/
Developing a custom keyboard
iOS
https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/Keyboard.html
http://code.tutsplus.com/tutorials/ios-8-creating-a-custom-keyboard-in-swift--cms-22344
http://www.appcoda.com/custom-keyboard-tutorial/
JVM on Windows CE
JVM
http://www.cremejvm.com/
https://www.ibm.com/support/knowledgecenter/SSYKE2_7.0.0/com.ibm.java.win.70.doc/user/java_jvm.html
https://docs.oracle.com/cd/B14156_01/doc/B13811/html/jdgjswce.htm
http://www2s.biglobe.ne.jp/~dat/java/project/jvm/index_en.html
http://javarevisited.blogspot.sg/2013/01/difference-between-sun-oracle-jvm-ibm.html
https://wiki.eclipse.org/J9
UI
https://lwuit.java.net/
Wednesday, March 9, 2016
Professional Images for WebSites
http://www.shutterstock.com/
http://www.istockphoto.com/
http://www.gettyimages.com/
http://www.imcreator.com/free
https://500px.com/popular
https://www.flickr.com/creativecommons/
http://www.freepik.com/
https://unsplash.com
http://picography.co/
http://www.freeimages.com/
https://pixabay.com/
http://www.freedigitalphotos.net/
http://depositphotos.com/
https://www.pexels.com
http://www.gratisography.com/
http://www.entrepreneur.com/article/238646
http://www.istockphoto.com/
http://www.gettyimages.com/
http://www.imcreator.com/free
https://500px.com/popular
https://www.flickr.com/creativecommons/
http://www.freepik.com/
https://unsplash.com
http://picography.co/
http://www.freeimages.com/
https://pixabay.com/
http://www.freedigitalphotos.net/
http://depositphotos.com/
https://www.pexels.com
http://www.gratisography.com/
http://www.entrepreneur.com/article/238646
Tuesday, March 1, 2016
Monday, February 15, 2016
Happiness Study
http://blog.mindvalleyacademy.com/people-skills-and-social-life/harvard-happiness-study
Wednesday, February 3, 2016
Tuesday, February 2, 2016
Psychology in IT
Going to post more references on psychology, especially positive psychology
IT needs to introduce "psychology" into itself to evolve
IT needs to introduce "psychology" into itself to evolve
Gratitude guide
http://greatergood.berkeley.edu/article/item/tips_for_keeping_a_gratitude_journal
http://greatergood.berkeley.edu/author/Robert_Emmons/
http://tinybuddha.com/blog/turn-pain-to-joy-11-tips-for-a-powerful-gratitude-journal/
http://greatergood.berkeley.edu/author/Robert_Emmons/
http://tinybuddha.com/blog/turn-pain-to-joy-11-tips-for-a-powerful-gratitude-journal/
Friday, January 29, 2016
BPM Leaders
http://www.appian.com/bpm-software/
http://www.pega.com/
http://www-03.ibm.com/software/products/en/business-process-manager-family
http://www.pega.com/
http://www-03.ibm.com/software/products/en/business-process-manager-family
Problems of BPM
http://blogs.forrester.com/connie_moore/11-02-08-tackle_the_most_common_bpm_challenges
https://espace.library.uq.edu.au/view/UQ:12295/BPM_issues_expert_study_report.pdf
http://www.ebizq.net/blogs/ebizq_forum/2011/05/what-are-some-of-the-biggest-process-problems-with-bpm.php
https://www.quora.com/What-problem-does-BPM-business-process-management-solve
http://www.cmswire.com/cms/information-management/information-management-5-business-process-issues-that-enterprises-need-to-fix-011537.php
http://bpm.com/bpm-today/in-the-forum/what-are-the-biggest-challenges-bpm-will-face-in-2015
http://futureofcio.blogspot.sg/2013/03/top-ten-biggest-challenges-to-bpm.html
https://adamdeane.wordpress.com/2010/03/15/bpm-projects-top-problems-risks/
http://bpm.com/bpm-today/in-the-forum/what-are-the-biggest-challenges-facing-smaller-companies-looking-to-adopt-bpm
https://espace.library.uq.edu.au/view/UQ:12295/BPM_issues_expert_study_report.pdf
http://www.ebizq.net/blogs/ebizq_forum/2011/05/what-are-some-of-the-biggest-process-problems-with-bpm.php
https://www.quora.com/What-problem-does-BPM-business-process-management-solve
http://www.cmswire.com/cms/information-management/information-management-5-business-process-issues-that-enterprises-need-to-fix-011537.php
http://bpm.com/bpm-today/in-the-forum/what-are-the-biggest-challenges-bpm-will-face-in-2015
http://futureofcio.blogspot.sg/2013/03/top-ten-biggest-challenges-to-bpm.html
https://adamdeane.wordpress.com/2010/03/15/bpm-projects-top-problems-risks/
http://bpm.com/bpm-today/in-the-forum/what-are-the-biggest-challenges-facing-smaller-companies-looking-to-adopt-bpm
Thursday, January 28, 2016
Machine Learnig Videos
http://www.analyticsvidhya.com/blog/2015/07/top-youtube-videos-machine-learning-neural-network-deep-learning
AI Myth
http://arstechnica.com/information-technology/2015/12/demystifying-artificial-intelligence-no-the-singularity-is-not-just-around-the-corner
Wednesday, January 27, 2016
Mobile App Development tools
http://www.appmakr.com/
http://www.appschopper.com/
http://www.mippin.com/appfactory/
https://gamesalad.com/
https://appery.io/
http://www.como.com/
http://www.appsme.com/
https://www.biznessapps.com/
http://mobileroadie.com/
Source
http://www.rswebsols.com/tutorials/software-tutorials/10-best-tools-mobile-app-development
Thursday, January 21, 2016
Deep Machine Learning Libraries and Frameworks
https://medium.com/@abduljaleel/deep-machine-learning-libraries-and-frameworks-5fdf2bb6bfbe#.nm25chkyt
https://re-work.co/events/deep-learning-sanfran-2016
https://medium.com/@abduljaleel/has-recommended
https://re-work.co/events/deep-learning-sanfran-2016
https://medium.com/@abduljaleel/has-recommended
Labels:
AI,
deep machine learning,
framework,
machine learning
Monday, January 18, 2016
Wednesday, January 13, 2016
Mobile workflow
http://www.workflowmax.com/integrated-project-management/mobile-job-management
https://www.proworkflow.com
https://www1.good.com/about/press-releases/good-technology-launches-industrys-first-and-only-mobile-workflow-builder.html
http://www.nintex.com/workflow-platform/nintex-mobile
http://www.mymobileworkers.com/workflow-management-software/
http://www.k2.com/mobile
http://www.goodworkflows.com/
https://www.proworkflow.com
https://www1.good.com/about/press-releases/good-technology-launches-industrys-first-and-only-mobile-workflow-builder.html
http://www.nintex.com/workflow-platform/nintex-mobile
http://www.mymobileworkers.com/workflow-management-software/
http://www.k2.com/mobile
http://www.goodworkflows.com/
Subscribe to:
Posts (Atom)