https://hbr.org/2017/12/when-to-decentralize-decision-making-and-when-not-to
My online tech scrapbook where I keep my notes in case I need to look them up later
Wednesday, October 28, 2020
Monday, September 14, 2020
https://www.inc.com/katie-burke/3-management-skills-most-leaders-lack-and-how-to-develop-them.html
- Building Self-Awareness
- Navigating Complexity
- Leading with Empathy
Tuesday, July 21, 2020
Code Sharing Between React Web and React Native
Saving for future reference: https://medium.com/react-native-training/sharing-code-between-react-web-and-react-native-applications-7f451af26378
Tuesday, May 26, 2020
MongoDB vs PostgreSQL for Unstructured Data
An article from the folks at Shippable
http://blog.shippable.com/why-we-moved-from-nosql-mongodb-to-postgressql
http://blog.shippable.com/why-we-moved-from-nosql-mongodb-to-postgressql
Thursday, May 14, 2020
Friday, March 6, 2020
Talent Shortage and Tech Salaries in the US
According to a report by Forrester
https://hackernoon.com/2018s-software-engineering-talent-shortage-its-quality-not-just-quantity-6bdfa366b899
https://hackernoon.com/2018s-software-engineering-talent-shortage-its-quality-not-just-quantity-6bdfa366b899
Saturday, October 12, 2019
Monday, July 22, 2019
Market Share Comparison for Frontend JS Frameworks
Tuesday, May 14, 2019
Monday, March 11, 2019
Unicode References Especially Relating to Control Characters
- https://en.wikipedia.org/wiki/Unicode_control_characters
- https://unicodebook.readthedocs.io/good_practices.html
- https://en.wikipedia.org/wiki/Plane_(Unicode)
- https://www.soscisurvey.de/tools/view-chars.php
- https://japanese.stackexchange.com/questions/6872/are-the-4-byte-utf-8-kanji-rare-enough-that-i-can-ignore-them
Tuesday, January 15, 2019
VueJS Supported Web Browsers
VueJS supports all ECMA5 compliant browsers.
Use the following link to find out which these browsers are
https://caniuse.com/#feat=es5
Source: https://vuejs.org/v2/guide/installation.html
Use the following link to find out which these browsers are
https://caniuse.com/#feat=es5
Source: https://vuejs.org/v2/guide/installation.html
Thursday, November 29, 2018
Articles About Building REST API Servers in Golang
- 7 Frameworks To Build A REST API In Go
- Building a RESTful API with Golang: Gorilla mux example
- How I structure production grade REST API’s in Golang: Chi example
- Building RESTful web API service using Golang, chi, and MySQL: Another Chi example
Monday, November 26, 2018
Vue Date Pickers
Blog article listing date pickers for Vue: https://madewithvuejs.com/blog/best-vue-js-datepickers
Wednesday, August 8, 2018
When to Hire a CTO
Excellent Article: https://www.techinasia.com/right-time-to-hire-cto
Friday, August 3, 2018
Monday, July 30, 2018
Saturday, May 12, 2018
Wednesday, February 21, 2018
SKLearn Metrics Precision, Recall, F-Score and Support
Precision:
Support: Number of occurrence in each category
Reference: http://scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html
- If it's 1 it means all positives are correct
- It may be that many other positives for this class are wrongly labelled as negative (and categorised in other classes), but that's not measured in this metric
- The lower it is, it means more entries from other categories are being mis-classified here
- If it's 1 it means it managed to find all the positive samples
- It may be that it wrongly classified other samples for other categories here, but that's not measured in this metric
- The lower it is, it means more entries from this category are being mis-classified into other categories
Support: Number of occurrence in each category
Reference: http://scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html
Thursday, October 12, 2017
Article About Business Rules Versus Machine Learning
We usually program logic using business rules. However, there are cases where business rules are not clear cut and need continuous iterations to get right. This can be costly and difficult. In these cases, the machine learning approach might help.
Article: https://www.linkedin.com/pulse/data-science-machine-learning-vs-rules-based-karthik-guruswamy/
Article: https://www.linkedin.com/pulse/data-science-machine-learning-vs-rules-based-karthik-guruswamy/
Subscribe to:
Posts (Atom)