Skip to content
View waLLxAck's full-sized avatar

Block or report waLLxAck

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
waLLxAck/README.md
# -*- coding: utf-8 -*-


class SoftwareDeveloper:
    def __init__(self):
        self.name = "Svilen Petrov"
        self.websites = ["https://svilenpetrov.com", "https://eniks.ai"]
        self.role = "Cofounder & CTO"
        self.company = "eniks.ai"
        self.current_project = "LumenPlate"
        self.language_spoken = ["English", "Bulgarian"]

    def say_hi(self):
        print("Happy to see you, hope you find some of my work interesting.")


me = SoftwareDeveloper()
me.say_hi()

flashy-br

Current Stack (what I ship with today)

App stack

  • Next.js (App Router)
  • TypeScript
  • Bun runtime
  • shadcn/ui + Tailwind (shadcn defaults; styling applied pragmatically per use case)
  • Convex DB
  • Clerk (auth) + Stripe (payments)
  • Vercel deployment

Engineering defaults

  • Monorepo structure
  • ESLint enabled
  • Unit tests included

Next.js TypeScript Bun TailwindCSS shadcn/ui Convex Clerk Stripe Vercel

Monorepo ESLint Unit Tests

flashy-br

Toolbox (things I’ve shipped with / used professionally)

Languages

Frontend

Backend

Databases

Cloud / Hosting

Tools

Creative

Pinned Loading

  1. code-canvas code-canvas Public

    VSCode extension for visualizing codebases

    JavaScript 11 2

  2. eniks-ai-autotrader-car-listings eniks-ai-autotrader-car-listings Public

    An Autotrader integrated car listing website that uses AI & speech to quickly and efficiently create listings

    TypeScript

  3. Unit4-Manager Unit4-Manager Public

    A utility tool that helps speed up the development process at Unit4.

    Python 1

  4. .URLtoTxt .URLtoTxt Public

    Converts .url files' name and URL parameters into a .txt file

    Python