Details
-
SkillsJs, android
-
Website
-
Github
Joined devRant on 6/9/2018
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’ve been jumping on techs for a web application I wrote in Next.js and Mongo (mongoose) using Typescript.
The problem- I hate looking at codebase. Partly due to mongoose has a bug which makes type intelisense slow.
Moving forward, I’ve been creating different projects of the backend, in plain node typescript, in nest, in graphql but my inner self wasn’t satisfied.
Last night I deleted all the projects and decided not to change anything and continue working on the garbage code I’ve written a year ago.1 -
Suggest a good framework name for nodejs? I made it for myself thinking to release it. Might be useful to someone.14
-
Joined this company today. Arrived early. Formalities completed. Now I'm sitting at my chair doing nothing. Pretty boring.14
-
Would you suggest MacBook Air Core i5 8th gen model for a hardcore Android Developer?
Current usage on regular basis -
- Android Studio
- 2 Android VM (MeMu, Genymotion etc)
- node.js MongoDB, Redis for server
- VS Code, Chrome, Mongodb compass
My old dell worked pretty well so far it has a core i3 with 8 gigs of RAM and 256GB SSD but processing always seemed slow but managed some how.
Suggest me if MacBook would make better choice than other windows laptop which are much more high end than MacBook on same price?11 -
Anyone familiar with webrtc native android? I am having some problem with audio quality. Asked on stack no one replied :(
Here is the question -
https://stackoverflow.com/questions...1 -
Hey guys I've to make my CV/RESUME. Can you guys help me through it? I made couple of it but I didn't like any. I think I need to see some real CV/RESUME.2
-
Which Linux flavour should I install in my newly ordered ssd ?
My usage will be
vscode, chrome, mongodb,
android studio
Please take consideration of ease in installing hardware drivers. Didn't want to waste so much time on it.26 -
What does this means?
`cd ~`
P.S. I know what it means I've to show it to someone. Please answer it.14 -
Windows sucks ... Fucking die in bowl of water Microsoft you can't make a single thing that works as it supposed to...
Trying to connect to a WiFi past 30 minutes but it connects the default ones and the fucking progress bar keeps going you can't cancel it.2 -
Does anyone know any android browser or app to have similar functionality of network tab in chrome?
P.S. For Non Rooted Phone5 -
Found an institutional coaching centre leaking 1000s of students personal data phone, photo, db, parents info, documents photo path, payment method(bank, check, card) etc. They 32567 rows. I'm trying to find the admin login page. It seems they have it on separate subdomain. I found student login and I can login as any student. I hate these institutes. Sent them emails days ago (29 sept) but no reply yet. What should I do?2
-
I think accept cookie thing should be done by browser itself. If it was like when using
document.cookies=bla browser wod show the popup that if we (users) are okay with the site storing a cookie. It'd be much standard as I can set accept cookie from all web sites etc so I don't have to8 -
I broke into hotels WiFi. So here's the setup
They have a main router (TP-Link) which they use for official purposes then they connected the main router to a Microtik router for guests.
I got a glimpse of the software they use for accomodation, billing etc. It runs on php stack maybe MySQL too and some ip can't remember now. I can use wireshark to sniff the packets. Basically should I tell the office of this hotel about the security? Or just let it go.
P.S: Guys you know I'm visiting my gf but I've got some time for myself as she had something to do. So you know I'm not using my laptop when I'm with her.13 -
✈️ to my girlfriend's place to meet her after years of long distance relationship.
Wish me luck guys33 -
Always always always always always keep writing tests as you implement features. TDD is good thing but not necessary but tests are really necessary. I thought I'll write tests later now the code is so tightly coupled I can test things independently. 😑😑
-
Tell me honestly, Do your feel gender discrimination vibe at your workplace? I've been seeing so much tweets about female developer being insulted/made fun of/ whatever you call discrimination.
For me it's really good to see them writing codes. One of the girl I was friend with on Facebook was really good at solving problems. She gave me some of best ideas. I need an honest answer guys ?24 -
I realised I was using my phone too much. Then I grouped apps randomly now I'm too lazy to find where is which app. 😎😎4
-
Am I the only one who thinks to rewrite whole thing when the code have weird formatting and so complex to understand and annoying bunch of functions which can be just ternary or an if?
-
I'm sure you've heard of PUBG - Player Underground Battle Game. My flatmates are obsessed with it. Is there any way I can stop outbound connection to PUBG server or Asian Game Server? I tried to intercept the traffic couldn't find anything.9
-
How fast is vscode in Linux? I'm irritated with time it takes to start my complete dev environment in windows.?
nodejs + mongodb + vscode + chrome + studio3t
So you see I've to start 2 electron based apps and chrome. Node js takes its fare time to start the first script.27 -
What advice you'd give me if I've no industry work experience and already in process of making my first start up into a business? Got my first paying customer and many more in process6
-
Thought to let you folks know who doesn't know about `pnpm`.
• no duplication of libraries. Second time the libs will be symlinked
• you can alias a library and it's separate versions.
• blazing fast.
• almost feels like python's package manager.4