Skip to content
View stemolti's full-sized avatar
⚑
Focus
⚑
Focus

Highlights

  • Pro

Organizations

@Moltiverso

Block or report stemolti

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
stemolti/README.md

Early-Career Software Engineer Β· Europe (Warsaw πŸ‡΅πŸ‡±)


Focused on computer science foundations and engineering reasoning
Primary language: Python Β· Also working with TypeScript / JavaScript
Interested in system design fundamentals, software architecture, and scalable systems



🧠 Engineering Focus

I design and analyze algorithmic and software solutions with emphasis on
problem framing, correctness, and explicit trade-off analysis.

My goal is to build strong foundations to reason clearly about
time and space complexity, system constraints, failure cases, and scalability.

πŸ›  Core Skills & Tools




Computer Science: Data Structures, Algorithms, Big-O Analysis, Recursion, Trees, Graphs, Dynamic Programming (foundations)
Software Engineering: System Design Foundations, Debugging, Testing, Clean Code, Problem Decomposition, Trade-off Analysis

πŸ“‚ Selected Engineering Work


Algorithms & Data Structures Practice
Public repository focused on classical DSA problems, approached with
clear problem statements, multiple solution strategies, and
explicit time/space complexity analysis.

Emphasis on reasoning, invariants, and solution trade-offs
rather than memorization.
β†’ View repository



Internal AI System Design β€” Architecture Foundations
Documentation-driven exploration of software architecture and system design,
focused on explicit boundaries, decision traceability,
and principled AI integration under human control.

The project prioritizes predictability, safety, and long-term
maintainability over automation.
β†’ View documentation



I value clarity over cleverness, explicit reasoning over assumptions,
and engineering decisions that scale beyond the initial implementation.

🐍 My Contributions 🐍

snake eating my contributions

Pinned Loading

  1. moltiful-algorithms moltiful-algorithms Public

    ⚑ A monorepo with moltiful and marvelous algorithms in Python, modern JavaScript, Typescript and tests.

    Python

  2. internal-ai-system-orchestration-design-docs internal-ai-system-orchestration-design-docs Public

    Design documentation of an internal AI system. Focus on orchestration logic, governance, auditability, and human-in-the-loop controls. Source code intentionally private.