Details
-
Aboutnot sure if professional programmer in a corporate or monkey in zoo
-
LocationGoLand
Joined devRant on 7/6/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
-
That new devlead that just joined and is bad mouthing everything we did and introducing his own state management library he hacked together without understanding our architecture (Clean Architecture) nor what layers are supposed to do and what the sense behind layers is. Also we learned from him that apparently Android deprecated ProGuard, LiveData is deprecated and Lifecycles in Android are broken.8
-
It's unbelievable how many senior software engineers there are with 2-3 years experience within the industry... damn boy, you just became intermediate, if you're still not a junior8
-
I started this new freelance project where I am building some android libraries for the client. Anyways, during meeting I was about to present my results and suddenly backend seemed to be down. I looked into the round "are your servers down?"
Team Lead: "Yeah our cto, also our only backend dev, is developing a new feature."
Me: "Okay but why is production down?",
Team Lead: "Ah dont worry we always test on production. We have a pretty solid hardware, we will even upgrade it soon!"
Me:"... How about you just separate your stage environments and have a develop environment?"
Client: "see, this is where our strength is. We dont need a develop stage we have very strong hardware and our backend is fully in PHP"
Thanks God I'm a freelancer3 -
I was once working at very successful startup as lead android engineer, when another startup contacted me and offered me a better paid and "stable" position. 9 months later I woke up on the 1st of the month (1st June 2018), checking my bank account: No payment. I go to office, boss comes in : hey guys, we're bankrupt and we can't pay your salary.
Today still no salary, we're waiting now for court to officially declare the startup bankrupt and then Government will pay me my last 3 salaries, while my working contract is still valid for 3 months after company gets declared officially as bankrupt. We're being expected to work as nothing would be, with no money on our bank accounts (we've been even told to take a temporary loan) and that sooner or later somebody will buy us off. Oh, it would be also really nice from us if we would not be looking for a new "challenge". What'd you do?3 -
A recruiter presented me to a Company for a 3 months Freelance Position. Unfortunatley I got rejected, however I kept Contact with the Company and i asked for a fulltime employment, they were fine with that and i got a tech Interview Next Week with them. Now my recruiter contacted me and Knew already about everything, they kept asking me what they should negotiate with them. I told them i will negotiate myself as I am looking forward to a full Time employment with them, they tell me it has to be under their name, eventhough it has nothing to do with the agreed freelancing position.. are they allowed to do that ?14
-
What do you guys think about Java Spring STOMP? A Socket Based Backend.. Any experiences using that backend with Android? As a Java developer (mainly Android) I would Prefer continue writing backends in Java, I hate Javascript
-
dear Android devs, how many of you work in a Team of more Android devs? And are you more productive in a Team than being solo ?12
-
So client wants an android app that implements some legacy Epson printer SDK, works on a chinese Windows device with an android Emulator on it, connects to local Webservice that had to be configurated and ran (local Network) , sends and tracks data, if Server down then handle it on the Client and reconnect as soon as Server up, running own TCP Server on Android device that listens for specific http requests, which make the android connect to an Epson printer to start printing. The stuff that is being printed? A png file that has to be converted to a Bitmap, a QR Code that has to be generated by the bugged base64 encrypted stuff coming via http in (webserver-> Android TCP server)
Dont forget the Software Design (MVP), documentation, research etc.. Im about to finish the app , its my 5th day on this Project, the 6th day was planned to be full testing. Client Calls me and ask me how far I am, I reply, he says ok. 30 minutes later he tells me he wont pay me next time that much because this work should take 3 days, or even 2. "A senior Android developer could do this in 2 days"... When i sent him my notices he called me a liar, his webdev has alot of experience and told him it should take 2-3 days...ffs2 -
I have never been in a dev company , though I am programming now for 6 years. Started to freelance last year as android dev, making good money. Company Head Hunter called me yesterday Offering me a 60k € salary as employee. Told him : sorry, Its not that convenient for me (I Prefer to stay independent, even though it sounded very charming)...later that day he contacted me and Offered 90-100k as entry.. Wow.. I didnt even finish my degree yet and I get Offered that much. Android ftw!
23 years old and from Germany btw11 -
Recruiters, please understand that only because Java and Javascript share same Letters its not the same language ! Just like Ham and Hamster are not the same thing3
-
When you decide to create a startup and then look for someone on freelancer.com to create your Million Dollar product with a budget of 750-15004
-
Boss: Why is it that you are still not done with this?
Me: Because I keep getting interrupted
Boss: By what?3 -
If I think about my whole year competing on Freelancer.com for similar projects for 300$-400$ and then look at those "how much will my app cost?" calculators..1
-
Anyone knows if u can make good money by reverse Engineering apks and looking for security holes? Anyone experienced in doing that and how much could u charge1
-
#bonfiretalk
Why did you want to become a programmer? Spending alot of my Teenage years on online games I always had a fascination for those 1337 haxxors that just appeared, did some awesome neverseen stuff and sometimes suddenly disappeared, never came back and became urban legends ("I heard h4xor1337 got caught by the FBI"..."I heard he was a CIA Hacker".."He was from Russia").. I started universe, picked some C/C++ Tutorials and 3 years later I am a freelancing Android developer . Today I am Downloading the source code of that old mmorpg (which is still played by alot of people , especially in the private Server scene) to practice my C++ -
Client : I have a big budget for this Project
*delivers price*
Client : We have to go lower with the Price or I see myself forced to hire an indian developer
background : Client wasted over 70.000£ in the last 10 years on his Logistics Website. Why ? Kept hiring cheap "global leading it companies" from India3 -
String displayTextEatDay = cheatDay == day ? "Your cheating has begun! Enjoy your day and make sure you're getting back soon!" : Values.isCheatMode ? Constants.CHEATDAY_PREFIX + "\n\n" + Constants.EATDAY_TEXT : Constants.EATDAY_TEXT;
-
spent 3 weeks with not more than 20 hours sleep per week on programming a mobile Chat Application. after finally 1 more week of bug fixing and testing and redesigning UI, App works like a charm! Most beautiful thing I ever created, my close friends are all astonished.
Happily I uploaded it on Playstore, 2 weeks later -> no downloads :(12 -
Freelancers: How do you get your Clients? How do you convince them of what you can do for them? Any articles, tips, experiences and stories appreciated!8
-
Anyone else developed a habit to structure verbal allday Argumentations in your head in Code syntax? Helps me alot to follow ones logic. Except when I'm arguing with my girlfriend. Sometimes setMood(angry) gets randomly called (bug?) and then every if statement seems to be valid, eventhough it should return false. An inputstream that contains my outputstream is initialized but .readLine() is never being called. Instead, the outputstream to my inputstream is being overly abused. Once we get dive deeper into our if-statement we will find a while loop with a mysterious flag. Noone knows it's origin. The while loop keeps printing out random concatenated strings until it overflows your own capacity. I would have said its while(true) but in fact there must be a timer in another very hidden thread or something that sets our flag to false. The other and only way I know to exit that loop is to call apology() 100 times (maybe a variable sets the boolean that could be deeply buried in her projectstructure like this CONST.VALUES.getMood().getRealMood().getTrueMood().TRUTHCONTAINER.angryMode=true)..
I wish I could get a stressball so I can continue theorycrafting and debugging. Its 4.30 am now, my better side is snoozing next to me. I bet making this a pseudocode would be fun.
Ps: I love my lady but I had to rent3 -
What is the use of Java nowadays besides Android? I rarely see Desktop apps written in Java and backends are developed more efficientl with django, node.js ,etc... just think about it setting up spring boot and all the warnings and errors...4
-
Freelancing as Android developer for a year now. Before that I was programming for myself in C, Java and Python for 2 years. Thought about getting a parttime job as android dev in a company for a stable income stream, I never worked in a company before. What does a Company see as Senior and what as Junior? Where do I belong to? I got pretty good references and reviews, made this year 20+ Projects, but some extra income and extra experience wouldnt be bad2
-
When you're working on a project and and face a task you solved like 1000 times before so you decide to bring some fresh wind and implement a fancy design pattern... and it works with the first compile!! *badass meme* ( someone send me one I dont have)1