Details
-
Aboutrecently graduated. working as a developer in a startup company.
-
SkillsJava, JavaScript, jQuery, Spring Framework, HTML, jQuery, MySQL, JSP, JDBC, Servlets, Android
-
LocationNoida
-
Github
Joined devRant on 3/18/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
So I'm a new CS student diving head first into programming. I've already made my choice in terms of what language to learn and indent style (bracket gets its own line 😁), but I'm having trouble choosing between vim and emacs...
Without this devolving into a flame war, could we have a discussion on the pros and cons of each editor? I'm curious to see what other developers use and their experiences with each of these editors.28 -
* Me to a girl*
Me : Hey can I know your age?
Her: I can't tell the age like that!
Me: Oh! I see! Can I get your email address so that I can contact you later!
Her: priyanka1995@gmail.com
Me : —_(@_@)_—13 -
Guys check out devRant CUI
https://github.com/Jay9596/...
Very buggy at the moment, but can be used to browse rants,stories,etc.25 -
I told my girlfriend she was the semicolon to my statements,little did she know I was using Python.8
-
The superpower to perform version control on reality. (Git)
Imagine this universe (the current branch), which is made up of a series of events (commits).
Having this ability to allows us to:
- undo events (git reset/git revert)
- reorder events (git rebase)
- transfer to another universe (git checkout)
- derive a new universe from current universe (git checkout -b)
- delete a universe (git branch -D)
- apply an event from another universe (git cherry-pick)
and my favorite:
- merge universes and their events (git merge)
we have to resolve conflicting events, of course.
What else? ;)8 -
Life of a web developer:
*Birth*
*Create awesome looking websites*
*Make them look bad on clients request*
*Death*2 -
Said my code is self explanatory and doesn't need comments.
After few minutes "wtf is this shit?".5