Skip to content
View Dharma-09's full-sized avatar
:electron:
Focusing
:electron:
Focusing

Highlights

  • Pro
Block or Report

Block or report Dharma-09

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

πŸ‘‹ Hi, I'm Dharmik Gangani

- πŸ‘€ I’m interested in ... DevOps/System Engineering and cloud Development/Architecture
- 🌱 I’m currently learning ... Rust Lang
- πŸ’žοΈ I’m looking to collaborate on ... Open Source project which builds on Go, Python, and Rust
- πŸ“« How to reach me ...

Twitter: im_dharma09 GitHub Dharma-09 Paypal dharma09

Open Source Code Explorer, Enthusiast, and Archeo Arkeolo Archaeologist, that's it!

Open Source Contribution

drawing


More about me...

package main

import "fmt"

type Me struct {
	Pseudonym            string
	Code                 string
	BestAndFavoriteSkill string
}

func main() {
	me := &Me{
		Pseudonym:            "Dharma ->",
		Code:                 "GoLang, Javascript and Python",
		BestAndFavoriteSkill: "Web Hacking :D",
	}
	fmt.Println(*me)
}

Pinned

  1. Mozart Mozart Public

    πŸ’° payment processing and digital money transfers Dapps using react and solidity.

    JavaScript 1

  2. Arjun Arjun Public

    smart contracts Static analyzer tool for solidity

    TypeScript

  3. wagtail/wagtail wagtail/wagtail Public

    A Django content management system focused on flexibility and user experience

    Python 17.4k 3.7k

  4. kube_scaler kube_scaler Public

    Automatic horizontal POD scaler

    JavaScript

  5. JangoToDo JangoToDo Public

    πŸš€βœ¨ Here is a Simple Django ToDo list web application.

    Python

  6. Go_Chat Go_Chat Public

    πŸ“² Building a TCP chat server using Go, which enables clients to communicate with each other

    Go