Skip to content

waLLxAck/waLLxAck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

# -*- 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors