Details
Joined devRant on 11/7/2017
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
-
Piece of trash software that doesn’t work as intended, guess what, after wasting countless hours solving bugs, more are to come, after you buy the trash ass code the application doesn’t work as the demo presented on the website does, trash ass bloated php 2nd hand full of bugs code.
IF YOU SELL SOMETHING MAKE SURE IT WORKS BEFOREHAND3 -
There is something that bothers me at this moment, so basically I started structuring my methods like this: methodName({id}, {auth}) instead of methodName(id,auth), I did this so that I have to specify the id and auth inside the object variables in method and not be able to inverse the order, at this point I think that I did something extremely stupid and doesn’t make any sense or it is good for better strcturing, your toughts ?
P.S. Should have used typescript from the beginning4 -
https://devrant.com/rants/2374900/...
Remember my rant ?
Finally finished the design system and I would like to share it with you guys, I hope I don’t annoy anyone, I don’t wanna sound like a sellout, or yada yada, anyways you can find it here: https://github.com/creativster/... -
Stopid mf fat fingers, worked 2 weeks building a design system and 2 hours ago I accidentally shift deleted the scss folder and lost every fcking file, no git, no backup, no nada,guess what, tried to recover the files with 2 Permanently deleted file recovery softwares and from fcking 20 files, 17 were corrupted and weren’t readable, I and my designer friend use a folder sync app, the fcking app synced the delete and she lost the files aswell, fooockiinggg shieeeet, to my don’t know how where luck I managed to recover the copiled javascript chunck from my vue app that had the css styles embeded in the file, you know where I found the js file? iN ThE fcking cache of google chrome. Today I almost broke down to tears, but nonetheless it was a reeee moment for me.13
-
Started developing a platform that helps companies build their own affiliate program and manage their partners, it is coded i nuxt and node, but halfway in the project I started losing the interest I had when I started it, it should be launched by mid 2020 but those past month I really haven’t touched it and I am wondering if I should invest anymore in it, altrough I really love the concept and design I implemented.
-
Hey guys, need a lil help from any front-ender, I need to create a chart that allows me to show tooltips for specific timeframes and let's me click them and go to the specific url for that timeframe, I know this isn't SO but from my past experiences, I would rather ask here. I have looked at chart.js and other libraries but I'm not sure If chart.js has those capabilities.
I would like to achieve something like this : https://treo.sh/demo/1/...
Any tips are welcomed :)9