Details
-
AboutBorn in 1979.
-
SkillsJs, php, python, docker, devops, linux, freebsd, amigaaaah!
Joined devRant on 5/16/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 don’t know why but I use Shift+Insert a lot to paste text (not always).
-
I bought ”Inside” yesterday from the creators of Limbo on Steam for ~10€. Its short but what a masterpiece! Some nice puzzles and lots of WOW moments, highly recommend it.
-
Same here, 3-4years ago started a new job to create large project using MEAN stack. At the time there was no async/await and promises was not a thing. I fell in to that callback hell trap couple of times 😬It takes time to switch your brain thinking in event loop.
-
Thats long time without kernel updates :)
-
Thats a classic!
-
Check out this:
https://github.com/philipwalton/...
You will find most of the issues with flexbox in different browser.
Run your CSS through auto-prefixer, using this usually fixes most of the problems.
After thats done, check your site and hunt down the rest and see for a workaround in that flexbugs site. -
There is good quality stuff on codecanyon too. Couple of years ago at my previous company we needed email marketing app to run on our own servers (whitelabel) and bought Mailwizz for about $40 back then.
It had very well thought API, was easy to extend/modify, had almost the same functionality as Mailchimp and documentation was very good. For $40 that was nothing!
Edit: still there
https://codecanyon.net/item/...
😀 -
Thats easy to fix, when browser asks "Do you want to remember your password?", click yes 😁
-
Gone back to minimalism, replaced 2 monitors for 1 ultrawide last week. Desktop PC is hidden and going to buy simple usb switcher to switch mouse&keyboard between desktop and laptop.
-
@fatlard1993 heh I went full horizontal with ultrawide monitor replacing 2 monitors :)
-
@wahr atleast in sublime, it gives me the actual time coding, I have editor with x tabs open all day and it shows the actual time on invidual files
-
That hat is so deprecated
-
Skip jQuery, you dont need that. And definately dont learn js by using jQuery :)
-
Ajax != jQuery. Dont confuse the two as they are complitely different. I agree about Vuejs, its dead simple to use and will be faster to develop with that than jQuery.
-
<?='Hello world!' ?>
And before anyone bitches about using short tags, its a non issue (who the hell puts xml file in a php file anyway) -
Yeah normally you dont need the actual data on db, update schema through migrations. Use local db. We use docker and docker-compose so all our devs have the same dev environment.
Its too risky to use shared database as you dont know what others might be doing with it. -
console.log('Ho! '.repeat(3) + 'Merry Christmas!')
Oh dear Im bored :) -
Well hello there autocorrect
-
Your team members suck. Refuse to learn git? Its not a fucking rocketscience.
-
Well they did Tron so why not :)
-
@liammartens more important is not to add your passwords to the version control. If attacker gets to read your conf files using public url you're fucked already at that point.
-
And lesson learned from this rant and comments:
Any password saved in plaintext in your code is wrong. If you laughed at this rant and still have any system password or api secret key in your code, joke is on you. -
Oh yes! Countless hours wasted playing. Also made it in 3 languages (good exercise)
-
I have actually moved away from using ++ and use foo += 1 in JS. But ofcourse in js theres a valid reason not to use them:
http://eslint.org/docs/rules/... -
So a person with head, body but no footer
-
Hopefully he has properly indexed that table :)
-
sheep +=1
Counting sheep doesnt work. -
We are using mhart/alpine-node as baseimage:
https://github.com/mhart/...
When developing, mount your code dir to a folder you are starting your app. In prod you ofcourse ADD your code to the final image.
Dont use root (the default in docker) but add normal user and group in your Dockerfile which your app will run.
And run the npm install inside the docker, not with locally installed npm. -
Im probably .gitignore. In the beginning I needed to have lots of stuff in my control but in these days I have learned to ignore most of stupid shit :)
-
Go figure...