Details
-
Aboutwho am I?
Joined devRant on 4/17/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
-
So this backend developer boasted.
"All the controls are in my hands.. you frontend developers are just the puppets of our API's".
Next day i did this:
If (email === '****') {
profilePicture = 'dick.jpg';
}5 -
Please remember that comments in html do not start with //. This comes from the website of one of the most important gas and electricity distributor in Italy btw...2
-
So I made this simple lamp that shows what is current build status on Jenkins CI.
Main features:
- Change color depending on Jenkins build status
- Automaticaly turn on/off if user is logged on Hipchat
- Beam effect if somebody makes coffee
- Unicorn effect if food is delivered
- Big red arcade button that can send random message to somebody on Hipchat
https://youtube.com/watch/...
https://github.com/macbury/lam.py3