Skip to content
View NitsanCohen770's full-sized avatar
Block or Report

Block or report NitsanCohen770

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NitsanCohen770/README.md

Top of pokeball

Open profile


Screenshot_2022-12-22_at_23 08 11-removebg-preview
Typing SVG
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;
}
Tools

Programming Languages

Back-end

Front-end

Database



System, Networking & Deployment

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.
Jokes Card
What can I do for you?

Let's Work on Your Project Together!

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.

It's not perfect, isn't it?

Feedback

“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.”
– Elon Musk

Bottom of pokeball

LinkedIn Email My website

Pinned Loading

  1. teambit/bit teambit/bit Public

    A build system for development of composable software.

    TypeScript 17.8k 924

  2. cohen-codes/design cohen-codes/design Public

    MUI based design system for cohen.codes website.

    TypeScript

  3. cohen-codes/dev cohen-codes/dev Public

    The development infrastructure components, for cohen.codes website.

    TypeScript 1

  4. cohen-codes/website cohen-codes/website Public

    TypeScript

  5. cohen-codes/contact-me cohen-codes/contact-me Public

    Components and services for the contact me page.

    TypeScript