Skip to content
Johnson Fu edited this page May 21, 2023 · 157 revisions

Application Development

Tools & Environments Checklist

name description
code sand box editor (angular, react, vue...) https://codesandbox.io/s/new
jsfiddle https://jsfiddle.net/foosi/9p57orLy/5/
node php cli https://repl.it/languages/php_cli
bash shell alias alias p="cd /home/users/projects"
python env virtualenv, pipenv, conda
netstat sudo netstat -tulnp / ss -ta
iptable iptables -L -v -n
check stroage du -h . | sort -n -r | head -n 10
zip unzip -l archive.zip and zip -r archive.zip foflder-to-be-zip
check memory for all processes display %MEM in first column, PID in second and Command in third ps -eo pmem,pid,cmd | sort -k 1 -nr
hosts table C:\WINDOWS\system32\drivers\etc\hosts
dig dig aaaa www.google.com @8.8.8.8 +trace +short, dig -x 8.8.8.8 +short
git sync fork git remote -v
git remote add upstream url
git fetch upstream; git merge upstream/master; git push origin master
chocolatey - windows package manager https://chocolatey.org/packages/ChocolateyGUI
cmder https://cmder.net , https://blog.miniasp.com/post/2015/09/27/Useful-tool-Cmder/
mobaxterm https://mobaxterm.mobatek.net/
JsonPlaceHolder fake online api for testing, https://jsonplaceholder.typicode.com/
SWAPI - The Star Wars API https://swapi.co/
CSS div p (select all p inside div)
div > p (select all p where parent is div)
div + p (select all p where previous adjacent node is div)
body *+* (select all the nodes within body and after the first child node in the body)
Powershell sudo snap install powershell --classic
sudo apt install dotnet-sdk-5.0
Get-Service | findstr Stopped
Get-Command
Get-ChildItem
Microk8s snap install microk8s --classic --channel=1.24/stable

Obtained Certification

Completed Courses

Frontend Technology Stack

Backend Technology Stack

Database & Servers

DevOps

Big Data EcoSystem

Others

System Infrastructure

Containers as a service (CaaS)

Virtualization

Games Development

Operation System

...

Install Zsh in Linux or MacOS

https://medium.com/statementdog-engineering/prettify-your-zsh-command-line-prompt-3ca2acc967f

Local System, Local Service and Network Service

https://blog.darkthread.net/blog/local-system-local-service-network-service/

Insurance Application

Artificial Intelligence & Machine Learning

Data Science and Big Data

Resources

mainland resources

http://lxw1234.com/

big data learning path

http://lxw1234.com/archives/2016/11/779.htm

Investment

External Links

Resources

資訊人筆記

https://wiki.kshuang.xyz/doku.php/start

Master Card Integration

https://ap-gateway.mastercard.com/api/documentation/integrationGuidelines/hostedSession/integrationModelHostedSession.html

SSL Security Test Tools

https://www.ssllabs.com/ssltest/index.html

Test API

https://reqres.in/

Ionic Framework

https://ionicframework.com/docs/installation/cli

  • freemarker
  • thymeleaf
  • JMX (jconsole)
  • ZeroMQ
  • microk8s
  • multipass
  • pwsh (powershell)
Clone this wiki locally