|
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 = "Ahmed Raouf"
me.username = "Ahmed-Raouf-Metwally"
me.age = 26
me.job = "Backend developer | Web developer"
me.hobbies = []string{"code", "anime", "music", "gaming"}
fmt.Println(me)
}
Tools and technologies that I have worked with and I'm interested in
C# |
Python |
Javascript |
Typescript |
C++ |
Github |
Rest API |
GrapQL |
React |
Nginx |
Docker |
Git |
GitLab |
HTML |
CSS |
Bootstrap |
Tailwind |
JQuery |
PostgreSQL |
ASP.NET |
Postman |
Linux |
- Note : Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.