You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="sub">goa: a new approach to microservice development in Go</span>
146
+
<p>This tutorial introduces a novel approach to building microservices in Go that uses code to describe the design of the service API.</p>
147
+
<p>The design is then fed to generation tools that produce not only actual service modules but also other outputs such as client Go packages, command line tools, Javascript and documentation via Swagger specifications and JSON schemas.</p>
148
+
149
+
<p>In this tutorial we will use goa to build a microservice from scratch complete with UI, client tool and documentation.</p>
150
+
<p>We’ll also take a look at how to leverage the goa request context at runtime to implement the API endpoint.</p>
151
+
<divclass="speaker-bio">
152
+
<p>Raphael Simon is a Systems Architect at RightScale where he’s been designing many of the systems that make up the platform for the past 8 years.</p>
153
+
<p>Prior to that role Simon worked as a lead engineer at Eiffel Software on the Eiffel language compiler and libraries and as a principal engineer at Citrix on the GoTo line of products.</p>
154
+
<p>Simon received his MS in Computer Science and Applied Mathematics at ENSEEIHT, France.</p>
0 commit comments