blog.brew.com.hk
Build a React Application from First Principles - Modules + SystemJS
http://blog.brew.com.hk/build-a-react-application-from-first-principles-modules-with-systemjs
Build a React Application from First Principles - Modules with SystemJS. This is Part 8 of the series - Build a React Application from First Principles. Get the completed code from the last step on GitHub. We did a lot in our last article, but our HTML file is starting to get quite long already, even though we only have two forms and a few buttons. This separation is called modularization, as we are separating our features and functionality into distinct. Which is available online for free. A bit of hist...
johnsto.co.uk
Just Go Things
https://www.johnsto.co.uk/blog/just-go-things
5 November 2014 6 min read. I’ve been using Go. For a while now, and really rather like it. However, the web doesn’t need another article fawning over why Go is better than language X or why it’s inferior to Z - there are plenty of those. I’m not writing another one. The thing is, I don’t think the Go language is its strongest selling point. Python, Rust, even JavaScript have a number of superior features, so why do I continue to write code in Go? It’s the tooling. Provides complete, consistent and.
sfxpt.wordpress.com
sfxpt | SF-Xpt's Blog
https://sfxpt.wordpress.com/author/sfxpt
Just another WordPress.com weblog. Skip to primary content. Skip to secondary content. GoDoc from branch code. Does not support documenting branch code, because. Does Not Work That Way sup TM /sup . However, I do need to check the GoDoc result before messing with my git head. Solution? Continue on to “GoDoc from branch code”. The “no-sugar” style. I want to leave out any. Distraction from my writing. The number one meaning of frivolous from OED. Not having any serious purpose or value. This post really l...
arsky.com
Go Programming Language
http://www.arsky.com/go.html
How to Write Go Code. Video Presentations: Get Started A Tour of Go. Presentations: Go Concurrenct Patterns 10 things you do not know. Go by Example (15/65). The Go Programming Language. Network Programming with Go. Go Packages from github/code.google/bitbucket. Glog - Google log. Spec @wiki.theory.org. SmugMug API by rcs.
namsral.com
Blog · Lars Wiegman
https://www.namsral.com/blog
Deploy and serve assets from a zip archive. Posted on August 4, 2015. When going through the sourcecode of the godoc.org. Service I came upon this gem called the. Package. From the docs:. Package zipfs file provides an implementation of the FileSystem interface based on the contents of a .zip file. Combine this with the FileServer handler from the. Package and you’ll be able to serve your assets from a single zip archive. Nil { log.Fatal(ListenAndServe:, err) } }. Distributed systems ruining your computer.