Details
-
AboutStudying Business and Information Systems Engineering, still rather new to software development.
-
Skills"Java": "Pretty good", "JavaScript": "Can do loops", "PHP": "'Took me 1 hour to figure out how to ' . 'concatenate Strings'", "CSS": "WHY ISN'T THIS SPACING WORKING"
Joined devRant on 3/8/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
-
#thread
Any Home Assistant fans out there? Got myself a RPi3 a few months ago and got hooked on HA, because of the huge product support and great community. Didn't find any dashboards that I liked so created my own, written in JS, fully customisable and support for most if not all kinds of gadgets. The purpose was to have something easy to use for the whole family, on a wall-mounted tablet. What do you guys think?
Anyways, has anyone done some cool home automations/scripting? Would love to hear about it!77 -
I'm planning to add this in my next project..
Login Critter
Source: https://github.com/cgoldsby/...19 -
What's with some devs around here posting their stories of doing shitty things like they're heroes or something?
Oh, you hacked your former boss and destroyed data because he did something you didn't like?
Oh, you tried to work smart, but then essentially defrauded your client by claiming you had to rewrite the app for another platform?
How many other ones?
It's shit like this that make it harder for the honest developers out there to get a client to actually trust us, and that trust is so important for both sides of a contract.
How can a client who was burned by one of these douche bags trust when another developer actually quotes a rewrite of a code base that is fundamentally flawed?
How about a business partner of the one who was hacked. What if they're as honest as can be, but heard the horror story, and now refuses to entrust anything to their developers?
It makes all our jobs harder and makes us all look like shit.
And here you are, posting it up for those precious ++'s.
Fuck you. Either shape up or do us and your clients a favor and choke on your keyboard.7 -
New devRant feature! Filtering by post type! This took a bit longer to get out than we had planned, but now that extra click to label a post type will be put to good use! Hate memes but love rants? Want to only see questions? Don't want to see random off-topic posts? Filter away!
We're pushing to Android now, iOS shortly, and web will be coming soon.41 -
If you haven't watched the Sales guy Vs. Web Dude convo, check it out https://youtu.be/W8_Kfjo3VjU 😂1
-
I hate Laravel.
Every time I want to implement something it is already part of the laravel framework and does work better than I can ever imagine. Where is my struggle?!1 -
So my teammate posted on our Slack channel:
^(?=.{1,254}$)(?=.{1,64}@)[-!#$%&‘*+\/0-9=?A-Z^_`a-z{|}~]+(\.[-!#$%&'*+\/0-9=?A-Z^_`a-z{|}~]+)*@[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?(\.[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?)*$
Then our manager asked him: "Are you swearing on Slack!?"
No sir, thats Regex.4