Git Product home page Git Product logo

👋 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

Philip Obiora's Projects

0chain icon 0chain

Züs (formerly 0Chain) is a decentralized blockchain-based storage platform with no vendor lock-in and a 3-layer security - fragmentation, proxy re-encryption, and immutability. It has close to wire speed data performance, free reads, and is ideal for apps as well as backups, AI data, disaster recovery.

book icon book

Getting started with Docker , working with a book app built with Go

chatapp icon chatapp

A Mini Chat App Built with Go and Reactjs

coder icon coder

Provision remote development environments via Terraform

contentwebapp icon contentwebapp

A Content Web application for creating and Posting Contents built with Golang

daytona icon daytona

The Open Source Dev Environment Manager.

dcrdex icon dcrdex

The Decred Decentralized Exchange (DEX), powered by atomic-swaps.

dcrwallet icon dcrwallet

A secure Decred wallet daemon written in Go (golang).

dvt icon dvt

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

fabric icon fabric

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.

firefly icon firefly

Hyperledger FireFly is the first open source Supernode: a complete stack for enterprises to build and scale secure Web3 applications. The FireFly API for digital assets, data flows, and blockchain transactions makes it radically faster to build production-ready apps on popular chains and protocols.

firefly-signer icon firefly-signer

Signing, Keystore, ABI and RLP encoding utilities for EVM / Ethereum / secp256k1 based blockchains. Written in Go with an enterprise friendly Apache 2.0 license, and a runtime JSON/RPC proxy server. Part of the Hyperledger FireFly project

firefly-transaction-manager icon firefly-transaction-manager

Blockchain transaction manager for Hyperledger FireFly. Integrates public blockchains through a pluggable FireFly Connector API framework. Extensible policy engine for managing gas & resubmission. Confirmation manager for managing finality on both transactions and event streams.

go-microservice icon go-microservice

An End-to-End MicroService that uses different protocols rpc, GRPC , REST API's and Queueing Systems in communicating between services

go-templates icon go-templates

A basic application built with Templates ,forms and sessions using Golang

lxd icon lxd

Powerful system container and virtual machine manager

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.