Details
-
AboutI'm a student, love to learn to code , make games on unity and develop apps on Android studio
-
SkillsJavaScript,html,c,cpp,java, Android studio, SQL plus
-
LocationIndia
-
Github
Joined devRant on 3/3/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
-
A client called me today saying their custom website I built for them is down. It just shows a 403 error now. They said they just wanted to update the prices. I asked what changes they made before it crashed. She said, "I couldn't figure out how to change the prices, so I just installed Wordpress, and now it doesn't work!" They completely deleted the entire website using cPanel and replaced it with a partially installed Wordpress.🤦19
-
Fuck it I’m posting it again because I got got by this…Again.
If this is how you write your APIs, take a number, get in line. I got some slapping to get out of my system.7 -
Day of days! Insomnia supports environment variables! And has for a long time! I just missed it is all!
-
We have RGB shit in computers...
We have dev ducks...
We need programmable RGB dev ducks that can change their color with a scripting interface.
If you choose to make your duck's color correspond to the compiler warning and errors displayed this can be done. Also, maybe have it plays sounds too.8 -
I don't have a "most painful error".
The real pain for me is the
WHY ISN'T THIS WORKING
I'VE DONE THIS 1000 TIMES BEFORE
THIS ISN'T HARD
THIS SHOULDN'T TAKE THIS LONG...
It's just the worst combo of events / feelings / leads to the hopeless depths of imposter syndrome and etc.1 -
If you are Flutter developer, checkout FlutterScreens on GitHub and show some love.
https://github.com/samarthagarwal/...8 -
Made my FIRST APP using Flutter.
How's it?
Fetches 'Random Rants' from devRant.
Should I put the code on Github?
PS: will break if the image is too long in height16 -
This Book....
Before doing any systems programming you should definitely read this book... most people think they know what they are doing but in fact they are completely clueless and the worst part is you don’t realize how clueless you are... you don’t know what you don’t know nor do you know how much you really don’t know.. a most people are part of this group, including myself lol.
Computers are much more than a bunch of CPUs, buses and peripherals. (Embedded folks realize this). But this goes beyond embedded this is a systems book, on architecture of computers in general.
Learning only java and the java/C# python and the others SDK/Api and spending your life with horse blinders for what’s going on below only sets you up for failure in the future, and when you that point it’s gonna be a shocker. Could be tomorrow could be 20 years from now, but most people with those horseblinders get to that point and have that “experience” no avoiding the inevitable lol.
I really enjoyed this book in their quantitative approach to teaching the subject. Especially understanding parallelism and multi core systems.5 -
Installed RAM 48.0 GB
Eclipse, Chrome if you ever show the slightest slowliness I'm deleting you forever!24 -
Normal person in an elevator:
- gets in
- pushes the floor number
- patiently waits
- gets out
Programmer in an elevator:
- gets in
- pushes the floor number
- thinks about how elevators are programmed, what the data structures would look like.
- regrets his life decisions 😂
- gets out4