|
You are here |
eltonminetto.dev | ||
| | | | |
alexandrugris.github.io
|
|
| | | | | These are my first steps in Go, this time learning how to build web services. The post touches handling requests, json serialization, middleware, logging, da... | |
| | | | |
github.com
|
|
| | | | | Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with ?? - gorilla/mux | |
| | | | |
aarol.dev
|
|
| | | | | Anyone who has implemented a simple HTTP 1.1 server can tell you that it is a really simple protocol. Basically, it's a text file that has some specific ... | |
| | | | |
blog.adnansiddiqi.me
|
|
| | | In this post, I am going to talk about Proto Buffers and how you can use them in Python for passing messages across networks. Protocol Buffers or Porobuf in short, are used for data serialization and deserialization. Before I discuss Protobuf, I would like to discuss data serialization and serialization first. Data Serialization and De-serialization | ||