Post about rewriting web analytics tracking infrastructure in #golang
Interesting Blog Post about rewriting web analytics tracking infrastructure in Go: https://engineering.skroutz.gr/blog/rewriting-web-analytics-tracking-in-go/
Golang News, Tutorials, Go Libraries and Golang Jobs
Interesting Blog Post about rewriting web analytics tracking infrastructure in Go: https://engineering.skroutz.gr/blog/rewriting-web-analytics-tracking-in-go/
Good blog post about golang error handling: https://mijailovic.net/2017/05/09/error-handling-patterns-in-go
Insanely Fast Queries on Really Big Data: https://github.com/pilosa/pilosa Pilosa is an golang based open source, distributed bitmap index that dramatically accelerates queries across multiple, massive data sets. https://www.pilosa.com/
https://github.com/improbable-eng/grpc-web gRPC is a modern, HTTP2-based protocol, that provides RPC semantics using the strongly-typed binary data format of protocol buffers across multiple languages (C++, C#, Golang, Java, Python, NodeJS, ObjectiveC, etc. gRPC-Web is a cutting-edge spec that enables invoking gRPC services from modern browsers. Components of the stack are based on Golang and TypeScript: grpcweb […]
https://github.com/PuerkitoBio/goquery goquery brings a syntax and a set of features similar to jQuery to the Go language. It is based on Go’s net/html package and the CSS Selector library cascadia. Since the net/html parser returns nodes, and not a full-featured DOM tree, jQuery’s stateful manipulation functions (like height(), css(), detach()) have been left off. Also, […]
Package myitcv.io/react is a set of GopherJS bindings for Facebook’s React, a Javascript library for building user interfaces https://github.com/myitcv/react All key aspects of React are covered in these bindings You can create a GopherJS React-based web app, write components, run and distribute your web app GopherJS React components can be integrated with existing React applications […]
Blog Post about moving from php to golang https://dannyvankooten.com/laravel-to-golang/
Go Language – Web Application Secure Coding Practices is a guide written for anyone who is using the Go Programming Language and aims to use it for web development. The book follows the OWASP Secure Coding Practices – Quick Reference Guide v2 (stable) release. The main goal of this book is to help developers avoid […]
modern text indexing in go – blevesearch.com / https://github.com/blevesearch/bleve Try out bleve live by searching the bleve website. Features Index any go data structure (including JSON) Intelligent defaults backed up by powerful configuration Supported field types: Text, Numeric, Date Supported query types: Term, Phrase, Match, Match Phrase, Prefix Conjunction, Disjunction, Boolean Numeric Range, Date Range Simple query […]
https://github.com/chrislusf/gleam Gleam is a high performance and efficient distributed execution system, and also simple, generic, flexible and easy to customize. Gleam is built in Go, and the user defined computation can be written in Go, Lua, Unix pipe tools, or any streaming programs. It is convenient to write logic in Lua, but Lua is optional. […]