All Projects → juanmanuel-tirado → savetheworldwithgo

juanmanuel-tirado / savetheworldwithgo

Licence: Apache-2.0 license
Build systems with Go examples

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to savetheworldwithgo

go course
個人多年來學習與實作上的心得筆記
Stars: ✭ 25 (-69.14%)
Mutual labels:  protobuf, concurrency, cobra
grpc-chat
Simple Chat Server/Client implemented with gRPC
Stars: ✭ 107 (+32.1%)
Mutual labels:  protobuf, grpc-go
golang-example-app
Example application
Stars: ✭ 138 (+70.37%)
Mutual labels:  protobuf, cobra
Prototool
Your Swiss Army Knife for Protocol Buffers
Stars: ✭ 4,932 (+5988.89%)
Mutual labels:  protobuf, grpc-go
console-chat
Chat on your terminal with other users through a gRPC service
Stars: ✭ 21 (-74.07%)
Mutual labels:  protobuf, grpc-go
CMW
CraftMyWebsite votre cms Minecraft de qualité depuis 2014 ! REPO V1
Stars: ✭ 16 (-80.25%)
Mutual labels:  free
pool
A highly flexible process pooling library for Node.js
Stars: ✭ 18 (-77.78%)
Mutual labels:  concurrency
haxe-concurrent
A haxelib for basic platform-agnostic concurrency support
Stars: ✭ 69 (-14.81%)
Mutual labels:  concurrency
scalable-concurrent-containers
High performance containers and utilities for concurrent and asynchronous programming
Stars: ✭ 101 (+24.69%)
Mutual labels:  concurrency
coBra
[co]erced [bra]cket, a simple vim plugin that forces brackets and quotes to be smart
Stars: ✭ 28 (-65.43%)
Mutual labels:  cobra
Rboxlo
Roblox private server
Stars: ✭ 173 (+113.58%)
Mutual labels:  free
startbootstrap-half-slider
A half page image slider Bootstrap HTML template created by Start Bootstrap
Stars: ✭ 50 (-38.27%)
Mutual labels:  free
yadoms
Yadoms is open source, simple, powerfull, flexible and multiplatforms domotic solution.
Stars: ✭ 56 (-30.86%)
Mutual labels:  protobuf
monorepo-base
A Bazel monorepo with an example service using gRPC + Go + Protobuf, deployable to GCP via Kubernetes.
Stars: ✭ 49 (-39.51%)
Mutual labels:  protobuf
CoinTaxman
Calculate your taxes from cryptocurrency gains
Stars: ✭ 110 (+35.8%)
Mutual labels:  free
add-to-calendar-button
A convenient JavaScript snippet, which lets you create beautiful buttons, where people can add events to their calendars.
Stars: ✭ 697 (+760.49%)
Mutual labels:  free
tonos-se
Local Node for Everscale DApp development and testing
Stars: ✭ 29 (-64.2%)
Mutual labels:  free
think-async
🌿 Exploring cooperative concurrency primitives in Python
Stars: ✭ 178 (+119.75%)
Mutual labels:  concurrency
django-lock-tokens
A Django application that provides a locking mechanism to prevent concurrency editing.
Stars: ✭ 19 (-76.54%)
Mutual labels:  concurrency
iDocs
iDocs is one page documentation html template which helps you to create your offline and online documentation for your themes, templates, plugins and software.
Stars: ✭ 75 (-7.41%)
Mutual labels:  free

Build systems with GO

What is this?

This is a repository containing all the examples from the book BUILD SYSTEMS with GO (and save the world). This book is written to help GO early and not-so-early developers with all the necessary examples to build real systems. The book is organized into two different parts. The first part, explains the language from the basics to more advanced topics using the standard library. The second part, offers the developer a condensed summary of several tools any real system is made of: gRPC, SQL and NoSQL databases, streaming with Kafka, loggers, CLIs (Command Line Interfaces), restful APIs, etc.

The examples are made available at this repository for everybody under the Apache License. Feel free to fork this repo or to take a look to any specific topic you may find relevant. The examples are not explained in the code basically because all the explanations are given in the book. If you are interested in the book you can purchase it in Amazon.

Organization

The repository is organized following the book structure. Every folder corresponds to a chapter, and subfolders correspond to the sections of the chapter. The examples are easy to find following the book.

Most of the code examples are self-contained and can be directly executed with go run main.go.

If additional steps are required to run any example, these are given in the corresponding folder and explained in the book.

Acknowledgements

The amazing "Gotham Gophers" image was created by Egon Elbre (@egonelbre) under Creative Commons. Check out his repository for more high quality illustrations.

Issues

If you have found any code issue please report it using GitHub.

License

This work is released under the Apache License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].