- π Iβm currently working on a new Neovim Config.
- π± Iβm currently learning Zig and a Game Developer for Wurm Online.
- β¨ I would like to learn: More Assembly
- π¬ Ask me: Anything, I like being the jack of all trades, however, I love doing applied cryptography type programming.
- π« How to reach me: ,
- π More info: Personal Site
- β‘ Fun fact: Originally Graduated with a Undergraduate Degree in Manufacturing Enginneering, now I'm living the dream of a programmer, solving problems.
Legend:
- Range 1-10
- 10: Most up to date on
- 2 It's been a long time
- 1 I really forgot
- Note: This list is constantly changing
- Java (Mainly JDK-11 {Spring Boot Microservices (MVC) }): 10
- C++ (pre-C++11): 9
- HTML5 / XHTML: 9
- C: 9
- SQL (PostgreSQL (Pretty much switched all my research to this, besides the occasional MySQL)): 8
- ReactJS: 8 (use with JHipster but with TypeScript)
- TypeScript: 8
- NodeJS: 8
- CSS: 8
- Assembly: 8
- JavaScript: 7
- C++ (Modern- Post C++11): 5
- Ladder Logic (AB): 5
- Batch (.bat-Windows): 4.5
- Shell (.sh-Linux): 4.5
- Powershel (.ps1 -Windows): 4
- PHP: 4
- R: 4
- Python: 4 (not my favorite... more of a braces and semicolon programmer, required for some class I'm in :P )
- GO: 3
- C#: 3
- Pinescript (Trading View): 2
- G & M (CNC Programming - experience around Fadal M-Codes): 2
- Fortran: 1
- LISP, LOGO, Pascal, COBOL, Basic (anything old as the apple II): 1
- Ruby , Perl: 1
- Probably missing a few more
Check out my other Repos. If I get enough interest, I will start doing a code with me Saturdays on Twitch, where I work on current Saturday Projects.
Same as functional programming, why re-code the same thing twice. For example, if you make an authentication / registration service, why do it again? If you had all the small problems already solved in services, take those and mix it up to solve the bigger problems. Basically: Faster prototyping to think about the even bigger questions. (Spring Boot has changed the way I think about programming for the web, and I love using it!)