I'm currently working on some project. I need to add an item to a database and after doing that, executing another request to get the item I just added. Of course, everything must be non-blocking and the user needs to be able to still use the application while these operations execute in background.I'm currently working on some project. I need t