Skip to content
View noydb's full-sized avatar
Block or Report

Block or report noydb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
noydb/README.md
  1. STAGNATION IS THE MIGHTIEST FOE
  2. DO IT YOURSELF; WRITE CODE FROM SCRATCH WHERE POSSIBLE
  3. THE MOST CRITICAL TOOL IS A MIND WELL EDUCATED IN DESIGN PRINCIPLES
  4. THE ABILITY TO DISCOVER IS CARDINAL
  5. ALWAYS BE THE WORST GUY IN EVERY BAND THAT YOU’RE IN
  6. AVOID TEMPORARY FIXES BECOMING PERMANENT
  7. OPTIMIZATION WITHOUT FIRST MEASURING IS ALMOST ALWAYS PREMATURE
  8. WHAT IS RIGHT IS NOT ALWAYS POPULAR AND WHAT IS POPULAR IS NOT ALWAYS RIGHT
  9. CONSISTENCY IS A REFUGE FOR THE PEOPLE WHO MUST READ MY CODE LATER ON
  10. LEAVE THE CAMP SITE BETTER THAN YOU FOUND IT
  11. LIMIT USE & CUSTOMIZATION OF THIRD-PARTY TOOLS/FRAMEWORKS/LIBRARIES (TO AVOID SUPPORT AND SECURITY ISSUES).

SOFTWARE DESIGN PRINCIPLES

  1. Encapsulation
  2. Separation of Concerns
  3. Single Responsibility
  4. Modularity. High Cohesion. Low Coupling
  5. Interface Segregation
  6. Name as short as possible but as long as necessary
  7. YAGNI/KISS/Gall's Law
  8. Tests must replicate how the software is used
  9. Principle of Least Astonishment
  10. DOCUMENTATION DOCUMENTATION DOCUMENTATION

SECURITY

  1. Principle of Least Privilege
  2. Secure Defaults
  3. Defense in Depth
  4. Fail-Secure
  5. Input Validation

UI/UX DESIGN PRINCIPLES

  1. Empathy Mapping (think, feel, see, hear, say, and do)
  2. Walk A Mile
  3. Minimalism; any visible element must have a purpose
  4. Clear, Informative Communication
  5. Visual Hierarchy
  6. Accessibility
  7. Emotion
  8. Flexibility (Customisability) & Efficiency (Shortcuts)
  9. Quick & Inexpensive Prototyping For Testing
  10. Constant User Testing & feedback

“I'm not a great programmer; I'm just a good programmer with great habits.”

Pinned

  1. oworms-api oworms-api Public

    Spring REST API for a dictionary application. Create and update words. Search for words using filters, get a random word, and much more

    Java 2

  2. oworms-ui oworms-ui Public

    Angular UI for a dictionary application. Create and update words. Search for words using filters, get a random word, and much more

    TypeScript 2 1

  3. ts-utils ts-utils Public

    A library of utilities to be used with TypeScript. The already established utility libraries out there for both TypeScript and JavaScript have inspired me to write my own. This is for fun and to le…

    TypeScript 2

  4. noydb.wtf noydb.wtf Public

    my corner of the internet.

    JavaScript

  5. cwill-portfolio cwill-portfolio Public

    HTML

  6. duhmap duhmap Public

    A simple, opinionated, dependency-free Java library for generating configurable mapper classes.

    Java