Skip to content
View henrriusdev's full-sized avatar

Highlights

  • Pro

Block or report henrriusdev

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 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
henrriusdev/README.md

Typing SVG

About Me

package main

import (
  "fmt"
  "github.com/henrriusdev/henrriusdev"
)

func main(){
  about := henrriusdev.Info{
    Name:   "Henrry Bourgeot",
    Age:    22,
    Based: "Venezuela",
  }

  mainStack := henrriusdev.Stack{
    Backend:  "Go",
    Frontend: "Vue",
    Database: "PostgreSQL",
  }

  otherSkills := henrriusDev.Skills{
    LessOneYear:   []string{"React Native", "Open AI API", "Solid"},
    OneTwoYears:   []string{"Java", "Spring Boot", "Astro", "Angular", "C#", "ASP.NET", "Laravel", "Django"},
    TwoThreeYears: []string{"Go", "Vue", "React", "Svelte", "TypeScript", "Node.js", "NestJS", "PHP", "Python", "Flask", "FastAPI"},
  }

  fmt.Println("Hello there!")
  fmt.Printf("About me: %v", about)
  fmt.Printf("Main Stack: %v", mainStack)
  fmt.Printf("Skills: %v", skills)
  return
}

My Github Stats

stats graph languages graph

Snake animation

Social Links

Pinned Loading

  1. mock_university mock_university Public

    A mock university web app

    Svelte 1

  2. gonertia_vue_example gonertia_vue_example Public template

    Example of a working Golang app with Vue and Inertia.js adapted to golang

    Go 16 1

  3. gonertia_svelte_example gonertia_svelte_example Public template

    Example of a working Golang app with Svelte and Inertia.js adapted to golang

    Go 6 3

  4. neployio/neploy neployio/neploy Public

    Go 8

  5. gompdf/gompdf gompdf/gompdf Public

    Go 4

  6. autocaddy autocaddy Public

    Interactive Go script that configures Caddy as a reverse proxy for local development.

    Go