Before you start coding !

Before you start coding !

ยท

1 min read

Alt Text

Iโ€™ve been lately working on a mobile application backend I am gonna talk on the next posts the problems I faced, things I learned.

๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

In this post, I'm gonna talk about one of the problems I faced is mainly using Redis as a database for those who don't know Redis , It's a memory database used mainly on caching.๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

As we said its a caching database so we cant use it as the main database for our social or chat app.๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

So I was obliged to redesign the database again using MongoDB creating models. Making choices was the hardest part.

So what I got from this experience.

๐Ÿ‘‡

Before you start coding think, write down the main functionalities you gonna build, design them, analyze, and read more about your choices so you don't get blocked after.