Skip to content

Instantly share code, notes, and snippets.

@crbon
crbon / android-backup-apk-and-datas.md
Created June 7, 2023 23:56 — forked from AnatomicJC/android-backup-apk-and-datas.md
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

Fetch application APK

@crbon
crbon / clean_code.md
Created March 17, 2023 03:02 — forked from wojteklu/clean_code.md
Summary of 'Clean code' by Robert C. Martin

Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.


General rules

  1. Follow standard conventions.
  2. Keep it simple stupid. Simpler is always better. Reduce complexity as much as possible.
  3. Boy scout rule. Leave the campground cleaner than you found it.
  4. Always find root cause. Always look for the root cause of a problem.

Design rules

@crbon
crbon / README.MD
Created September 29, 2022 03:07 — forked from vielhuber/README.MD
backstopjs bulk screenshots from sitemap #js

installation

npm install -g backstopjs

  • a global installation is recommended

backstop init

  • setup boilerpolate files
@crbon
crbon / wpcli-ai1wm.md
Created January 18, 2022 10:48 — forked from Niq1982/wpcli-ai1wm.md
Site migration using All in One WP Migration and WP CLI

Do a backup

Install the plugin

wp plugin install all-in-one-wp-migration --activate

You must reload the page once before continuing

Do the backup