Bulk update in client-server application
Sometimes when coding a client-server application, the client needs to make a bulk update. For example: “mark all pending orders as dispatched”. To implement these I typically write specific controller methods, which perform the required database operation.
Handle server-side/client-side when for showing missing information as placeholders
I have a database table which stores Incident details. Each Incident can have an image saved for it. There are some Incidents which will not have an image for it.
Handle server-side/client-side when for showing missing information as placeholders
I have a database table which stores Incident details. Each Incident can have an image saved for it. There are some Incidents which will not have an image for it.
Handle server-side/client-side when for showing missing information as placeholders
I have a database table which stores Incident details. Each Incident can have an image saved for it. There are some Incidents which will not have an image for it.
get All data vs get partial data Optimization
Let’s say a client
makes a GET
call to the server
to get all the followers
of some user. now the client shows a list of all the followers but the only data the list needs is:
get All data vs get partial data Optimization
Let’s say a client
makes a GET
call to the server
to get all the followers
of some user. now the client shows a list of all the followers but the only data the list needs is:
Application components dependency and decoupling
In my client application I have two major components:
Application components dependency and decoupling
In my client application I have two major components:
Application components dependency and decoupling
In my client application I have two major components:
Application components dependency and decoupling
In my client application I have two major components: