Details
-
Skillsphp js node jquery
-
LocationTrento, Italy
-
Website
-
Github
Joined devRant on 7/5/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
-
Tonight I will delete the data of 10M of records of personal data after the inspection of the Data Protection Authority.4
-
Today I learned.
In php if you cast a string to array you get an array with one value: the string.20 -
You have to modify an old crap software in php.
2 hours to change the codes
2 hours to test the changes with selenium test3 -
Sometimes I have to do some data analysis a I use R Studio.
Today I tried to do the same thins using KNIME.
It just like comparing playing with Lego Duplo after having tried Lego Technic.1 -
I'm analyzing representatives in 20K Italian companies.
Every representative has two attributes:
* sex $RepresentativesSection.RepresentativeList.Representative.Individual.Sex
* birthLabelGenere
$RepresentativesSection.RepresentativeList.Representative.Individual.Birth.BirthLabelGenere
I made a query to find all representatives that has changed the sex.
Why I did this? Because I can.
It worked? No, the provider removed data of people that changed the sex.
I found only one person that has no BirthLabelGenere data
Fortunately it does not work, it's illegal in Italy store this kind of data
Why the hell the provider added this attribute?
RepresentativesSection.RepresentativeList.Representative.Individual.Birth.BirthLabelGenere1 -
In php echo is language construct.
In php echo is language construct.
In php echo is language construct.
In php echo is language construct.
In php echo is language construct.3 -
My company con not find any other developer than me.
I could not understand.
We use only up to date libraries in our projects.
Please note the comment private properties...12 -
REST service documentation translated in italian language.
"arricciare" => curl
"biscotto" => cookie1 -
How to destroy all table data:
* Get a database;
* Add the first table;
* Add the second table;
* Create a foreign key in second table that delete a record where there is a delete in the first table;
* Update all data in the first table with a REPLACE command.
Miracle: all data is lost5 -
At the age of 50 I have learned what FICA is.
FInancial Customer Account
It'a a SAP module but I suppose It was the name of a Penthouse department.
P.S.
FICA in Italian are female genitals, "recupero" is retrieve.
It sounds like "pussy retrieve".
This document was made by a staff of 4 men and 4 women.1 -
For the first time in my life I removed a wrong commit with git rebase and I did not made a mess.
More then 10 years of using git and keep learning.6 -
For the first time in 20 years I used and xor operator.
I wrote in line of code instead of two.
How uses the xor operator?7 -
Today I had to explay to a new developer, gradueated in Informatic, that our 15 year old php application uses global variables and strings as sql commands.
It seem to force someone to prostitution.
It's just like to drive a ferrari using a double-clutching because the gear is not syncronized.
I was shamed.3 -
Unicode I love you!
Who the hell invented the unicode character 'ZERO WIDTH SPACE'
https://fileformat.info/info/...6 -
Fixed a bug in a code wrote 11 years ago.
It took 11 years for a user to find a bug.
The user must have a prize: a Bug Bounty.
My Boss does not like Bug Bountis4