Details
Joined devRant on 3/15/2021
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
-
My previous workplace was toxic whereas my friends and family were encouraging and always cheered me up
Now, it’s the other way around2 -
PUT method works in dev but not in prod for code ignitor. Stuck on this one from a week. Someone HELP 🥲
(Checked htaccess and PUT is enabled)12 -
So this is the scenario:
A Database Error Occurred: You must use the “set” method to update an entry
This is the code:
$this->db->where('id', $id);
return $this->db->update('contractors', ((array) $contractor));
And it gives me the error A Database Error Occurred: You must use the "set" method to update an entry.8 -
Working on a Django API where I have to send a request to a PHP file to upload a XML file. Here is what I wrote:
url = 'url.to.php.file'
files = {
name: ('filename', xml_file.xml)
}
response = requests.post(url, files=files)
I am getting Internal server error. Do not know what I did wrong. Am stuck on this for like 3 days and have tried EVERY alternative POSSIBLE. HELP ME
*cries in corner*2 -
I have a button using
localStorage.setItem(‘button’, getElementById(‘buttonId’))
And use it on page reload for clicking the button on page reload
localStorage.getItem(‘button’).click()
What’s wrong here?22 -
I was making changes in JS and it did not get reflected into the browser, spent 3 hours on it. Later realised I was making changes in the wrong JS file. Have never felt this dumb in my life.4
-
Alternate job if I weren’t a dev:
Painter (but won’t excel as much)
Bartender (would still like to try my hand on it) -
I am soooooooooo much bored to start coding again after a small vacation 🥲 Is it the same for all? If so show me a way out 🥲15
-
I had this amazing friend during my Bachelors and I think because of her I started to learn programming.
Long story short, IT(not just IT though) curriculum in India is shit. So you do not really get to learn during your college. It’s completely on you and how you self teach. This friend who I am talking about not just learnt all this and did research for herself, but she tried to teach and make others aware as well. She organised DjangoGirls workshop in our city where I participated. That’s when I really started learning stuff useful in real world. -
I was talking with my friend on call who was grocery shopping and was confused which icecream to buy. I suggested him to get Chapman’s Frosty. I started seeing advertisements of Chapman’s all over Instagram after. Kinda scary.
-
Was hired as an intern, paid me the minimum wage, had to independently handle 3 large scale projects. Got to learn A LOT but was not paid enough.2
-
A few months back, I had this interview with this guy to work at his startup. It was wonderful and he told me that I am hired (during the interview itself!). The position was of an intern as I was to start my co-op. So, to complete all the process with the university, I need offer letter to submit. The guy did not send me one, instead he sent an NDA. I emailed him explaining that I need an offer letter to submit to the university first before I sign any agreement. He stopped replying to my emails.
I had no other option so I contacted my university's co-op committee and explained them the situation. They contacted that guy and after that I get an email saying "We would like to move forward with other candidates".
IF YOU DO NOT HAVE ENOUGH REVENUE TO PAY, DO NOT CONDUCT INTERVIEWS. AND WHY THE FUCK DID YOU SAY "YOU ARE HIRED IN THE FIRST PLACE?!" MORON1 -
Being a social media influencer i.e. having a couple thousand followers doesn’t make you entrepreneur. Period.2
-
Personal Opinion - I consider investing in stocks or anything related to that as Gambling. I hate it. Guess someone had a bad experience lol13
-
As my internship’s over, I cannot work before receiving my PGWP.
I am wanting to volunteer but its funny I’m not able to find active organisations who need volunteers. My skills are but not limited to web development.
Leads would be appreciated! -
Looking for a Web/Software Development job in Canada. Okay to relocate. Let me know if anyone has any ideas or references. Have tried Indeed, LinkedIn but nothing works.question django python canada job hunting web development django job looking for a new job software development looking for work web python2
-
After coaching for Django Girls organization and GirlScript Summer of Code, it can be known I clearly have a thing for Django. So I decided to make a new Portfolio from scratch and this time, using Django (seemed a good idea as I wanted to migrate my blogs from Medium to the portfolio).
So, I made the project, got a domain name and hosted it on Heroku. Then it struck me to make my portfolio open source so everyone can use it to make their own! I am looking forward to add a lot new features and improve the existing ones. Here’s a link to it: https://github.com/hmangukia/...
Do create an issue if you feel something needs to be improved!
Projects, Blogs and Social Media handles can be added from the admin panel. If the user does not have coding background, the installation process might be tough. That is why, I am looking forward to add the Sign Up functionality so that the user does not have to go through all that hassle of installing and hosting the project.
If you are wishing to use this to make your Portfolio, please go through the installation steps in readme.md. I would be more than happy to help you install and host on Heroku if you get stuck :)5 -
My team and I worked superrrrr hard for a client and help her build online presence, make graphic designs, motion graphics, Facebook posts, Instagram posts, digitalmarketing. After two weeks, she announced she is shutting her business down. All that hard work was for nothing.7
-
I cannot shout at my teammate who doesn’t know anything related to his work(at least pretends to not know anything). He asks me to do his tasks for me and when I deny saying I already have a lot of work to complete, he begs.