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 passion for developing scalable, resilient software systems across diverse domains.

  • 🧠 I specialize in Go and i enjoy building robust software systems that adhere to SOLID principles, design patterns, and core engineering concepts.

  • πŸ“š My skillset spans across various technology stacks, allowing me to create innovative and efficient software solutions.

  • πŸ”­ I am actively looking to collaborate on Open Source Software Projects and contribute to impactful, community-driven initiatives.

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 9k 795