Details
-
AboutFreelance UI Designer
-
SkillsHTML5,CSS3,javascript,MYSQL,Webstorm,Photoshop,Git
-
LocationDehradun
-
Website
-
Github
Joined devRant on 10/8/2016
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
-
Fuck JetBrain! So I'm sitting there, unhappy with Vim, wanting to write a simple timer program to execute scripts and alarms at a given time. Trying gedit and gvim, huh, lets give PyCharm a try! Well: PyCharm uses fucking Spaces by default and it automaticaly reformats my entire project from tabs to spaces. After that it fucked up a merge, and rendered everything useless, as python cant execute mixed intendation, and PyCharm wasnt working anymore because somehow important project files were corrupted through merge. Fuck this shit. Now im running Geany. It works.10
-
Sometimes, when I write scripts to scan random IP addresses for an unsecure VNC server or develop my own NES emulator and someone asks me "Whatcha doin'?", it's just easier to lie rather than start explaining, so I reply:
- Nothing... Just some web dev.2 -
What my lecturer think I have learned:
- Programming Patterns
- C, C++, Java
- Socket programming, web programming
- Operating system...
What I have actually learned:
1. printf("Hello World");
2. echo "Hello World";
3. console.log("Hello World");
4. Console.Writeline("Hello World");
5. cout << "Hello World" >> endl;
6. System.out.println("Hello World");
7. puts "Hello World";
8. "Hello World"
9. write("Hello World");
10. Display "Hello World"10 -
I just started my new job as web developer. I have to work on an already existant PHP project, made by a random guy before me.
His code is so horrible it gave me a headache. At 10am (job starts at 9am..)5 -
A client asked me to do a website completely vanilla instead of using frameworks and libraries. Then asked why the quote is so much more. Is this a good analogy?
Using frameworks and libraries is like you going to the grocery store to buy eggs.
Making a website from scratch is like going into the wild to capture hens, building an enclosure, and caring for the hens at least until they lay eggs.8