Software

From 太極
Revision as of 21:38, 29 October 2023 by Brb (talk | contribs) (→‎Software design)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Software design

Reading notes on A Philosophy of Software Design by John Ousterhout

Data structure and algorithms

7 Websites to Practice Data Structure & Algorithm Coding Challenges

  • LeetCode
  • HackerRank
  • Codewars
  • Codility
  • HackerEarth
  • Techie Delight
  • InterviewBit

GUI testing tools

https://en.wikipedia.org/wiki/List_of_GUI_testing_tools

Testing

Smoke testing (software)

Developing Usable Software

UI design

VLC keyboard shortcut

  • Alt + arrows => skip 10 seoncds
  • +, - (no shift needed) => play faster, slower
  • M => toggle mute

FreeMind

Java based program

Install:

Tips:

Examples: Mind Maps by Vladimir Toncar

coggle.it

https://coggle.it/

unison

http://code.google.com/p/winison/

Evernote

To find out the source of a web clip, click the Note Info icon at the top.

Tusk

Refined Evernote desktop app

Dropbox

10 tricks and tips

  • Favorite files for offline reading on mobile devices
  • Use Dropbox as your default Document folder
  • Email files to dropbox as attachment
  • Get more stoage for free
  • Maintain firefox settings across different computers
  • Upload files to Dropbox via URL - URL droplet
  • Download torrents remotely
  • Maintain two dropbox accounts - Dropbox wiki
  • Backup your web site - Backup Box
  • Host web page - DropPages or Pancake.io

Ubuntu

On my Ubuntu machine (20.04), I found the machine's HDD led is very busy. When I used grafana to monitor, it can be seen the disk I/O dropped to 0 after I disable dropbox daemon.

DisableDropbox4pm.png

Photos

License

Open source

Difference Between Development, Stage, And Production

Difference Between Development, Stage, And Production 4 tiers

  • development is what you have on your local machine
  • stage: not stable, built with the last contributions from git
  • QA: same data as production (optional)
  • production

On NIH, it is Dev -> QA -> Stage -> Prod.

There are different definitions. On microsoft, it follows this process:

  • Development
  • Testing
  • Staging
  • Production