Skip to content
View iurigustavo's full-sized avatar
  • Brasil
  • 21:00 (UTC -04:00)

Block or report iurigustavo

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’s behavior. Learn more about reporting abuse.

Report abuse
iurigustavo/README.md

Iúri Gustavo

👋 Hi there! I’m a developer with a strong focus on back-end development, passionate about building scalable and efficient solutions. With experience in leading web development technologies, I aim to deliver dynamic interfaces and robust functionalities.

Tech Stack:
• Back-end: Laravel, Livewire, Filament
• Front-end: Blade, AlpineJS
• Infrastructure: Docker, Swarm, Kubernetes

googlecloud logo docker logo kubernetes logo jenkins logo php logo java logo laravel logo symfony logo tailwindcss logo bootstrap logo bash logo nginx logo vite logo

stats graph languages graph

Layout with last medium posts

Pinned Loading

  1. laravel-havitkit laravel-havitkit Public

    A robust Laravel 11 starter kit incorporating Tailwind CSS, MaryUI, and DaisyUI. Ideal for quickly setting up modern, responsive web applications with a beautiful UI framework.

    PHP 5

  2. Youtrack Workflow for Discord Youtrack Workflow for Discord
    1
    // Based on rule created by Michael Rush and original send-to-slack by YouTrack team
    2
    
                  
    3
    // IMPORTANT: Use a valid Incoming Webhook from Discord. See Server Integrations Page for details https://support.discord.com/hc/pt-br/articles/360045093012
    4
    // https://medium.com/@gustavo.iuri/youtracks-send-to-discord-workflow-faab7a9f7431
    5
    // Ex: https://discord.com/api/webhooks/{webhook.id}/{webhook.token}
  3. Startship Settings Startship Settings
    1
    format = """
    2
    [  ](bg:#f8f8f2 fg:232)\
    3
    [](bg:#9580ff fg:#f8f8f2)\
    4
    $directory\
    5
    [](fg:#9580ff bg:#f1fa8c)\
  4. Enhanced Docker Inspect and Containe... Enhanced Docker Inspect and Container list, showing container architecture
    1
    function inspect_docker_images() {
    2
        docker image inspect --format '{{.ID}} {{.Architecture}}/{{.Os}} {{.Size}} {{if .RepoTags}} {{join .RepoTags " , "}} {{else}} {{index .Config.Labels "com.docker.compose.service"}} {{end}} {{index .Config.Labels "com.docker.compose.project"}}' $(docker image ls -q) | \
    3
        awk 'BEGIN {
    4
        printf "%s, %s, %s, %s, %s\n", "SIZE", "IMAGE" , "ARCH", "PROJECT", "SERVICE/REPO"
    5
    } {
  5. twig-components twig-components Public

    Forked from giorgiopogliani/twig-components

    Twig components inspired from blade components for silex

    PHP