My biggest failure so far

It's time to share my biggest failure as a developer, so far.

Some years ago, I signed for the development of an mobile app backend. It was a social network, and other freelancers / agencies were in charge of mobile frontends (iOS and Android) and back office user interface.

When I started, the client told me that the job was to finish an existing app in Python and Django and document it. The mission would take a couple of weeks.

However, the backlog was huge and I end up working for 8 months on this project. We faced a lot of issues and misunderstanding with frontend developers. Frontend developers have changed two or three times during the development and both existing iOS and Android app were remade from scratch.

After 6 months, the whole system was almost stable with few remaining bugs so I began load testing on the backend. It was a catastrophe, unacceptable: the app would not even support thousand simultaneous users.

I worked to get rid of performance issues on the backend, using database replication, rewriting queries. The process was slow and costly in term of hosting. It improved the situation a bit. I guess the app would have need more radical changes though, and working in collaboration with frontend developers.

The client started being nervous and decided to follow the advice of one of the frontend freelance developer: rewrite the all app using Google Firebase! I have been considered guilty of the mess, hence the client demanded me to take care of the migration and to create a bridge so that the existing back office could still be used. I warned I'll do my best but it was a total rewrite, it would take several months, and I lacked the experience with this platform. It became complicated to me as I found another job, so I told I would quit by the end of the year. It was terrible, the rewrite was maybe 20% done. The client was absolutely furious, yelled at me on the phone and did not pay the last bill. Failure for me, I felt bad, I tried later on to claim for my payment but gave up thanks to boredom (…and threats). It was time to turn the page.

Of course, there is no such thing as failure, but learning occasions right?

So, here are the lessons learnt.

The app has been rewritten, it seems to be working well for the team. On my side, I had a strong lesson for my engineering career. The story is not so sad after all.

Posted on 2022-04-07 at 23:52

Previous Back Next