Skip to content
View Philip-21's full-sized avatar

Organizations

@layer5io @meshery

Block or report Philip-21

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

👋 Hello! ,

package main

import (
   "fmt"
)

type Name struct {
   name string
}

func (n Name) intro() string {
   return fmt.Sprintf("My name is %s", n.name)
}

func main() {
   me := Name{name: "Philip"}
   fmt.Println(me.intro())
}


  • 👨‍💻 I am a Software Engineer, with a deep-seated passion for developing scalable software systems across diverse domains.

  • 🧠 My expertise lies in Go, and I excel in utilizing a broad range of technology stacks to develop innovative software solutions.

  • 🔭 I am looking to collaborate more on Open Source Software Projects

🛠️ TechStacks :

Golang      TypeScript      Python      HTML      JavaScript      Jupyter      Postgres      MongoDB      Redis      Git      Docker      Kubernetes      Linux      GCP

Pinned Loading

  1. DVT DVT Public

    A versatile tool for validating and transforming data into various formats.

    Go 3

  2. daytonaio/daytona daytonaio/daytona Public

    The Open Source Dev Environment Manager.

    Go 8.1k 765