|
package main
import "fmt"
type Person struct {
name string
username string
age int
hobbies []string
job string
}
func main() {
var me = new(Person)
me.name = "DEMON JAI "
me.username = "OMKARa011"
me.age = "20"
me.job = "SOFTWARE developer | Web developer"
me.hobbies = []string{"code", "traveling", "music"," guiterist"," gaming"}
fmt.Println(me)
}
Tools and technologies that I have worked with and I'm interested in
C# |
Python |
Javascript |
C++ |
Django |
Github |
Rest API |
React |
Nginx |
Git |
GitLab |
HTML |
CSS |
Bootstrap |
Tailwind |
JQuery |
PostgreSQL |
ASP.NET |
Redis |
Postman |
Linux |
Dart |
RabbitMQ |
sentry |
Celery |
Docusaurus |
Pytest |
- Note : Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.