Coder Social home page Coder Social logo

πŸ‘‹ 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

✨ My Recent Activity

Open Source Contribution

  1. πŸŽ‰ Merged PRΒ #8122Β inΒ wagtail/wagtail
  2. πŸŽ‰ Merged PRΒ #6859Β inΒ kubernetes/autoscaler/

πŸ“• Latest Blog Posts

Languages and Tools βš™οΈ

angular aws azure bash c docker go grafana hadoop javascript kubernetes linux mongodb mysql python typescript

More about me..

package main

import "fmt"

type Me struct {
	Pseudonym            string
	Code                 string
	BestAndFavoriteSkill string
	Certifications       []string
}

func (m *Me) PrintInfo() {
	fmt.Println("Pseudonym: ", m.Pseudonym)
	fmt.Println("Code: ", m.Code)
	fmt.Println("Best and Favorite Skill: ", m.BestAndFavoriteSkill)
	fmt.Println("Certifications: ")
	for _, cert := range m.Certifications {
		fmt.Println("- ", cert)
	}
}

func main() {
	me := &Me{
		Pseudonym:            "Dharma",
		Code:                 "GoLang, Javascript and Python",
		BestAndFavoriteSkill: "Web Hacking :D",
		Certifications:       []string{"ESCA", "AWS cloud practitioner"},
	}
	me.PrintInfo()
} //To run this code go run file_n.go

DHARMIK GANGANI's Projects

arjun icon arjun

smart contracts Static analyzer tool for solidity

cloudai icon cloudai

Cloud project to extract text from pdf or image and convert into audio file,which user can received through their email

contribute-to-this-project icon contribute-to-this-project

This project is waiting for your contribution. If you have never contributed code on GitHub before, this is the project to get you started.

findblock icon findblock

ERC-721 based memory game using Web3,truffle,solidity and react.

go_chat icon go_chat

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

hacktoberfest-2022 icon hacktoberfest-2022

Contribute in this repository by raising genuine PR. Get verified, merged and earn the free swags from Hacktoberfest 2022.

jangotodo icon jangotodo

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

mozart icon mozart

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

pollux icon pollux

Web3 Video Meetings - Start a meeting in just few clicks, schedule a token-gated meeting via our dashboard.

portfolio icon portfolio

Welcome to My personal blog where I share my musings. Visit my portfolio for more information

spaidy icon spaidy

In this project 🌟, i’ll scrape πŸ•· data from IMDb’s β€œTop 1,000” movies, specifically the top 50 movies on multiple pages.

tread-py icon tread-py

πŸ“ˆ Stock Tread Prediction web application in python using Streamlit and open source library

wagtail-1 icon wagtail-1

A Django content management system focused on flexibility and user experience

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.