Wizeline Academy: Microservices with Go @ Alex Pliutau's Blog
What I like about Wizeline is that we have an amazing Academy, both internal and public. Yesterday I was in Mexico, Guadalajara office of Wizeline and I was doing a workshop about Microservices with Go.
The idea was to tell people about SOA approach, gRPC, Protocol Buffers and code a fictional application based on these principles in Go.
I am happy with results, especially when I saw how talented people are, even with new language for them.
We committed our work into this repository and made a live streaming. Check it out!
Now I am going back to Vietnam and we will start doing Academy there, stay tuned!
相關推薦
Wizeline Academy: Microservices with Go @ Alex Pliutau's Blog
What I like about Wizeline is that we have an amazing Academy, both internal and public. Yesterday I was in Mexico, Guadalajara office of Wize
Getting Started with OAuth2 in Go @ Alex Pliutau's Blog
Getting started with OAuth2 in Go Authentication usually is very important part in any application. You can always implement your own aut
Working with DB datetime/date columns in Go @ Alex Pliutau's Blog
This post shows how to work with DATETIME/DATE columns in DB and use Go standard time.Time avoiding manual string parsing. This article contai
packagemain: Youtube channel about Programming in Go @ Alex Pliutau's Blog
I’m really enjoying to share some stuff about Golang and related technologies. I am blogging here and also on dev.to. But I want to try the n
Building REST Server with Elixir @ Alex Pliutau's Blog
I always wanted to try Elixir because of it’s nice Erlang ecosystem and because it’s similar to Go in a lot of points. I was thinking what I c
Building Google Home Action in Go @ Alex Pliutau's Blog
Google Home Google Home is a voice Assistant, similar to Amazon Alexa, but working with Google services. It has a lot of built-in integra
Slack Stranger Bot in Go @ Alex Pliutau's Blog
I am enjoying writing programs in a short time, like in a Hackathon way. Here in Vietnam we don’t have Hackathons often, so yesterday I deci
Handle HTTP Request Errors in Go @ Alex Pliutau's Blog
In this short post I want to discuss handling HTTP request errors in Go. I see people write code and they believe to be handling errors when mak
Table driven tests in Go @ Alex Pliutau's Blog
In practice-go we often use table driven testing to be able to test all function scenarios. For example the FindAnagrams() function returns us
Snake over Telnet in Go @ Alex Pliutau's Blog
Telnet games were very popular some time ago, especially this Star Wars movie: telnet towel.blinkenlights.nl. I wanted to create something in
Benchmarking gRPC+Protobuf vs HTTP+JSON in Go @ Alex Pliutau's Blog
Simplest possible solution for communication between services is to use JSON over HTTP. Though JSON has many obvious advantages - it’s human
Year Of Commits: simple systray program in Go @ Alex Pliutau's Blog
Happy New Year Gophers! One of my goals for 2018 is to commit a code to GitHub every single day. So “Contributions” on GitHub will look like thi
Coming soon: Microservices with Go Workshop, Vietnam, HCMC @ Alex Pliutau's Blog
One month ago Wizline organized the Microservices with Go Workshop in Mexico, GDL as part of Wizeline Academy I am happy to announce that we’re
How to build Go plugin with data inside @ Alex Pliutau's Blog
Go 1.8 gives us a new tool for creating shared libraries, called plugins! This new plugin buildmode is currently only supported on Linux. But
Building a Slack Bot with Go and Wit.ai @ Alex Pliutau's Blog
Building a Slack Bot with Go and Wit.ai We will build a simple Slack Bot with NLU functionality to get some useful information from Wolfr
Practice Go: Secret Message @ Alex Pliutau's Blog
I just created a new challenge in Practice Go collection, happy to review all possible solutions and choose the best one. Secret Message Cre
Practice Go: Mosaic Photo @ Alex Pliutau's Blog
Your mission is to write a mosaic-photo generating command line program that: Allows the user to select a target picture. Allows the user
Practice Go: Roman Numerals @ Alex Pliutau's Blog
Create 2 functions: Encode(n int) (string, bool) - takes an integer as its parameter and returns a string containing the Roman numeral rep
Practice Go: Web Scraping @ Alex Pliutau's Blog
Web Scraping Create a function that finds the time from this http://tycho.usno.navy.mil/cgi-bin/timer.pl and then prints it by extracting t
Go tools are awesome @ Alex Pliutau's Blog
Yes, they are. And that’s why I love Go. Almost all important tools come together with Go installation, but there are also some you can inst