Details
-
Skillshtml, css, sass, php, laravel, c#, c++, java
-
LocationNijkerk
-
Website
-
Github
Joined devRant on 6/6/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
-
I'm new, so I'm unaware of the rules. I'll simply assume I'm allowed to post this, if there are any moderators, please tell me if this simply shouldn't be here.
I came from Sololearn, and someone told me to download devRant. I love it.
I was the most active participant in the Sololearn Q&A, answering questions and replying to comments quicker than you can close the app.
Everyone knows me and enjoys having me there, but something happened. Some idiotic troll kept harassing and trolling others including myself. The mods banned him but he returned and was targeting me.
He made over 50 accounts and never replied to a comment with the same account. He sent threats and continued polluting Sololearn.
The mods had a theory is was me and banned my account. I'm heartbroken, furious, upset, and empty without my SL account. My codes are gone, my comments, answers, and replied are gone. Everything is gone.
They think I ruined SL with a false account and I'm trying to clear my name. I'm innocent.
That's when I discovered this app. In SL I loved the community and the Q&A and everything. I loved helping out but now I can't. People are even making posts asking me to return, but the mods removed them.
I hope the community here treats me well, and I hope this will replace SL. So far, I haven't felt the same way as I did with SL, but I'll try to love it just as much.182 -
I always like to approach a new coding project by concentrating on the data model first. I've seen a lot of projects built on extremely convoluted database structures and it really hurts because it makes it hard to add new features to the project.
So I look at the requirements of the new project and try to come up with a basic data model. Then I like to think about what logical future additions to the project could be. And using those, I try to see if the data model is flexible enough to be able to handle those additions fairly easily or if complex migrations or hacks would be needed to account for new use cases and features.
I think once you have a solid data structure and database technology, planning out an API or rest of the software is pretty straight forward. I like to create reusable pieces of middleware early on in the project which makes it easy to apply consistent functionality with ease to different API endpoints.8 -
Me: okay, just gonna look on devRant for five minutes then get ready
Me: *goes to recent tab*
-
-
-
-
-
-
-
Me: *sees my own rant posted a day ago*
FUCKKKKK IM GONNA BE LATE WHY THE HELLL AM I STILL WRITIBG THIS OK SHIT SHIT SHTI3 -
I have this one major pet peeve - getting interrupted on any messenger by "hey".
Q: Hey
A: Hey, what's up?
-minutes pass, I try to resume work-
Q: Do you have a second?
A: Sure, what's up?
-minutes pass, I try to resume work... Again-
Q: Do you know anything about #feature#?
A: Yeah, I wrote most of it, what do you need?
-minutes pass, I try to resume work... AGAIN-
(goes on same pattern, takes half an hour for a 10 second question/answer)
Like... Come on!!! Don't do this to me
I get it, I like to be cordial and friendly - but there is absolutely nothing stopping you from getting your message across without making me have to go back and forth (interrupting my work).9 -
I was doing a physical security engagement on a clients home. The door had a new smart lock, I called his landline to inform him it was us at the front door. I got the answering machine, and figured it'd be funny to say "Alexa, unlock the front door." To our surprise, the front door unlocked.3
-
1/3 of US bandwidth is used by Netflix...
the rest is used by `rm -rf node_modules && npm install`4 -
“Good comments explain why, not what,” says Andy Marks. “Do more of the former and none of the latter. A well named method or variable will beat a well-written comment every day.”2
-
Was in a meeting with my boss. I complained about there being too many meetings and thus not enough time at the keyboard. He told me that I should turn down meetings I feel I dont need or feel are unnecessary (no point in me being there if I dont feel i contribute). Point taken . I stood up and left. He later told me he appreciated my honesty and would try to keep are meetings to the point in the future :D
-
Really annoyed by the endless tabs vs spaces discussion.
From now on, I use 4 tabs as indentation.18 -
Why the fuck would people use non English html classes and IDs, or just randomly mix languages. Please don't fucking do this14
-
Android Relative layout is similar to Microsoft Word.
Move the button a little bit and earth moves from it's orbit :/8 -
Can someone help me? Dont know what to do, im searching on page 5 of Google... I tried everthing and all the same 😢10
-
The worst part about being a web developer is when clients ruin a perfectly good website by asking for dumb things, even though you told them it's either:
a) near impossible
b) not useful/helpful to users
c) deprecated/no longer used code/techniques
e) will harm performance and SEO
d) just plain stupid8