Software: Difference between revisions

From 太極
Jump to navigation Jump to search
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Software design =
[https://www.r-bloggers.com/2023/10/reading-notes-on-a-philosophy-of-software-design-by-john-ousterhout/ Reading notes on A Philosophy of Software Design by John Ousterhout]
= Data structure and algorithms =
[https://www.makeuseof.com/websites-data-structure-algorithm-coding-challenges/ 7 Websites to Practice Data Structure & Algorithm Coding Challenges]
* LeetCode
* HackerRank
* Codewars
* Codility
* HackerEarth
* Techie Delight
* InterviewBit
= GUI testing tools =
= GUI testing tools =
https://en.wikipedia.org/wiki/List_of_GUI_testing_tools
https://en.wikipedia.org/wiki/List_of_GUI_testing_tools
Line 10: Line 23:


= UI design =
= UI design =
[https://www.makeuseof.com/top-tools-ux-ui-designers-should-master/ The Top 11 Tools You Should Master as a UI/UX Designer]
* [https://www.makeuseof.com/top-tools-ux-ui-designers-should-master/ The Top 11 Tools You Should Master as a UI/UX Designer]
* [https://www.makeuseof.com/grayscale-ui-ux-design-benefits/ 10 Reasons Why Designing in Grayscale Will Improve Your UX/UI Designs]


= VLC keyboard shortcut =
= VLC keyboard shortcut =

Revision as of 21:38, 29 October 2023

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