Skip to content
View dotsehyde's full-sized avatar
πŸ‘¨β€πŸ’»
NiGHT LiFE
πŸ‘¨β€πŸ’»
NiGHT LiFE

Block or report dotsehyde

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

Software Engineer | Java | Golang | PHP | JavaScript


Visitors Twitter: dotsehyde

package main

import "fmt"

type Bio struct {
   Name   string
   Dev    string
   Handle string
}

func (b *Bio) ToText() string {
   return fmt.Sprintf("I'm %v, an %v,\nFollow me on Twitter => %v", b.Name, b.Dev, b.Handle)
}
func main() {
   me := Bio{
   	Name:   "Benjamin",
   	Dev:    "Application Engineer πŸ‘¨β€πŸ’»",
   	Handle: "@dotsehyde",
   }
   fmt.Println(me.ToText())
   // I'm Benjamin a Software Developer πŸ‘¨β€πŸ’»,
   // Follow me on Twitter => @dotsehyde
}

Languages and Frameworks:

Frontend

HTML5 CSS3 TailwindCSS JavaScript React Dart Flutter

Backend

Go Spring Express.js MongoDB Postgres Firebase Supabase

DevOps

Docker GitHub Actions Nginx DigitalOcean Linode

Popular repositories Loading

  1. restart-ios restart-ios Public

    An onboarding UI for iOS made with swiftUI

    Swift 4

  2. tictac-game tictac-game Public

    A TicTac game made with flutter

    Dart 3 1

  3. miTask-ios miTask-ios Public

    Simple iOS TODO App with CoreData

    Swift 3 1

  4. go-react go-react Public

    This is a fullstack project using Go as backend and React as frontend.

    Go 3

  5. ebookapp ebookapp Public

    Read and download free storybooks from Feedbooks

    Dart 2

  6. dotsehyde dotsehyde Public

    2