Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Mon, 05 Mar 2018 09:45:00 +0000 Video: How we built and launched Gopherize.me #golanguk Ashley McNamara &amp; Mat Ryer on how we built and launched Gopherize.me 16 points posted by gopher https://www.youtube.com/watch?v=TuLGK9oskqM 2695 Sun, 24 Sep 2017 19:38:00 +0000 Video: Chris Benson - Deep Learning with Go #golanguk <div id="content" class="style-scope ytd-expander"><yt-formatted-string id="description" class="content style-scope ytd-video-secondary-info-renderer" split-lines="" style="white-space: pre-wrap; color: var(--yt-primary-text-color); --yt-endpoint-color:hsl(206.1, 79.3%, 52.7%);">You’ve heard about self-driving cars, self-organizing drone swarms, conversational interfaces, and emotion recognition. That’s all ‘deep learning’ - a powerful AI taking the world by storm! In my talk, I’ll show you how to build ‘deep learning’ models with Go to solve complex real-world challenges.</yt-formatted-string></div><ytd-metadata-row-container-renderer class="sticky style-scope ytd-video-secondary-info-renderer" style="display: block;"><div id="always-shown" class="style-scope ytd-metadata-row-container-renderer"></div><div id="collapsible" class="style-scope ytd-metadata-row-container-renderer"><ytd-metadata-row-renderer class="style-scope ytd-metadata-row-container-renderer" style="margin: 8px 0px; display: flex; flex-direction: row; align-items: center;"></ytd-metadata-row-renderer></div></ytd-metadata-row-container-renderer> 15 points posted by kenny https://www.youtube.com/watch?v=CHzMEamGZDA 2686 Thu, 21 Sep 2017 19:10:00 +0000 Video: Guido Patanella - Go routines optimization #golanguk 14 points posted by gopher https://www.youtube.com/watch?v=yo-CkroaQhs 2814 Wed, 18 Oct 2017 12:50:00 +0000 Video: Embedding in Go by Sean Kelly #golanguk Embedding. It sure is weird, isn't it? it's unlike traditional inheritance, and it can be uncomfortable at first. But it does have a lot of positives to it that might not be obvious at first. In this talk, we'll go over highlights and pitfalls of embedding, and some interesting ways to use it. 13 points posted by gopher https://www.youtube.com/watch?v=-LzYjMzfGDQ 2733 Sun, 01 Oct 2017 21:47:00 +0000 Video: Complex Concurrency Patterns with Go #golanguk There is a lot of power available through Go's concurrency primitives, but they are still just that: primitives. Typical examples of channel and goroutine usage show pipelines and worker pools, but real applications are rarely that simple. Production systems can easily end up with hundreds of goroutines running dozens of interdependent functions; reasoning about the resulting interactions is not easy. 13 points posted by gopher https://www.youtube.com/watch?v=2HOO5gIgyMg 2682 Thu, 21 Sep 2017 00:48:00 +0000 Video: Ruby to Go - What to expect when you switch #golanguk An overview of the differences between the two languages from a seasoned Rubyist and a complete Go newbie perspective. What to expect from your everyday coding when you switch to Go. A talk by Irina Bednova at Golang UK Conference<br> 12 points posted by gopher https://www.youtube.com/watch?v=Z2sq1Fwadh4 2784 Wed, 11 Oct 2017 07:53:00 +0000 Video: Creating interactive frontend apps with GopherJS and React #golanguk Fed up of Javascript? Do you pine for Go’s simplicity and fantastic tooling? Learn how to painlessly create interactive UIs in your favourite language… and never write a line of Javascript again! 12 points posted by gopher https://www.youtube.com/watch?v=emoUiK-GHkE 2717 Fri, 29 Sep 2017 09:29:00 +0000 Video: Mark Ryan - Command Line Scripting with Templates #golanguk 11 points posted by tollela https://www.youtube.com/watch?v=UMbicEbSIjc 2737 Mon, 02 Oct 2017 18:49:00 +0000 Video: Audrey Lim - Making My First Go Contribution #golanguk Want to contribute to Go but don't know how? Neither did I when I hacked a solution for the Go Presenter Tool. Learn about my motivations, how I approached the problem with a beginner's mind, figured out Gerrit, how it's like having my code reviewed by the Go team, and how I finally got it merged. 11 points posted by gopher https://www.youtube.com/watch?v=UT4ks8k2My8 2671 Tue, 19 Sep 2017 12:40:00 +0000 Video: Takuya Ueda - Static Analysis in Go #golanguk Tools like `go package` provide static analysis. This session shows step by step how to use it. This session makes you that you can start to use static analysis for creating tools which are useful for your daily development, such as a linter and a refactoring tool which can be customized for your project. 11 points posted by gopher https://www.youtube.com/watch?v=mLVxAU_xpEA 2670 Tue, 19 Sep 2017 08:27:00 +0000 Video: Let's Build A CI CD Pipeline in Go #golanguk 7 points posted by andythomas https://www.youtube.com/watch?v=UAsTNFLGBGI 1146 Wed, 19 Oct 2016 14:01:00 +0000 Video: When idioms become bottlenecks #golanguk 6 points posted by gopher https://www.youtube.com/watch?v=q7s30kFHBdw 1263 Fri, 25 Nov 2016 06:50:00 +0000 Event: Golang UK 2016 August 17th-19th #golanguk2016 #london August 17th, 18th & 19th 2016 at The Brewery, Chiswell Street, London. We are pleased to announce the second annual Golang UK Conference. Two days of amazing talks, plentiful networking opportunities and great socials. Golang UK offers the most up-to-date Go information and training. 6 points posted by gopher http://golanguk.com 861 Fri, 27 May 2016 20:39:00 +0000 Video: Betting on Go #hashicorp #golanguk 5 points posted by lolly https://www.youtube.com/watch?v=4MfvoX4aImA 2822 Fri, 20 Oct 2017 10:20:00 +0000 Video: Steve Francia - State of the Gopher Nation #golanguk Golang UK Conference 2017 <br> 5 points posted by gopher https://www.youtube.com/watch?v=5UG57xQL_RE 2710 Thu, 28 Sep 2017 17:03:00 +0000 Slides: Translating go to other human languages and back again #golanguk করো: Translating Go to Other (Human) Languages, and Back Again - Golang UK 2017 by Aditya Mukerjee Published August 17, 2017 in Technology<div> <div>Like most programming languages, Go uses English keywords. But Go's unique approach to byte and string handling makes it the ideal candidate for a universal programming language that can be localized to allow English-speaking and non-English speaking developers to collaborate on the same projects.</div></div> 5 points posted by kenny https://speakerdeck.com/chimeracoder/kro-translating-go-to-other-human-languages-and-back-again-golang-uk-2017 2527 Thu, 17 Aug 2017 11:30:00 +0000 Video: Production-ready Go #golanguk When you’re new to Go, it’s easy to build and deploy production systems quickly - and learn the hard way what ‘production ready’ means. This is a rundown of the things you really need to care about. 4 points posted by gopher https://www.youtube.com/watch?v=YF1qSfkDGAQ 2704 Tue, 26 Sep 2017 21:22:00 +0000 Notes on GoUK 2017 conference #golanguk #wip 3 points posted by gopher https://hackmd.io/s/BJ_wJtbOb 2531 Thu, 17 Aug 2017 16:06:00 +0000