An Entry Level Job in Full Stack Development in Israel
Java, Node.js, React, MongoDB, Mongoose ODM, Express.js, SQL, HTML, CSS, JavaScript, JQuery, PHP, C, Linux, Selenium, Jenkins, Gradle, Maven
https://github.com/yonikirby/Yonatan-Kirby-s-Projects
I grew up in the Boston area and attended The University of Massachusetts Amherst. I majored in Computer Science, taking challenging courses in Data Structures, Algorithms, Computation, Operating Systems, Computer Networks, Databases, Operating Systems and Software Engineering.
I have full stack experience from my internships and jobs. At my latest internship, I programmed both front and back ends in Node.js, React.js, MongoDB, Mongoose ODM, and Express.js
Facebook Clone
Just what it sounds like—I made made a site which has all of Facebook's main functions, including login/signup, displaying profiles and uploaded photos, adding and cancelling friendships, newsfeed with comments, subcomments, liking and sharing, personal messaging and ajax search. You can see it live at
http://www.socialnetwork.a2hosted.com/. The code is on GitHub
here. Please do check it out!
Comma-Inserter
I made a JavaScript program to insert commas into your text where you need them (built on top of a part of speech tagger). The working program (live) is at
https://socialnetwork.a2hosted.com/grammareditor/, and the JavaScript file is in my GitHub
here.
Wikipedia-Query Program (In Progress)
This is a semi-working prototype of a program which would allow you to ask any question of Wikipedia, such as: "How tall is the average giraffe?" or "How wide is a normal football field?" It needs a lot of work, but I think the strategy I have utilized so far is worth looking at, since I employ both a part of speech tagger and a library which calculates the degree of similarity between words. The readme file is
here and the code is on my GitHub
here.