Skip to content
View blackfyre's full-sized avatar
馃彔
Working from home
馃彔
Working from home

Highlights

  • Pro

Organizations

@laravelhungary
Block or Report

Block or report blackfyre

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user鈥檚 behavior. Learn more about reporting abuse.

Report abuse
blackfyre/README.md

Hi 馃憢 My name is Mikl贸s Galicz

FullStack dev

I've been a doing web development since the late 90s...

Skills

JavaScriptGoPHPTypeScriptGitGNU BashVS CodeHTML5VueNuxtjsJQueryCSS3SassTailwindCSSBootstrapSvelteViteNodeJSExpressGraphQLMySQLPostgreSQLFirebaseGoogle CloudAmazon Web ServicesArduinoDigital OceanDockerLinuxRaspberry PiLaravel

Socials

Badges

My GitHub Stats

blackfyre's GitHub stats

Top Languages

Top Repositories








Support Me

An image of @blackfyre's Holopin badges, which is a link to view their full Holopin profile

An image of @blackfyre's Codersrank stats, which is a link to view their full Codersrank profile

Pinned

  1. wga wga Public

    Jumping forward ~30 years

    Go 82 9

  2. flsun.community flsun.community Public

    Source for the flsun community page

    JavaScript 13 6

  3. ds18b20-webthing ds18b20-webthing Public

    A DS18B20 attached to the Mozilla GateWay

    C++ 1

  4. Funny VueJS Loader Funny VueJS Loader
    1
    <template>
    2
        <div>
    3
            <p><slot name="icon"><i class="fas fa-spinner fa-pulse"></i></slot> {{message}}</p>
    4
        </div>
    5
    </template>
  5. ldvsc ldvsc Public

    A Docker based Developer environment for working with Laravel applications

    Dockerfile 37 9

  6. Modals in Laravel Nova Tools Modals in Laravel Nova Tools
    1
    <template>
    2
        <modal @modal-close="handleClose">
    3
            <form
    4
                @submit.prevent="handleConfirm"
    5
                slot-scope="props"