Hi everyone! My name is Jaspreet Singh, born and raised in New York City.
I recently switched career paths from Law to Software Engineering, which, though it was a difficult decision, came down to one thing,
Being A Creator
I love the ability to create my own applications and contribute to the growing demand for secure, reliable, and user-friendly
software. Finding ways to make websites secure easier to navigate, for example, was a very fulfilling task that I took
on for my projects.
On my free time I teach myself how to play classical Indian instruments. Check out a sample of me playing the Dhad (North Indian single-hand drum) below!
I enjoy expressing the artist in me, which often bleeds into my work as a frontend developer. In many of my projects, you will notice a heavy emphasis on the
front-end, especially ProjectPark where I spent hours creating visual effects for the user to enjoy.
With my background in Law my experience and my knowledge of building strong web applications, I am looking for a
full-time position as a Full-stack/Front-end software engineer. Feel free to message me via LinkedIn or my email:
jaspreetsingh7798@gmail.com
If you havent already, feel free to check out my projects here.
Work
Ourspace
A Facebook clone built using React, Redux, and Rails with posting, liking, commenting, and friending capabilities!
BlockUp
Send secure and instant video and text messages with this React and socket.io app secured by Google Authenticator.
Project Park
Play through this Three.js game and smash through walls, play soccer, and cause explosions! Physics integrated through custom code, and seldom with Cannon.js
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';