Skip to content
View IcaroSilvaFK's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@Gois-Tech

Block or report IcaroSilvaFK

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

Hello there ๐Ÿ‘‹

visitors Open Source Love

//#!/usr/bin/go
// -*- coding: utf-8 -*-

type SoftwareEngineer struct {
  Name string `json:"name"`
  Role string  `json:"role"`
  LanguageSpoken []string `json:"language_spoken"`
}

func NewSoftwareEngineer() *SoftwareEngineer {
  return &SoftwareEngineer{
    Name: "Icaro Silva",
    Role: "Software Engineer",
    LanguageSpoken: []string{"pt_br"}
  }
}

func (*SoftwareEngineer) SayHello()  {
  println("Thanks for dropping by, hope you find some of my work interesting.")
}

func main(){
  me := NewSoftwareEngineer()

  me.SayHello()
}

๐Ÿ“ Contact us

๐Ÿ”ง Technologies & Tools

Programming Languages:

TypeScript Go

Tools and Services:

Docker React NestJS Gin Gonic Echo AdonisJS Next.js

๐Ÿ—‚๏ธ Highlight Projects

@whyy-pnpjs-query supertest

o que estou ouvindo agora
My last 10 songs played my last 10 songs played

CodeTime badge

Pinned Loading

  1. supertest supertest Public

    Supertest - Library from write http tests

    Go 1

  2. developer_academy_mvc developer_academy_mvc Public

    Go

  3. -whyy-pnpjs-query -whyy-pnpjs-query Public

    This library is intended to make it easier to write OData queries.

    TypeScript 1

  4. helix-config helix-config Public

  5. nvim-config nvim-config Public

    Lua

  6. spotify spotify Public

    JavaScript