Open profile
About me
interface Nitsan {
/**
* Represents me.
* @param city Harish, Israel.
* @param languages English, Hebrew.
* @param jobTitle Frontend Developer.
* @param specialization Building full-fledged web applications.
* @param interests AI, writing & problem-solving.
* @param hobbies Gardening, Animal care, Praying.
* @param education Self :)
* @param approachable Yes, to collaborate on exciting projects, don't hesitate to reach out.
* @param strength Problem solving.
* @param weakness Not leaving a problem until it is solved.
* @param birthday 24th of December 1988.
* @returns Nitsan object.
*/
constructor(
city: string = 'Harish, Israel',
languages: string = 'English, Hebrew',
jobTitle: string = 'Frontend Developer',
specialization: string = 'Building full-fledged web applications',
interests: string = 'AI, writing & problem-solving',
hobbies: string = 'Gardening, Animal care, Praying',
education: string = 'Self :)',
approachable: string = 'Yes, to collaborate on exciting projects, don\'t hesitate to reach out',
strength: string = 'Problem solving',
weakness: string = 'Not leaving a problem until it is solved',
birthday: Date = new Date(1988, 11, 24) // Month is 0-based, so 11 represents December
): Nitsan;
}
Quote
One of my favourite quotes
“Can I say something? Um, I’m the type of person that if you ask me a question and I don’t know the answer, I’m gonna tell you that I don’t know. But I bet you what, I know how to find the answer and I will find the answer.”
Chris Gardner interpreted by Will Smith in the movie "Pursuit of Happyness" (2006)
Free DOSE hit
DOSE (dopamine, oxytocin, serotonin & endorphin), refresh page if dose was ineffective.
What can I do for you?
If you have any questions about web development and writing mistake-free documentation, feel free to contact me by email, I won't bite, I promise. |
“I think it’s very important to have a feedback loop, where you’re constantly thinking about what you’ve done and how you could be doing it better.” |