Skip to content
View damusix's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report damusix

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

Hello, World!

I'm a "big picture" thinker that likes to go into the minutiae. I focus on building things that work well, are consistent, and can stay afloat throughout the years. I love history, not only because it's interesting, but because it's the lens through which to understand the present day.

I also very much like philosophy. While everyone else is chasing the latest JavaScript trends, I'm over here applying 2,400-year-old principles of logic to modern software problems. I very-much think Aristotle would've been a 20x programmer.

What I Actually Do

I like to think of myself as a first principles engineer who thinks through problems from the ground up. I validate inputs before processing them, name variables for what they actually contain, and write code that's maintainable five years from now.

"Full stack developer" ??

Yeah, I guess. I've never understood the term too much since, to me, every technologist should be able to stand up their own work.

I do the "full" stack:

  • Backend: APIs in any language, any framework. I understand it fundamentally (HTTP spec, server-client interactions, etc)
  • Frontend: UIs built from the foundation (DOM) outward (React, if you insist)
  • Database: Schemas that make sense over time. Facts don't change in five years— businesses do.
  • DevOps: CI/CD pipelines that are simple, yet powerful. Grindy work should be automated—it provides little value not to.
  • AI: AI-first is the new "mobile-first". Agentic workflows, chatbots, and all of the new bedazzle.

Public Works

Libraries that solve real problems in the TS realm:

  • logosdx/monorepo - Collection of utilities built on necessity and a weariness of repetition. I use this to build cross-platform apps, ETLs, and resiliency.

Fun stuff:

  • BJJ Timer - Because even martial arts needs proper timing

Open source contributions:

  • hapi.dev - Stable server framework that doesn't change every other month.
  • hapipal.com - Hapi ecosystem tools

Skills That Pay The Bills

  • Languages & Frameworks: TypeScript/JavaScript, Python, Bash, Elixir, Ruby, PHP
  • Databases: TSQL (MSSQL), open source SQL (PG, Mysql, SQLite, DuckDB, etc), MongoDB, Redis
  • Infrastructure: Terraform/Pulumi, Docker/Swarm, AWS, Practical Linux Sysadmin
  • AI/ML: Agentic Workflows, Chatbots, Instructor, HuggingFace, Foundation Model APIs, etc

The Value I Bring

I don't just write code—I solve business problems with technology that scales. I've seen enough "revolutionary" technologies come and go to know that fundamentals matter more than frameworks. REST > GraphQL. SQL > NoSQL. Stable > Bleeding-edge. You make sure you have fallbacks. You keep it simple. Hard earned lessons.

Pinned Loading

  1. logosdx/monorepo logosdx/monorepo Public

    TypeScript 2 1

  2. hapijs/hapi hapijs/hapi Public

    The Simple, Secure Framework Developers Trust

    JavaScript 14.7k 1.3k

  3. saga-slice/saga-slice saga-slice/saga-slice Public

    Combines redux reducers, types, actions and sagas into 1 config file

    TypeScript 22 5

  4. riot-4-boilerplate riot-4-boilerplate Public

    A complete starting point for Riot 4

    JavaScript 18 2

  5. Convert AWS IAM credentials to AWS S... Convert AWS IAM credentials to AWS SMTP credentials
    1
    # Convert AWS IAM credentials to AWS SMTP credentials
    2
    
                  
    3
    If you do, or want to, use AWS to deploy your apps, you will end up using AWS SES via SMTP when you're launching an app that sends out emails of any kind (user registrations, email notifications, etc). For example, I have used this configuration on various Ruby on Rails apps, however, _it is just basic SMTP configurations_ and crosses over to any framework that supports SMTP sendmail.
    4
    
                  
    5
    There are two ways to go about this:
  6. py-video-upload py-video-upload Public

    Video Processing Web Application

    Python 2 1