← All Blogs

How to approach the API design? Any Suggestions?

27 October, 2020
~30 reads

How to approach the API design?

I am going to start a project which will have a Web App and a Mobile App. Both will fetch the data from an API.

Now the thing is the data stored in DB is in raw format. This data would be converted to JSON and sent over the API.

Now, I have to add some new fields to the JSON API and process the existing ones. My question is should I send this data to the client and process it here or should I process it on the server. Processing the data on the client means I have to write the code two times, one for Web App and one for Mobile App. Writing the code on the server means longer wait times.

So what is the right approach?

📮 Join my newsletter

I share tips on how to get started with freelancing, remote jobs, developer-related stuff, startup ecosystem, and lots of insider secrets with my subscribers.

Subscribe →
🧠 More Interesting Reads
Working with Markdown in Python
If you use the Internet, you have surely come across the term Markdown. Markdown is a lightweight...
React vs Vue: What is the Best Framework for your Project in 2022?
React and Vue are rising stars in the JavaScript front-end frameworks ecosystem. React is backed by...
Build Client Payment Reminders using Twilio, Notion, and Python
Running a business requires payment handling. It doesn't matter whether you are a freelancer or a big...