Details
-
AboutFounder of a small dev company. Apple enthusiast
-
Skillsxcode, ios, swift, android, java
-
LocationGermany
Joined devRant on 6/19/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
-
Hey,
I am currently working on an app for watchOS and I am looking for people who own an Apple Watch and a Sonos speaker that want to test my app.
The app allows you to control your Sonos system from your watch. It features grouping, music control and playing Sonos favorites
If you want to join click the link
https://testflight.apple.com/join/...
Thank you very much,
Alex -
I recently received a 1 star review in the App Store. I have answered him twice to ask about which issues he had and what features were missing to him.
He responded really aggressively by posting this:
I purchased this app for my Sonos and found it very simple for an app I had to pay for. I gave it a 1 star and wrote why. Since then the designer has contacted me twice complaining about my review. Sorry, but I am entitled to my opinion and I want you to stop harrassing me because I think your app is basic and doesn't always work right.
DO NOT WRITE ME AGAIN. Suck it up and let me have my own opinion for what I paid for. If you don't like it, make the app free in exchange for 5 ego stars.7 -
Why is Google so bad in creating good documentations for their API ?
I send exactly what they specify and on some values I just get a 400. thanks for nothing3 -
I made a small Mac App some weeks ago and I just made it to 8th place on the Mac App Store in Germany.
This has always been a dream for me 😁10 -
My boss did not care about making things secure in our early development stage, even though I told him several times.
After 1 day our elastic search cluster was filled with random crappy data.
Fix: Apply security schemes provided by AWS1 -
I just startet my masters in CS and I‘m still unsure if I should switch to IT-Security.
Our university plan in CS include some completely off topic stuff, like economics.3 -
I am working on a new version of Alarmify an Alarm that uses Spotify Music on iOS. But I‘m still not finished, because I completely rewrote it and it took more time than I had.
I hope I can finish it this fall 😊 -
Stopping to work with clients directly and starting at a nice startups where I can concentrate on my aktual skills2
-
Is the Android Build process getting slower with every update or is it just me who is experiencing that...
In the newest Android Studio Beta it went from 3m to 7m 🤦♂️
And my whole computer is blocked and not usable while compiling7 -
Sometimes I feel like a Jedi:
My boss says: Look the app is not sending any notifications.
I just have a feeling that he deactivated notifications in the app settings.
I check that and it was deactivated
Does that count as Jedi skills ? Or just programmer intuition5 -
Mom and Dad were proud, when I said I will develop Apps.They helped me to found my own company and arranged some new clients.
My brother is happy with it and is taking CS courses at school.
I've never met people who treated me as a nerd or did not accept my choice1 -
Just leave it and be angry about the project. When I start thinking about it the next day in most cases you know the answer of the stupid mistake you made 😅1
-
When you are listening to music while coding and the music is on fire so you hit the same button on the keyboard several times to go with the beat 😂1
-
// When the deadline was yesterday
//... Or last week
while daysToDeadline() < 0 && !projectIsFinished {
self.sleepTime.reduce()
self.code()
self.addCaffeine()
}1