Wie ich sehe hat mir Amazon die Partnerschaft gekündigt, als ich gerade ein Produkt bewerben wollte musste ich von Neuem die Partnerschaft beantragen. Letztens hatte ich mich mit DSL Vergleich bei der Deutschen Telekom und O2 beworben, beide lehnten ab. Travian (ein Reisepartnernetzwerk) wird von Travellan absorbiert, 2 hatte ich der Übernahme meiner Daten zugestimmt, […]
Author: Darko Luketic
I'm a self-employed developer since 2004. I have been working professionally since 2000. My first contact with computers was the C64 at the age of 11 where I coded in machine code and assembler.
I worked with PHP professionally for 11 years, nowadays I prefer Angular, Go and Flutter, but I'm open minded. However I would dislike taking a step back to PHP.
My services are for hire I'm also looking for remote employment.
Delivery Report spam from AWS via hotmail
Recently I’m receiving “delivery report” spam coming from instances hosted on AWS compute nodes. At least the headers says so.
Stop the 2fa two factor auth madness
Today I tried to log into Amazon on login I was sent a code to my email address. Now I tried logging into Twitch, I should enter the code that was sent to my email address. I closed the tab and am writing this blog post, because I won’t use Twitch today since they make […]
Find and delete all node_modules and bower_components in all directories
If you would like to delete all node_modules and bower_components in all directories relative to the current, use the following commands:
|
1 2 |
find . -name "node_modules" -type d -prune -exec rm -rf '{}' + find . -name "bower_components" -type d -prune -exec rm -rf '{}' + |
Dart vs Go performance (http)
Dart vs Go Dartlang vs Golang HTTP performance A simple test