Details
-
Aboutdeveloper
Joined devRant on 8/10/2020
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 am happy that Finally I was bitching about processing large number of email templates,sending them and showing statistics is done. :)2
-
My instagram feeds wooww
Big Setup with laptops pc phone etc .. hot guy or glzz.. and a big caption lets learn big O notation .. hehehe2 -
Office Politics
I suppose I become a victim of office politics. I was working on new project and one more new project having e-commerce aspects was in queue. But my ex-manager went to the boss and asked him to assign me to her :( No more chance to work on e-commerce :( again have to work some geo-location services. Feel like fu*ked up ..2 -
I got situation here,
I am getting 524 error from cloud fare. I sent some data using AJAX, process it and then return the result. Since the data is large and have some SQL manipulation on it so it take a lot of time. I put the process in back end. But still even for 10k records it took 4-5 minutes to process, Issue is everything works fine but since cloud fare response time is 1-2 minute so it through 524 error (as it does not getting any response within its time frame). How I am suppose to tackle this. May be using job scheduler now ? My client simply refuse to send small data. My Friend is suggesting don't use ajax, simply reload the page. But again data is too much so page loading will also through 524 error. Kindaa stuck here. Any idea/suggestion how I can proceed.
Language I am using PHP. Database, MySQL and SQL.
Hmm Here is some more explanation
https://github.com/marcialpaulg/...
But not working
Here is also something
https://stackoverflow.com/questions...
But I am thinking why redirecting ? It doesn't make sense to me7 -
Hmm I have created marketing application. and when it goes live the client comes with approxx.. 10M mails to be sent at once :( Everything worked smoother But client does not have patience to wait.. So he went to the boss.. boss told us heyy you process email one by one .. instead create batch of emails and then sent.. my whole application flow has been changed.,.....
Its like am on 0 to start again
crying in corner ... :(10 -
I don't understand when applying for job .. companies just post their product .. ask for improvements, bugs etc, :( Do I need to look over that I just skipped that types of jobs . Is this worth it to study their product and then apply ?3
-
First It has to be challenged task. It must have something that challenge me Second Short Answer "BUG".. hehe I cant sleep until I catch it and resolve it
-
-- Learn Data Structure this year
-- Complete 2 project with clean code
-- RnD on Game Development
-- Develop one WP plugin
-- Complete two tutorial get them promoted
-- Clear IELTS and try to get job Abroad
-- If have time will go for freelancing
-- Lastly if get bored will switch job -
We all have a reason to get start code. But after -5 experience What motivates you guys to code .11
-
lol I just saw Devrant Wordpress plugin to integrate on website. As per my experience many people here do bitching about things. Why would anyone wants to add those on website
-
I hate devrant''s 2 hours limitation for posting :( atleast give option save as draft or set publish time (even it after two hours just disable the timer for two hour)8
-
Most useless meetings I attended was in my previous company. Our f***king boss suggested that manager must have to take one morning meeting with the whole team about that tasks what needs to be done. And our bastard manager calls the whole team and wasted time all of us cause our work is not related to each other so he is explaining one on one and rest are looking at his face what type of species he is :P
-
Hey I want to ask some react project suggestion that are good for interview as an experienced web developer. I don't want to build calculator :(
Mine list is
ToDo App
Expense Splitter App
CV Management App
ANy Thing else will be welcomed8 -
I need just a bit of advice.
I am working with node.js and React and mongoDb
I just want that please take a look at my schema architecture (Specially for address) for profile and suggest me which is better
Approach 1 :
https://paste.centos.org/view/...
The things that scared me with this approach. I tried this also But it become unnecessary headaches to insert address and then query address as it is nested schema .
Also if you check this out
https://stackoverflow.com/questions...
[Answer by Konstantin Smolyanin (Long Version))]
One must not considered nested state in react.
Approach 2
https://paste.centos.org/view/...
I can store address into another collection
Also is there any reference sites where I can learn about schema architecture or database design with practical scenarios.
Thanks for reading out.4 -
hmm I need suggestion.
Actually am working on autocomplete address (zip code to autofill countries,state,city) feature.
But am confused with events. For example I have input field user is typing zip code so on which event I call my api example onsubmit or onChanged.
I seriously don't want to use onSubmit. But if I use onChange event than it will start searching for every character :(
any advice9 -
Hmm am learning mean stack.. so far it is good... But can anyone help me in reviewing my code. Like am doing self learning but I guess my code can be improved with better standards or approaches.. Just curious if can found any help here :)8
-
I like my desk clean. Just copy, pen, water bottle, some eatables. sorry no toys, arts blha blha..3
-
Most memorable co-worker for me is my senior dev at my first job. He is awesome. He taught me everything and he never complained even if I ask some basic things and never got irritated when I made dumb mistakes.. he just simply explained and ask not to repeat that mistake. He gave me one advice that never ever be egoistic about your code, Yes you can feel proud but don't be like I will never tell or explain to my junior ones. Cause of Him I am good mentor/trainer also :) along with developer. Thank god at my first job he was mentor.
-
I am into web development but I handle small projects and I just want to ask does unit testing/Integration testing done by the developer or for testing there is different department? I mean do I need to learn how to write test case too??6
-
I am watching Amazon prime Mr. robot and WTF hacking is so easy you just need to be alone and yeah morphine :P9
-
Does ever Code make you cry badly?? Specially when you thought that task is simple and you can do it easily and then you realize oh fuck :(5
-
so many things happened this week.
First I told my colleague about torent :P she doesn't know what is it . Hope she enjoy much more content now :)
Second I was working with a client and she is herself a developer and she works like 24 hours. During lock-down she hardly slept for 4-5 hours and I came to know this week that she is 72 years old. I mean omfg in this age she is doing code and so much work :) that is indeed fucking awesome1 -
What kind of developer you are? What you write first LHS or RHS while assigning values?
Step 1: a+b
Step 2 : const a = a+b;
or
Step 1: const a;
Step 2 : const a = a + b;23