Skip to main content

Home/ Arquitectura?/ Group items tagged go

Rss Feed Group items tagged

Pablo Lalloni

Portable Cloud Programming with Go Cloud - The Go Blog - 0 views

  •  
    "We have identified common services used by cloud applications and have created generic APIs to work across cloud providers. Today, Go Cloud is launching with blob storage, MySQL database access, runtime configuration, and an HTTP server configured with request logging, tracing, and health checking. Go Cloud offers support for Google Cloud Platform (GCP) and Amazon Web Services (AWS). We plan to work with cloud industry partners and the Go community to add support for additional cloud providers very soon. "
Pablo Lalloni

Go Microservices with Go kit: Introduction - Shiju Varghese - Medium - 0 views

  •  
    "Go Microservices with Go kit: Introduction"
Pablo Lalloni

go-kit/kit - 0 views

  •  
    "Go kit is a distributed programming toolkit for microservices in the modern enterprise. We want to make Go a viable choice for application (business-logic) software in large organizations."
Pablo Lalloni

JSON-to-Go: Convert JSON to Go instantly - 0 views

  •  
    "This tool instantly converts JSON into a Go type definition. Paste a JSON structure on the left and the equivalent Go type will be generated to the right, which you can paste into your program."
Pablo Lalloni

pipe - Unix-like pipelines for Go - 1 views

  •  
    "The pipe Go package offers an easy way for Go programs to make use of other applications available in the system via a Unix-like pipeline mechanism. The input and output streams in such pipelines do work as streams, so large content can go across the pipeline without being loaded entirely in memory."
Pablo Lalloni

rhysd/go-github-selfupdate: Binary self-update mechanism for Go commands using GitHub - 0 views

  •  
    "go-github-selfupdate is a Go library to provide self-update mechanism to command line tools."
Pablo Lalloni

The Easiest Way to Develop with Go - Introducing a Docker Based Go Tool - Iro... - 1 views

  •  
    " Introducing a Docker Based Go Tool"
Pablo Lalloni

Awesome Go - 0 views

  •  
    "A curated list of awesome Go frameworks, libraries and software."
Pablo Lalloni

Testable Examples in Go - The Go Blog - 0 views

  •  
    "Godoc examples are snippets of Go code that are displayed as package documentation and that are verified by running them as tests."
Pablo Lalloni

Buffalo - Rapid Web Development in Go - 1 views

  •  
    "A Go web development eco-system, designed to make the life of a Go web developer easier."
Pablo Lalloni

nanomsg/mangos: package mangos is an implementation in pure Go of the SP ("Scalable Pro... - 0 views

  •  
    "Package mangos is an implementation in pure Go of the SP ("Scalability Protocols") messaging system. This makes heavy use of go channels, internally, but it can operate on systems that lack support for cgo."
Pablo Lalloni

Awesome Go - 0 views

  •  
    "A curated list of awesome Go frameworks, libraries and software."
Pablo Lalloni

pquerna/ffjson: faster JSON serialization for Go - 0 views

  •  
    "faster JSON serialization for Go"
Pablo Lalloni

Running Secured Docker Registry 2.0 - Container Solutions - 0 views

  •  
    "The new Docker Registry 2.0 was released on April 16th, 2015. It was completely rewritten in Go with added support for the new Docker Registry HTTP API V2 (thus only working with Docker 1.6+), promising to provide faster and more secure distribution of images. If you work with Docker and for some reason decided not to use the public Docker Hub, a private Docker Registry is an essential part of your architecture. But even if you don't have private images, you will likely need to use your own registry in production/testing for efficiency. The default installation, however, runs without encryption and authentication. I was wondering what's involved in securing it. There is an official tutorial on how to configure TLS on a registry server. TLS/SSL is absolutely necessary for any secure setup, but I also wanted to enable an authentication mechanism. The Configuration Reference document describes two authentication options supported by Docker Registry itself: so-called silly and token solutions. The silly one is apparently only useful for very limited development use-cases. The token solution seems to be more serious, but because of the lack of documentation (at the time of writing), I decided to find an alternative approach to secure it. In this article I'm going to show you how to set up the Docker Registry 2.0 with username/password authentication and SSL using the official Docker Registry image and a custom configured nginx as a proxy server."
Pablo Lalloni

codehack/go-relax - 0 views

  •  
    "Framework for building RESTful API's in Go"
Pablo Lalloni

rcrowley/go-tigertonic - 0 views

  •  
    "A Go framework for building JSON web services inspired by Dropwizard"
Pablo Lalloni

koyachi/go-nude - 1 views

    • Pablo Lalloni
       
      Justo lo que hablábamos hoy al mediodía!
  •  
    "Nudity detection with Go."
Pablo Lalloni

google/google-api-go-client - 0 views

  •  
    "These are auto-generated Go libraries from the Google Discovery Service's JSON description files of the available "new style" Google APIs."
Pablo Lalloni

yohcop/openid-go - 0 views

  •  
    "This is a consumer (Relying party) implementation of OpenId 2.0, written in Go."
Pablo Lalloni

A Go, Docker workflow - 1 views

  •  
    "this blog post is about using Go and Docker to get a great developing workflow"
1 - 20 of 117 Next › Last »
Showing 20 items per page