Details
-
AboutNot just a rookie. One of the Worst Gens.
-
SkillsObjective-C, Swift, iOS, ReactJS, NodeJS, ruby, erb, flow
-
LocationHarrison, NJ
-
Website
-
Github
Joined devRant on 10/28/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
-
Commenting and forgetting to delete before merging to master, only to create another branch just to delete these comments or put TODOs. 😑😑
-
Been a while since my last rant, and this is not a rant.
Working at a startup is amazingly exciting and interesting.
Finally rolled out a feature from our company and. Is working on another one and the production bug keep coming from the old one. -
I joined a startup and suddenly all I thought I know was disappearing and a very complex creature fell into my laps asking me to code it. Then there’s these trello cards asking me to pick them up and start solving.
Well, first, no idea how the whole app is structured.
Good thing, have a supportive team for sure. -
Referring to this, about best programming languages,
https://devrant.com/rants/1322105/...
I’m more disturbed about Go didn’t make the list. At all.1 -
I find this a bit disturbing.
Programming languages shouldn’t be rated, that’s what I feel.
Thoughts ?28 -
Is it normal, or is the HR stalling?
I spoke with the HR and they offered me a job and they’re drafting the offer letter.
1 month later.
They’re still drafting the offer letter.
Do I have to worry about the length of responsibilities that I need to do?5 -
Isn’t the usage of environment variables common for golang apps?
I interviewed for a company which made me develop a golang backend service and I used environment variables for sql connection strings and client and secret IDs and all.
When I submitted them the project, the feedback was that the tech person isn’t familiar with dotenv configuration.
Any inputs about any other way this could’ve gone?3 -
Referring to my previous rant
https://devrant.com/rants/1274499/...
Now I got a job as a java developer. 😑😑😑
Karma bites you in the ass.3 -
var job = {}
try {
const req = await searchJobs()
job = ffInterviewProcess(req)
}
catch(e){
console.error(“you have no job, go back to your country”, e)
}
finally {
console.log(“Tears in eyes for” + (job ? “” : “not”) + “getting a job”)
}2 -
Simple but tasty dish.
It’s just scrambled eggs, Indian style.
Oh btw did I say? This is the first dish that I learnt and my favourite goto if I get stuck with golang And graphql.
Guys.
Please do try this combination.
Go + GraphQL + Neo4j9 -
I wrote a program to check if there are empty rooms and email me when the room I want is empty.
So I ran it, and I got the email, But by the time I went to the info desk, that room was taken.
I don’t know why I wrote that program wasting except to waste my time.3 -
Hilariously cool error.
I mean, not everyday your editor tells you to meditate or sing you a bob Dylan’s song, right?
That’s a nice touch atom.2 -
Did you read Sophie’s World? Feels like it’s the introduction to Steven skeina’s Algorithms.
Just why is the question and answer.1 -
Sometimes I feel Jessica Jones is more attractive than Black Widow.
And then I see Wonder Woman and feel like, Naaah Jessica ain’t that pretty.3 -
So it’s my girlfriend’s birthday and I was sitting with wine in my hand and C sharp.
I’m gonna be dead tomorrow.4 -
A quick question !!
How popular is GRAND stack? GraphQL React Apollo client Neo4j Database.
Is anyone using it?5