Details
-
Aboutlike to randomly include meme references in the code
-
SkillsEverything JS(React, Angular, Vue, Express, vanilla) Django, Rails, Laravel A bit of C++
-
LocationIndia
-
Github
Joined devRant on 8/17/2016
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
-
The assignment needed me to implement a class that behaves like a vector<int>. I tried the obvious hack not expecting it to work, but surprisingly it did.7
-
Should I pick Express, or Django for a medium sized API backend for a production app I'm building for a start-up. I've worked with both, and am unsure between choosing Express so I get to learn it more versus Django because I know it pretty well so less likely to get stuck.
There's going to be an accompanying React frontend, and a React Native app as well.3 -
Functional programming in a nutshell
isRepost && sorry()
/**
* From Reddit : https://reddit.com/r/...
*
*/4 -
I was planning a long rant about how AWS is so noob-unfriendly, but honestly I'm just tired after trying in vain to deploy a simple Django app on EBS with a simple RDS SQL db. Seven hours of not being able to deploy a simple Django app ffs 😭😭😭😭😭1
-
The fact that I still have to Google up even the simplest of css syntaxes even tho I've been doing css for years now1
-
I formatted my entire hard drive, installed an unlicensed windows 8.1 and ran a shit ton of cracked patching on it; even went hunting for a fuckload of drivers, just so I don't have to use Windows 10.
"But it's not so bad" you say. Well, merry Christmas to you and your six hours of unskippable, non-disablebale updates per week, strategically placed to cause maximum disruption to your work, my friends.11 -
One of the reasons their extensive data collection is becoming annoying for not just the privacy freaks, but everyone is when it starts suggesting me dumb stuff like no thanks I learnt coding by spending two years on messed up projects and wrecked half a dozen servers before I had an idea on how to host a website go feed this zuckershit to some other n00🅱1
-
Am I the only one who's so fkin fond of the ES6 function declaration of (params) => {//code} over other declaration types?2
-
Need to create an internship portal for students and companies to register, sign in, post internships, apply for internships, browse internships and a minimal admin panel, for the entrepreneurship cell I'm college
(cuz the guy who was supposed to do didn't do jack shit in three months, so I have to make a quick one in three days)
Any suggestions on what should I use?
My current options are PHP and Node-Express, but I'm not fixated on either, and the minor details like the templating engine, how to store data, how to implement authentication etc...