Skip to content
View samigitz's full-sized avatar
🏠
Working from home
🏠
Working from home
  • United Kingdom
  • 20:24 (UTC +01:00)

Block or report samigitz

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.

Content in all repositories owned by your account will be closed.
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
samigitz/README.md

πŸ‘¨β€πŸ’» Sam

Typing SVG

⚑ Tech Stack

Backend

Frontend

Tools

πŸš€ What I Build

Software Engineering
β”‚
β”œβ”€β”€ Backend
β”‚   β”œβ”€β”€ PHP
β”‚   β”‚   β”œβ”€β”€ Laravel
β”‚   β”‚   β”œβ”€β”€ Livewire
β”‚   β”‚   β”œβ”€β”€ Filament
β”‚   β”‚   β”œβ”€β”€ Nova
β”‚   β”‚   β”œβ”€β”€ REST APIs
β”‚   β”‚   └── Queues & Jobs
β”‚   β”‚
β”‚   └── Python
β”‚       β”œβ”€β”€ Flask
β”‚       β”œβ”€β”€ Django
β”‚       β”œβ”€β”€ Automation Scripts
β”‚       └── API Development
β”‚
β”œβ”€β”€ Frontend
β”‚   β”œβ”€β”€ React
β”‚   β”œβ”€β”€ Vue
β”‚   β”œβ”€β”€ TypeScript
β”‚   β”œβ”€β”€ Tailwind CSS
β”‚   └── Reusable UI Components
β”‚
β”œβ”€β”€ Mobile
β”‚   β”œβ”€β”€ React Native
β”‚   β”œβ”€β”€ Cross-platform Apps
β”‚   β”œβ”€β”€ API Integration
β”‚   └── App Navigation & UI
β”‚
β”œβ”€β”€ Data
β”‚   β”œβ”€β”€ MySQL
β”‚   β”œβ”€β”€ PostgreSQL
β”‚   β”œβ”€β”€ Redis
β”‚   └── MongoDB
β”‚
└── Tools
    β”œβ”€β”€ Codex & Claude 
    β”œβ”€β”€ Git & GitHub
    β”œβ”€β”€ Docker
    β”œβ”€β”€ Linux
    β”œβ”€β”€ Postman
    └── VS Code

πŸ“Š GitHub Stats

πŸ”₯ GitHub Activity

πŸ› οΈ Mindset

<?php

declare(strict_types=1);

function improveAsDeveloper(): string
{
    while (true) {
        think();
        learn();
        build();
        review();
        refactor();
        test();
        improve();
    }

    return 'Never stop improving.';
}

🀝 Let's Connect

⚑ Build. Refactor. Learn. Repeat.

Laravel β€’ PHP β€’ React β€’ Clean Code β€’ Software Engineering

Pinned Loading

  1. pagepins pagepins Public

    PagePins is a small Chrome extension that adds a floating shortcut bar inside websites. Users can save the current page for a specific site and reopen that page with one click later.

    JavaScript

  2. smart-autofill smart-autofill Public

    This Chrome extension fills the current page with short English sample values.

    JavaScript

  3. nova-detached-actions nova-detached-actions Public

    Forked from datomatic/nova-detached-actions

    A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

    Vue

  4. nova-tinymce nova-tinymce Public

    Forked from emilianotisato/nova-tinymce

    Laravel Nova TinyMCE editor (with images upload capabilities!)

    JavaScript

  5. orivex orivex Public

    Orivex is a Laravel-native content framework package for teams that want structured content, an admin panel, and public rendering without moving away from normal Laravel patterns.

    PHP