Skip to content
View Phundamentals's full-sized avatar

Organizations

@DMDR-Marketingdiensten
Block or Report

Block or report Phundamentals

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
Phundamentals/README.md

If you want to go fast, go alone. If you want to go far, go together. * African proverb *

There are no secrets to success. It is the result of preparation, hard work, and learning from failure. - Colin Powell

Decisions are often based on intuition. Intuition requires experience. Experiences requires making a lot of mistakes.

False hopes must be crushed.

  1. If it seems too difficult, then arrive there faster.
  2. If it is too difficult, then accept the fact.

Encapsulate what varies, and separate it from what stays the same.

D.R.Y.M. Don't Repeat Your Mistakes...

Pinned

  1. KEYS KEYS Public

    Public keys and configuration files for GnuPG, SSH, and Git

    Shell 1

  2. Publish NuGet Packages To GitHub Publish NuGet Packages To GitHub
    1
    #!/bin/sh
    2
    
    
    3
    #
    4
    # This script attempts to publish all *.nupkg files below a given root directory to GitHub packages.
    5
    #
  3. The difficulties of designing software The difficulties of designing software
    1
    _Steven Rakitin, [Quality and Innovation](https://qualityandinnovation.com/2009/02/02/561/):_
    2
    
    
    3
    > Imagine trying to come up with a reusable design for a new product.
    4
    > In order for the design to be truly reusable, the designer would need to know the possible ways the design will be used in the future.
    5
    > If that information or knowledge does not exist, it becomes very difficult to design something that is truly reusable…