#net
Read more stories on Hashnode
Articles with this tag
Amazon S3, or Amazon Simple Storage Service, is an AWS cloud object storage service. It allows you to scale, secure, and manage your data efficiently....
Heroku is a cheap and simple hosting platform to host your apps. Basic hosting costs around 5$/month for many hours of active app. That means that you...
Refit is a library that turns the REST API into a living interface. With its help, I have created a PoC of a client that communicates with the REST...
gRPC is a compelling interface (about 10 times faster than REST) developed by Google under an open-source license. It can run in any environment. Its...