$ grep -r "#webservice" ./posts/

#webservice

// 3 posts tagged with webservice

01
/devops webservice nginx devops

Setup 2way ssl authentication (mutual authentication) with Nginx

This article presents you a simple way of configuring 2 way ssl or mutual authentication between two servers with Nginx.

02
/tutorials webservice software-architecture software architecture golang models

Web Service Architecture for Golang Developers

The web service architecture it's one of the most important part from your project. Learn how to create APIs, take care of security, interact with the database, write tests, use translations and manage the deployment process simply by using Golang.

03
/resources research webservice

RESTful API Architecture - Resources

I'm writing this article because when I started to look into this area I searched a lot after the best information that can help me to achieve a high level to design the best RESTful API architecture.