Skip to content
View lezli01's full-sized avatar

Block or report lezli01

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lezli01/README.md

László Szabó

fullstech // ai-native engineer

what lezli01 resolves to

Portfolio Blog LinkedIn Email


About

I turn complex ideas into reliable software.

I start at the metal. C++ is home. I want to decide the memory layout, not let a runtime hide it. From there I build outward: I design cloud architectures and stand them up for real on Kubernetes and AWS, then write the infrastructure that keeps them upright once real traffic shows up. DevOps is the part I actually like. I wire the deploy path so shipping gets boring. I want observability that names a dying node before a user notices. When the UI has to land on phones and desktop, I pick Dart and Flutter. One codebase, native output, shipped this week.

I build with AI agents in the loop. It's how I get from idea to shipped without the busywork.

// the proof was never the demo. it's the quiet week after.

Happiest far from the browser. I care about systems that just keep running, not the framework of the season. I'd rather leave a gap than pad one.


Featured work

A few things I've built and shipped.

markpad: cross-platform desktop Markdown editor

Stars Release License Tauri TypeScript Rust CodeMirror

A native desktop Markdown editor built on Tauri and TypeScript. Live split-pane preview, a one-click formatting toolbar, multi-file tabs, three view modes, auto-save, session restore, single-instance routing, and OS file-association handling. One build runs on Windows, Linux, and macOS.

hotrulez: Firebase Rules as a first-class IDE language

Marketplace downloads Marketplace version License Kotlin IntelliJ Platform Gradle Grammar-Kit / JFlex

A from-scratch IntelliJ Platform plugin that makes Firebase Security Rules a real language in JetBrains IDEs instead of mis-parsed JavaScript. It covers both Cloud Firestore and Cloud Storage. Custom Grammar-Kit/JFlex grammar, a PSI resolve layer, 18 structural diagnostics, 24 highlighting categories, plus go-to-definition, find usages, rename, and scope-aware completion. MIT-licensed, CI on every push, releases automated with release-please. Published on the JetBrains Marketplace. One-click install from any JetBrains IDE.

lintforge: pluggable static analysis for Dart & Flutter

pub.dev pub points License Dart CLI static analysis

A published pub.dev package: the contracts, rule registry, runner, and CLI that let a team write project-specific analysis rules as plain Dart classes, with no full analyzer plugin required. Ships with built-in rules and semantic-versioned releases behind CI.

gcbad_dart: a typed Dart client for GoCardless open-banking data

pub.dev pub points License Dart GoCardless Open Banking / PSD2 REST client

A published pub.dev package that wraps the GoCardless Bank Account Data API in a typed, async Dart client. It covers the full PSD2 flow: institutions, end-user agreements, requisitions, and the resulting account details, balances, and transactions. Token lifecycle and refresh are handled for you. MIT-licensed, semantic-versioned releases behind CI.

The full project history and write-ups live on my portfolio. Everything else is on my GitHub.


Stack

Languages

C++ Kotlin Dart Python TypeScript Rust

Cloud & Infrastructure

Kubernetes AWS Docker Helm Linux

Mobile & Tooling

Flutter Tauri IntelliJ Platform Gradle Git


Let's talk

I want the work that has to keep running after I leave the room. Systems, infrastructure, tools.

Pinned Loading

  1. lintforge lintforge Public

    Pluggable static analysis framework for Dart and Flutter projects.

    Dart 1

  2. markpad markpad Public

    Markdown editor with live preview

    TypeScript 32 2

  3. hotrulez hotrulez Public

    JetBrains IDE plugin that treats Firebase Security Rules (.rules) for Cloud Firestore and Cloud Storage as a first-class language: syntax highlighting, formatting, structural diagnostics, and symbo…

    Kotlin 1 1

  4. gcbad_dart gcbad_dart Public

    A Dart client for the GoCardless Bank Account Data API — institutions, agreements, requisitions, and account data.

    Dart