Me?
Now If you'll let me, I'll declare myself.
package me
type Contact struct {
Twitter string
EMail string
Github string
}
type FieldOfAcademy struct {
Academy string
Name string
Faculty string
Graduated bool
}
type Me struct {
Name string
Job string
IsStudent bool
FieldOfAcademies []FieldOfAcademy
ContactMe Contact
Hobbies []string
}
atakan := Me{
Name: "Ajay Lather",
Job: "Bussiness Developement, Sales and Marketing",
IsStudent: true,
FieldOfAcademies: []FieldOfAcademy{
{
Academy: "India",
Name: "Translation and Interpretation in English",
Faculty: "English Literature",
Graduated: true,
},
{
Academy: "Poznań",
Name: "Information Technology",
Faculty: "Faculty of Computer Science and Visual Communication",
Graduated: false,
}
},
ContactMe: Contact{
Twitter: "",
EMail: "ajaylather96@gmail.com",
Github: "https://github.com/Derogater",
}
Hobbies: []string{
"Gaming",
"Design Clothings",
"Singing",
"Reading",
"Coding",
}
}
println(Ajay Lather)
Maybe a bool field of humour could help as well regarding this declaration. Yeah.
� For those who did not understand a thing from above, This is Ajay Lather. In Process of building a brand that is made by humans for humans to improve there comfort and timeless sustainability in style.
Music
I like listening to music like every single other person, in case you want to see my music taste you can check my Spotify. I also like to sing with my guitar, but I don't really share them anywhere else except my personal instagram account.
Tech
I love technology. Thankfully I've met with it very early stages of my life. I owe my soft skills to the years that I've spent inside this vast environment. Don't you love the idea of doing something in an easier and robust way than it is? I think that's the main drive for me to get my hands on software development. It's been a year since I wrote my first line of code and it was the best decision I've ever made. I had so much fun that I instantly got obsessed with it.
Almost every single day I read documentations, made researches about certain frameworks or strolled among repositories on GitHub. I was also attending a bootcamp physically, but I must admit it was me and my own effort that got me where I am today. What I am trying to say is the improvement doesn't come from whichever school or bootcamp you are attending, or the courses you've bought online, It builds up within yourself with your own effort.
� "There's no different angle, no clever solution, no trickety trick that's gonna move that rock. You gotta face it head-on"