Giter VIP home page Giter VIP logo

Hi there 👋

I'm a full-stack web engineer.

I feel happy when coding.

My current interests: PHP, Laravel, Vue.js, Python, Golang, Mathematics and Physics.

  • 🌱 I’m currently learning Python and Golang.
  • 👯 I’m looking to collaborate on somewhere.

GitHub Stats

macocci7

macocci7's github stats

Languages and Tools

html5 css3 php javascript python golang jQuery vuejs TypeScript React nodejs npm Laravel Wordpress Tailwind CSS Jest git VsCode Vim mysql MariaDB docker bash Linux Ubuntu AWS GitHub

Works

An additional file selector prompt for your laravel/prompts applications.

2024-05-29.00-13-46.mp4

A simple library to get and format GPS data from a photo.

a standalone library to use the Illuminate\Validation package outside the Laravel framework.

use Macocci7\PurephpValidation\Rules\Instance;

$validator = Validator::make(
    data: $data,
    rules: [
        'prop1' => Instance::of(Instance::class),
        'prop2' => Instance::of([
            // Macocci7\PurephpValidation\Rules\Instance
            Instance::class,
            // Macocci7\PurephpValidation\ValidatorFactory
            Validator::class,
            // Closure
            (fn () => true)::class,
        ]),
        'prop3' => Instance::of('Closure'),
    ],
);

See more my works at: my public repositories

Gists

Gist Card

Gist Card

Gist Card

Gist Card

Gist Card

Gist Card

macocci7's Projects

breezejp-fork icon breezejp-fork

Laravel Breeze(+Laravel UIとJetstream)を一瞬で日本語化し、言語切替機能も提供するパッケージです / Laravelの各種バリデーションメッセージも日本語化するのでBreeze無しでも便利✨

filament-fork icon filament-fork

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.

ja-docs-11.x icon ja-docs-11.x

Laravel11ドキュメントの翻訳リポジトリ「ja-docs-11.x」のforkです。

math-php-fork icon math-php-fork

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

moonshine-fork icon moonshine-fork

Laravel Admin panel and more. Simple for beginners and powerful for experts. Using Blade, Alpine.js and Tailwind CSS.

php-csv icon php-csv

A simple PHP library for csv operation

php-scatterplot icon php-scatterplot

PHP-Scatterplot is a simple PHP library to create scatter plot easily.

prompts icon prompts

Beautiful and user-friendly forms for your command-line PHP applications.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.