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

Block or report LogicCrafter56

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
LogicCrafter56/README.md
coding gif

πŸ”­ I’m a full-stack developer specializing in PHP / Laravel on the backend and modern JavaScript on the frontend. 🐍 I also build robust APIs and data services with Python (Django, FastAPI, Flask). 🌱 Always learning β€” currently deepening system design, DevOps & cloud architecture. 🎯 I care about clean code, testing, performance & developer experience. πŸ’¬ Ask me about Laravel, REST/GraphQL APIs, JavaScript frameworks & database design. ⚑ Fun fact: I think in objects and dream in semicolons.


Tech Stack at a Glance

Languages

🐘 PHP & Backend Frameworks

FrameworkWhat I use it forπŸ”΄ LaravelMy primary backend framework β€” elegant MVC, Eloquent ORM, queues, Blade, Sanctum/Passport auth, Livewire, and the full Forge/Vapor/Nova ecosystem for production-grade apps.⚫ SymfonyEnterprise-grade, component-based architecture. I use its reusable bundles, dependency injection container, and Doctrine ORM for large, decoupled systems.🟠 CodeIgniterLightweight and fast β€” great for small footprint projects and legacy systems where simplicity beats convention overload.πŸ’— LivewireBuilding reactive, dynamic UIs in Laravel without leaving PHP β€” full SPA-like feel powered by the backend.

πŸ’‘ Eloquent ORM, Artisan tooling, PHPUnit/Pest testing, and clean PSR-12 code are part of my daily workflow.

⚑ JavaScript Frameworks & Libraries

FrameworkStrengthβš›οΈ ReactComponent-driven UIs with Hooks, Context & a massive ecosystem β€” my go-to for complex, interactive single-page apps.πŸ’š Vue.jsApproachable, reactive and elegant. Composition API + Pinia for state make it perfect for fast, maintainable frontends.πŸ”Ί AngularFull, opinionated framework with TypeScript, RxJS and DI β€” ideal for large enterprise applications.🟧 SvelteCompiler-based, no virtual DOM β€” blazing-fast, tiny bundles, beautifully simple reactivity.β–² Next.jsThe React meta-framework: SSR, SSG, ISR, API routes & the App Router for production-ready, SEO-friendly apps.🟒 Nuxt.jsThe Vue meta-framework β€” server-side rendering, auto-routing & a great DX for universal apps.🟩 Node.js + ExpressLightweight, unopinionated REST APIs and real-time services.πŸ”΄ NestJSStructured, Angular-inspired Node backend with TypeScript, decorators & a modular architecture.

🐍 Python Frameworks

FrameworkWhat it powers🟩 DjangoBatteries-included framework β€” ORM, admin panel, auth & migrations. Perfect for content-heavy, database-driven applications built fast and securely.🟦 FastAPIModern, async, blazingly fast APIs with automatic OpenAPI docs and Pydantic validation β€” my favorite for high-performance microservices.⚫ FlaskMinimal and flexible micro-framework β€” ideal for lightweight services, prototypes and custom-built backends.🟒 CeleryDistributed task queues for background jobs, scheduling and heavy async processing.

πŸ—„οΈ Databases, DevOps & Tools

dev quote
⭐️ From LogicCrafter β€” Crafting logic, one commit at a time.

Popular repositories Loading

  1. Notyx Notyx Public

    A self-hosted, zero-knowledge, secure PHP notebook. Your notes, in your browser, on your server - every byte encrypted with AES-256 using a key only you know. No database, no cloud, no build step, …

    PHP 26

  2. LogicCrafter56 LogicCrafter56 Public

  3. Pulsar Pulsar Public

    Lightweight self-hosted uptime monitor in plain PHP + SQLite β€” HTTP, keyword, ping, and port checks with Telegram, Pushover & email alerts. No Composer, no build step.

    PHP