Details
-
AboutSoftware developer
-
SkillsASP.NET, C#, Angular, VanillaJS and the other ones that they force me to use.
-
LocationMilwaukee, USA
Joined devRant on 12/1/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
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
I just sent two emails for an internship in two companies.
Hope they'll reply back.
I'll keep you updated on that5 -
Next time I see a constructor with 22 parameters. I'm gonna report whoever wrote that to the police40
-
!dev
const children = {
length: 1,
data: [{
name: "noah",
gender: "male"}]
};
children.length++;
children.data.push({
name: "mina",
gender: "female"
});
const happy = true;21