Here are some JavaScript tricks that can be handy:
1. Destructuring Assignment:
1 | const person = { name: 'John', age: 30 }; |
Bash Command Line Tips to Help You Work Faster
Refer to: https://www.freecodecamp.org/news/bash-command-line-tips-to-help-you-work-faster
Some useful linux commands for GPU server and docker deployment
Kubenetes notes from learning course: https://www.youtube.com/watch?v=X48VuDVv0do&t=2886s
Thanks TechWorld with Nana
In this story, I will summarize 3 different ways in python to archive asynchronous programming.
As a developer, you need to take care of your health.
Something like Backache
, Shoulder pain
will catch you if you don’t take care of youself properly.
VS CODE CONFIG JSON FILE
To enable mysql access from remote machine, need to update some recods here:
Kubenetes Basic Commands and Functions
Tensorflow object detection tutorial
Ubuntu18.04 / Python3.6.7
https://github.com/tensorflow/models/tree/master/research/object_detection
Docker ralated kill/create/tag commands
Continue updating …
Useful commands
Offline install python packages sometimes is very useful, especially when you go down for on-site work and there are no internet environments.
Some time we need to analysis tomcat’s log by date, ram, cpu and so on. pandas is a very useful and powerful data scientist tool.
1 | SELECT table_schema "DB Name", ROUND(SUM(data_length + index_length) / 1024 / 1024, 1) "DB Size in MB" FROM information_schema.tables GROUP BY table_schema; |
When you need to test perfermance of big size data.
How to insert 100000000 test data in a fast way.
Today, we use a web perfermance tool to test our web site.
We use locust.