Details
-
AboutNoobie. just started out web development. I use php. :p
-
SkillsHTML, JS, CSS, PhP and MySQL
Joined devRant on 4/20/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
-
Debugging a HTML code from 2 hours which was working fine..
Ah!! No 2 elements should have the same id8 -
Code archaeology.
Almost everything I fix/update/build requires a ridiculous amount of digging through and carefully studying the mountains of neglected, decaying, and shoddy code that make up these projects.
I spend maybe 10% of my time (and likely closer to 5%) actually writing code now. I miss it so much.7 -
Hi! After getting generally good responses to my videos, i decided to give something back to the community and make this video that briefly explains basically everything you need to get started as a programmer. If you or any friend or relative wanted to get into the field, send them this video.
https://youtube.com/watch/...16 -
PSA: kali linux is literally just a debian with extra preinstalled software. You aint hot shit cause you use kali. You aint hacker cause you use kali. You can do the exact same shit on any other distro what doesnt have a 4gig live iso. Shut the fuck up.17
-
How a regular convo with non-devs usually go:
"So what do you do?"
"I'm a software developer."
"Oh, so you're like... a hacker?"
"No, I build apps."
"Nice! So like facebooks and stuff???"
"Not exactly. Different things, mostly tools. It depends."
"Ooh...cool...Like what?"
*proceeds to spend what feels like an hour trying to explain what I do for a living in the simplest terms, while the person just blankly stares and nods, pauses, then finally tells me their crazily infeasible app idea.*
"So whadaya think?"
"Hmm...sounds good 😀👍"9 -
Moved in to new house, finally have myself a room for an office. Started to deck it out and the wife asks if we can find matching chairs, one for her, one for me...
It's more than an office, its supposed to be my man/dev cave!11 -
I’m reluctant to comment on the github / Microsoft thing because to be honest, the way a lot of people are reacting to it is just completely retarded, and it’s had far too much airtime.
Anyway... if you’re gonna leave GitHub because they’ve been acquired by Microsoft, then just shut up and leave. No one gives a fuck. Least of all anyone at Microsoft, because you’re probably not paying for anything there anyway.
Just fucking go to bitbucket or gitlab already... however I bet the vast majority don’t end up leaving.3 -
Dad: why do these forms ask me to fill those random characters(captcha)
Me: to verify that you are human
Dad: as if animals can use computers
Me: 😅7 -
boss: Hey! this is your task A. It needs to be done by today.
me: Ok boss
....after sometime when I am halfway through the task....
boss: Hey! here is a task B which needs highest priority.
me: but i am already doing A and I am halfway
boss: No, B is on priority
me: ok
...at the end of the day...
boss: So I hope you have completed task A as I mentioned that was to be done by EOD.
me: ****instant rage****11 -
Hey Designer/Developers, I got a question for you. Yeah, you 👇🏽
When working on a project codebase that is expected to grow and evolve heavily. How do you usually split up your CSS (SASS, LESS etc) in a good way to take into account all the different device sizes?
I am not asking how it is done but more about the design of the code. This would be for a production codebase to be released.
Do you use large blocks broken down by media...
(Media width) {
~site code
}
(Other media) {
~same site code with diff sizes
}
Or do you do individual media queries inside css classes...
.className {
(Media size) {
}
(Other media) {
}
}
Or a mixture of both?
If it is a mixture of both then how do you decide which way to go about structuring the code.
I have been endeavouring to greatly improve my CSS and have done so. But this question has been bugging me. Both sides seem to be a bit sloppy and my programmer side is fighting the repeatitipve code.
Note: all code examples are gibberish and only intended for visualization.17 -
I suppose I should stop randomly naming variables and keep the randomness throughout the whole project
example: int psnhiwovb;
...I still have a project with such random names.2 -
This is the first FUCKING time i succesfully made a responsive site without any frameworks on my own, and i couldnt be more proud.
I mean the design sucks ass but thats not the point.26 -
How do you survive those days of pure despair, when you just want to hide or run away, when everything you do seems meaningless? How do you find the strength to keep moving forward when the voice in your head keeps asking "what's the point?"
I hoped this would go away (or at least get easier) with age, but here I am, almost in my thirties and still haunted by the same thoughts I've had since I was a teenager.12 -
Why is this CSS not updating???
Ctrl + F5
Still!!!
Let's check in incognito..
F*CK, really!!!!
.... Ooooooh right I'm checking prod not dev.9 -
"Only stay late at work when it makes sense to, otherwise always leave on time. There's always going to be work left, no matter how much you get done in one day."
Best advice ever.
Edit: I have to say it was during my first week in my first recent grad job.2 -
(Q: How much are you allowed to Google as a developer?)
“You’re allowed to Google as much as you want. This is not school, you’re employed to solve a problem. Nobody cares whether you Google for the answer or remember the answer from another Googling.”15