[go: up one dir, main page]

Skip to content

Examples of the most important features of this languages.

Notifications You must be signed in to change notification settings

politrons/LetsGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author Pablo Picouto García

My image

Let's GO

Examples of the most important features of this languages.

In order to follow examples, it's better read from top to bottom of the page.

Is this repo useful? Please ⭑Star this repository and share the love.

Features

My image

Monads

My image

Patterns

My image

Connectors

My image

Programs

My image

Kubernetes

My image

Examples of Kubernetes Operators, that use Go client for talking to a kubernetes cluster.

Each operator is divide in the Operator_test that run the test and the Controller with the extended methods that interact with K8s API

GraphQL

My image

Example of IMDb service implemented using GraphQL

You can run the test scenario and then make some queries like

curl -g 'http://localhost:12345/imdb?query={actors(movie:"Matrix"){name,age}}'
curl -g 'http://localhost:12345/imdb?query={actors(movie:"Fight_club"){name,age}}'

Vegeta Performance

My image

Example of performance test using this awesome library

HexaGolang

A Project example implemented with Hexagonal architecture.

In this project we apply architect design patterns like CQRS:Command-Query-responsibility-segregation and Event Sourcing

We also implement idempotent for POST Operations

StarWars Adventure

Releases

No releases published

Packages

No packages published

Languages