I am a developer with experience in Java and Python programming languages.
In terms of web development, I have experience with Django/PostgreSQL backend development. Recently, I have enjoyed working with Meteor.js for my projects and would be glad to work with it again.
I have some experience with iOS development and Android development but never worked on a big project.
Github: http://github.com/saigrandhi
Website: http://grandhi.me
Email: sgrndh@gmail.com
Remote: Yes
Willing to relocate: Yes
Technologies: JavaScript, Java, Python, Django, Android Development and iOS Development.
Resume/CV: http://www.grandhi.me/SaiGrandhiResume.pdf
Email: sgrndh@gmail.com
Github: github.com/saigrandhi
Deleted Comment
React itself is allowing me to write web applications faster and with less bugs, primarily because of the unidirectional information flow, but also because of the way it guides you into making everything components, which keeps the borders up between objects and makes testing easy.
Even better, I can now create both iOS apps and Android apps at the same time (I knew Objective C but not Java for Android), and at a much faster speed than before - the flex layout model alone has saved me days and weeks of debugging the iOS layouts in storyboards, and now I'm able to shift code between the app codebase and the web codebase with ease.
It is indeed overwhelming when first trying to learn React, especially when trying to learn Javascript at the same time, and this flowchart is so spot-on with the tendency to start using packagers, boilerplate, redux before understanding why they are useful.
Follow the flowchart, and you will find happiness!