Details
-
AboutComputer science student, interested in web development and proficient in python and javascript
-
SkillsJavascript,NodeJs,React,Express, Python,Php,Mysql,Jquery,Ajax,Blockchain
-
LocationMumbai,India
-
Github
Joined devRant on 6/27/2019
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
-
Here I've compiled a list of challenging questions on closures. Let's see how many you get correct.
https://readosapien.com/interview-q...1 -
Did you know 2021 saw 44 unicorns startups? For people who don't know what unicorns are, unicorns are startups having billion dollar valuation. This made me wonder about startups with no revenue, how are they valuated? So researched a bit on it and penned down my learnings in this article.
https://readosapien.com/how-to-valu...7 -
I rolled out a feature in one of my previous organizations. It looked awesome. I couldn’t wait to receive all the praises and appreciations but instead was bombarded with bugs and issues. Well, I tested the feature on chrome but little did I know that the users used IE and safari. This is where polyfills in javascript step in. Here I've assembled a list of some important polyfills. Do read it and let me know your opinions.
https://readosapien.com/polyfills-o...1 -
Did you know that 94% of the start-up businesses struggle on the very verge, during their first year of operation? Why, because they didn’t know how to finance a start-up business. Know how to finance a startup business and what are the means of getting small business loans for your startup.
https://readosapien.com/how-to-fina...4 -
Have you been using node js for a while now? Are you aware of how things work internally in node js? the queues in node js? Doesn’t matter if your answer is yes or no, I will let you in on one little secret which will clear all your doubts regarding how node js works asynchronously under the hood.
Read the following article to know more
https://readosapien.com/queues-in-n...rant node-js event-loop callstack nodejs macrotask-queue callback-queue javascript microtask-queue js programming software2 -
Hello! Check out my URL shortener application. Please take a moment to review it for me.
Also if you like it please leave a star for the repo.
Link to live app - https://reha-short-url.netlify.app/
Link to Github repo - https://github.com/rehasantiago/...devrant react programming coding url-shortener node js javascript projects jwt mongo db mern express2 -
Hey guys I'm struggling with this error in django
django.db.migrations.exceptions.NodeNotFoundError: Migration recommendations.0001_initial dependencies reference nonexistent parent node
Can someone please help me1