homebrew reset / clean / remove all packages
This one command will uninstall all the packages install through Homebrew. To remove unused archives run. To remove Cask packages
This one command will uninstall all the packages install through Homebrew. To remove unused archives run. To remove Cask packages
Ref: https://www.howtogeek.com/208224/how-to-add-programs-files-and-folders-to-system-startup-in-windows-8.1/ Summary
package.json Log.ts Use
About keyboard issues: Can scroll manually when keyboard opened Can scroll automatically by a focus on next input Avoid showing a background of the keyboard in a little second when it…
For fetch data from the internet https://flutter.dev/docs/cookbook/networking/fetch-data In the official docs, they guide to use factory fromJson but when use in a large project, I realize that way is not…
[Newbie] Chapter 1. Flutter overview [Newbie] Chapter 2. Flutter getting started [Newbie] Chapter 3. Flutter initial setup [Newbie] Chapter 4. Widget’s state Content Work with asset files (image, font, files)…
Using https://api.flutter.dev/flutter/widgets/WidgetsBindingObserver/didHaveMemoryPressure.html We need to extend WidgetsBindingObserver and override didHaveMemoryPressure method Use dev tool to investigate OOM deeply: https://flutter.dev/docs/development/tools/devtools/memory Some case related OOM by Image, you can clear cache in…
Setup WordPress on VPS (PHP, Nginx) WordPress instruction https://developer.wordpress.org/themes/advanced-topics/child-themes/ Basic step Create a new theme folder Copy footer page or any page edited Make child theme cover image Create a…
We use face_recognition to setup on the Ubuntu server. Face alignment approach, built using dlib’s state-of-the-art face recognition built with deep learning. The model has an accuracy of 99.38% on…
What is Zeebe? Zeebe is a workflow engine for microservices orchestration. Zeebe ensures that, once started, flows are always carried out fully, retrying steps in case of failures. Along the…