Last active
March 26, 2018 04:58
-
-
Save suryakencana007/91d3ffd30112e02c5914b7ec3e290c5a to your computer and use it in GitHub Desktop.
PINNED
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
https://flightaware.com/live/airport/WIII | |
// Password Hide | |
https://codepen.io/jjmartucci/pen/mVjzZP | |
// git flow | |
https://blogs.endjin.com/2013/04/a-step-by-step-guide-to-using-gitflow-with-teamcity-part-3-gitflow-commands/ | |
// !! Penting Check rst format file readme sebelum upload pypi | |
pip install docutils Pygments | |
python setup.py check --restructuredtext --strict | |
.. |license| image:: https://img.shields.io/pypi/l/baka.svg | |
:alt: License | |
:target: https://pypi.python.org/pypi/baka/0.4.1 | |
.. |pypi| image:: https://img.shields.io/pypi/v/baka.svg | |
:alt: Pypi package manager | |
:target: | |
.. |python| image:: https://img.shields.io/pypi/pyversions/baka.svg | |
:alt: Python version | |
:target: https://pypi.python.org/pypi/baka/0.4.1 | |
// End FE | |
https://css-tricks.com/front-end-tools-favorite-finds-2017/ | |
https://codesandbox.io/s/vvj9x443v7 //pure component react | |
// H/T-OTP (One Time Password) | |
https://github.com/d-band/botp | |
https://github.com/pyotp/pyotp | |
// React Visual Chart | |
https://viserjs.github.io/ | |
// ASGI (Async Server Gateway Interface) | |
https://github.com/encode/uvicorn | |
http://ivory.idyll.org/articles/wsgi-intro/what-is-wsgi.html | |
http://www.uvicorn.org/ | |
https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/Python/uvicorn | |
// Mysql driver for python | |
https://wiki.openstack.org/wiki/PyMySQL_evaluation | |
https://github.com/PyMySQL/PyMySQL | |
https://auth0.com/blog/sqlalchemy-orm-tutorial-for-python-developers/ | |
// Nginx | |
https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-16-04 | |
https://www.digitalocean.com/community/tutorials/how-to-set-up-let-s-encrypt-with-nginx-server-blocks-on-ubuntu-16-04 | |
// Async and Database | |
http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/ | |
https://github.com/jonathanslenders/asyncio-redis | |
// Cython | |
http://cython.org/ | |
https://code.tutsplus.com/tutorials/speeding-python-with-cython--cms-29557 | |
// TDD | |
// Python BDD | |
https://pypi.python.org/pypi/behave | |
// React Native | |
https://chase-seibert.github.io/blog/2017/01/06/appium-react-native-quickstart.html | |
https://codepen.io/arturheinze/pen/ZGvOMw | |
https://docs.pytest.org/en/latest/example/index.html | |
https://github.com/facebook/jest/tree/master/examples/react | |
https://auth0.com/blog/testing-react-applications-with-jest/ | |
https://hackernoon.com/api-testing-with-jest-d1ab74005c0a | |
https://hub.docker.com/r/swaggerapi/swagger-editor/ | |
https://locust.io/ | |
https://mechanize.readthedocs.io | |
https://github.com/jinty/pyramid_prometheus | |
//DevOps | |
https://medium.com/google-cloud/deploying-django-postgres-and-redis-containers-to-kubernetes-part-2-b287f7970a33 | |
https://severalnines.com/blog?series=745 | |
https://kubernetes.io/docs/tasks/tools/install-kubectl/ | |
https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/ | |
https://github.com/kubernetes/minikube | |
https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperkit-driver | |
https://kubernetes.io/docs/tutorials/stateless-application/hello-minikube | |
// CLI Docker & Kubernetes | |
docker-machine create -d virtualbox kube8 | |
eval $(docker-machine env kube8) # for join env | |
eval $(docker-machine env kube8 -u) # for exit env | |
docker info | |
// install minikube | |
brew cask install minikube | |
minikube start # default --vm-driver virtualbox | |
// Kubernetes with docker environment | |
eval $(minikube docker-env) # for join env | |
eval $(minikube docker-env -u) # for exit env | |
// Dashboard minikube | |
minikube dashboard # it will open in browser | |
http://blog.hypriot.com/post/the-pine-a64-is-about-to-become=the-cheapest-ARM-64-bit-platform-to-run-Docker/ | |
https://hackernoon.com/import-export-default-require-commandjs-javascript-nodejs-es6-vs-cheatsheet-different-tutorial-example-5a321738b50f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment