David K Failor Github site. I created some original programming projects that I am working on. Most of them are “proof of concept” so I can be sure I am able to create valid code myself without copying from someone else. I also forked to a couple of other projects I am interested in. I started using git init/git commit from the command line but then I found it is much easier (for small projects) to create everything directly on the GitHub website.
Just a note: Since I understand underlying computer hardware and memory usage, I discovered that in one particular program my code was more efficient and less resource intensive (i.e., RAM and CPU) than similar code that was written by certain other professional coders. I try to write succinct and secure code that is easy for others to follow by using comments and/or descriptive variable names.
Here is the actual link to my repos: “https://github.com/dkfailor?tab=repositories”. I want you to be able to see them all “at-a-glance”.
David