Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Sun, 15 Jan 2017 02:35:00 +0000 Golang or the future of the dev 10 points posted by daenney https://hackernoon.com/golang-or-the-future-of-the-dev-984c2f145bbe 1304 Sat, 03 Dec 2016 11:36:00 +0000 Go is on a trajectory to become the next enterprise programming language 8 points posted by gopher https://hackernoon.com/go-is-on-a-trajectory-to-become-the-next-enterprise-programming-language-3b75d70544e 3953 Thu, 02 May 2019 06:06:00 +0000 Parallel merge sort in Go #Algorithm #Parallel 8 points posted by teivah https://hackernoon.com/parallel-merge-sort-in-go-fe14c1bc006 3630 Fri, 26 Oct 2018 07:26:00 +0000 Extending python 3 in go 8 points posted by tomf https://hackernoon.com/extending-python-3-in-go-78f3a69552ac 3058 Sun, 31 Dec 2017 08:46:00 +0000 A story of a fat go binary 7 points posted by kenny https://hackernoon.com/a-story-of-a-fat-go-binary-20edc6549b97 1783 Mon, 20 Feb 2017 21:26:00 +0000 Sending mail through net/smtp package 7 points posted by daenney https://hackernoon.com/golang-sendmail-sending-mail-through-net-smtp-package-5cadbe2670e0 1303 Sat, 03 Dec 2016 11:35:00 +0000 Go the complete guide to profiling your code 5 points posted by kenny https://hackernoon.com/go-the-complete-guide-to-profiling-your-code-h51r3waz 4490 Sat, 21 Nov 2020 15:03:00 +0000 Messenger Bot with DialogFlow & Golang Blogpost by @mlabourdy writing an Messenger Chatbot with Go using @Dialogflow <br> 5 points posted by norbertfuhs https://hackernoon.com/bot-in-messenger-with-dialogflow-golang-fcbe6bee1341 2910 Thu, 09 Nov 2017 20:32:00 +0000 The beauty of Go An great introduction about the Go Programming language and its&nbsp; by @kanishkdudeja<br> 5 points posted by norbertfuhs https://hackernoon.com/the-beauty-of-go-98057e3f0a7d 2762 Fri, 06 Oct 2017 19:46:00 +0000 Go and a not tiny amount of memory 5 points posted by kenny https://hackernoon.com/go-and-a-not-tiny-amount-of-memory-a7a9430d4d22 2240 Tue, 23 May 2017 11:57:00 +0000 Communicating between go applications with pub sub messaging 5 points posted by tollela https://hackernoon.com/communicating-go-applications-through-redis-pub-sub-messaging-paradigm-df7317897b13 2005 Wed, 29 Mar 2017 13:15:00 +0000 Avoiding memory leaks in Go APIs 4 points posted by andythomas https://hackernoon.com/avoiding-memory-leak-in-golang-api-1843ef45fca8 3122 Fri, 19 Jan 2018 09:05:00 +0000 Nuclio - the new serverless superhero 4 points posted by andythomas https://hackernoon.com/nuclio-the-new-serverless-superhero-3aefe1854e9a 2880 Thu, 02 Nov 2017 22:22:00 +0000 The state of go dependency management 4 points posted by kenny https://hackernoon.com/the-state-of-go-dependency-management-6cc5f82a4bfa 1825 Mon, 27 Feb 2017 20:50:00 +0000 Bytes buffer i thought you were my friend 4 points posted by kenny https://hackernoon.com/bytes-buffer-i-thought-you-were-my-friend-4148fd001229 1129 Thu, 13 Oct 2016 18:22:00 +0000 Should I go? The pros and cons of using go programming language 3 points posted by andythomas https://hackernoon.com/should-i-go-the-pros-and-cons-of-using-go-programming-language-8c1daf711e46 3872 Mon, 25 Mar 2019 14:44:00 +0000 Face recognition with Go 3 points posted by Kagami https://hackernoon.com/face-recognition-with-go-676a555b8a7e 3498 Sun, 12 Aug 2018 20:46:00 +0000 A todo mvc application using iris and vue.js 2 points posted by iris-go https://hackernoon.com/a-todo-mvc-application-using-iris-and-vue-js-5019ff870064 3075 Thu, 04 Jan 2018 14:40:00 +0000 How to display existing files on server using DropzoneJS and Go #web #tutorial <p name="e490" id="e490" class="graf graf--p graf-after--figure">This is the part 2 of 2 in DropzoneJS + Go series.</p><ul class="postList" style="margin: 29px 0px 0px; padding: 0px; list-style: none none; counter-reset: post 0; color: rgba(0, 0, 0, 0.84); font-family: medium-ui-sans-serif-text-font, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen, Ubuntu, Cantarell, &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 18px; background-color: rgb(255, 255, 255);"><li name="36f6" id="36f6" class="graf graf--li graf-after--p" style="margin-left: 30px; margin-bottom: 14px; --baseline-multiplier:0.179; font-family: medium-content-serif-font, Georgia, Cambria, &quot;Times New Roman&quot;, Times, serif; font-size: 21px; line-height: 1.58; letter-spacing: -0.003em;"><a href="https://medium.com/@kataras/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991" data-href="https://medium.com/@kataras/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991" class="markup--anchor markup--li-anchor" target="_blank" style="color: inherit; text-decoration-line: underline; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.54);">Part 1: How to build a file upload form</a></li><li name="3788" id="3788" class="graf graf--li graf-after--li" style="margin-left: 30px; margin-bottom: 0px; --baseline-multiplier:0.179; font-family: medium-content-serif-font, Georgia, Cambria, &quot;Times New Roman&quot;, Times, serif; font-size: 21px; line-height: 1.58; letter-spacing: -0.003em;"><a href="https://medium.com/@kataras/how-to-display-existing-files-on-server-using-dropzonejs-and-go-53e24b57ba19" data-href="https://medium.com/@kataras/how-to-display-existing-files-on-server-using-dropzonejs-and-go-53e24b57ba19" class="markup--anchor markup--li-anchor" target="_blank" style="color: inherit; text-decoration-line: underline; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.54);">Part 2: How to display existing files on server</a></li> </ul><h3 name="acd1" id="acd1" class="graf graf--h3 graf-after--li">DropzoneJS + Go: How to display existing files on&nbsp;server</h3><p name="5aca" id="5aca" class="graf graf--p graf-after--h3">In this tutorial, we will show you how to display existing files on the server when using DropzoneJS and Go. This tutorial is based on <a href="https://medium.com/@kataras/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991" data-href="https://medium.com/@kataras/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991" class="markup--anchor markup--p-anchor" target="_blank" style="color: inherit; text-decoration-line: underline; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.54);">How to build a file upload form using DropzoneJS and Go</a>. Make sure you have read it before proceeding to content in this tutorial.</p> 2 points posted by iris-go https://hackernoon.com/how-to-display-existing-files-on-server-using-dropzonejs-and-go-53e24b57ba19 2756 Thu, 05 Oct 2017 20:44:00 +0000 How to build a file upload form using DropzoneJS and Go #web #tutorial <p name="6eae" id="6eae" class="graf graf--p graf-after--figure">This is the part 1 of 2 in DropzoneJS + Go series.</p><ul class="postList" style="margin: 29px 0px 0px; padding: 0px; list-style: none none; counter-reset: post 0; color: rgba(0, 0, 0, 0.84); font-family: medium-ui-sans-serif-text-font, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen, Ubuntu, Cantarell, &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 18px; background-color: rgb(255, 255, 255);"><li name="5116" id="5116" class="graf graf--li graf-after--p" style="margin-left: 30px; margin-bottom: 14px; --baseline-multiplier:0.179; font-family: medium-content-serif-font, Georgia, Cambria, &quot;Times New Roman&quot;, Times, serif; font-size: 21px; line-height: 1.58; letter-spacing: -0.003em;"><a href="https://medium.com/@kataras/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991" data-href="https://medium.com/@kataras/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991" class="markup--anchor markup--li-anchor" target="_blank" style="color: inherit; text-decoration-line: underline; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.54);">Part 1: How to build a file upload form</a></li><li name="bb43" id="bb43" class="graf graf--li graf-after--li" style="margin-left: 30px; margin-bottom: 0px; --baseline-multiplier:0.179; font-family: medium-content-serif-font, Georgia, Cambria, &quot;Times New Roman&quot;, Times, serif; font-size: 21px; line-height: 1.58; letter-spacing: -0.003em;"><a href="https://medium.com/@kataras/how-to-display-existing-files-on-server-using-dropzonejs-and-go-53e24b57ba19" data-href="https://medium.com/@kataras/how-to-display-existing-files-on-server-using-dropzonejs-and-go-53e24b57ba19" class="markup--anchor markup--li-anchor" target="_blank" style="color: inherit; text-decoration-line: underline; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.54);">Part 2: How to display existing files on server</a></li> </ul><h3 name="b3c2" id="b3c2" class="graf graf--h3 graf-after--li">DropzoneJS + Go: How to build a file upload&nbsp;form</h3><p name="31d7" id="31d7" class="graf graf--p graf-after--h3"><a href="https://github.com/enyo/dropzone" data-href="https://github.com/enyo/dropzone" class="markup--anchor markup--p-anchor" rel="noopener" target="_blank" style="color: inherit; text-decoration-line: underline; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.54);">DropzoneJS</a>&nbsp;is an open source library that provides drag’n’drop file uploads with image previews. It is a great JavaScript library which actually does not even rely on JQuery. <br>&nbsp;In this tutorial, we are building a multiple file upload form using DropzoneJS, and the backend will be handled by Go and <a href="https://iris-go.com/" data-href="https://iris-go.com" class="markup--anchor markup--p-anchor" rel="noopener" target="_blank" style="color: inherit; text-decoration-line: underline; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.54);">Iris</a>.</p> 2 points posted by iris-go https://hackernoon.com/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991 2755 Thu, 05 Oct 2017 20:44:00 +0000 A URL Shortener Service using Go, Iris and Bolt <p name="2c7b" id="2c7b" class="graf graf--p graf-after--h3">If you follow the social media sites like <a href="https://twitter.com" data-href="https://twitter.com" class="markup--anchor markup--p-anchor" rel="noopener" target="_blank">Twitter</a> and <a href="https://plus.google.com/" data-href="https://plus.google.com/" class="markup--anchor markup--p-anchor" rel="noopener" target="_blank">Google+</a>, you’ll have noticed that rather than use the full URL we use a nice friendly shortened one like<a href="https://t.co/EvDSyOOPTH" data-href="https://t.co/EvDSyOOPTH" class="markup--anchor markup--p-anchor" rel="noopener" target="_blank"> t.co/EvDSyOOPTH</a>.</p><p name="f122" id="f122" class="graf graf--p graf-after--p"><strong class="markup--strong markup--p-strong">Wouldn’t be great to have your own shortened URLs inside your own domain?</strong></p> 1 points posted by iris-go https://hackernoon.com/a-url-shortener-service-using-go-iris-and-bolt-4182f0b00ae7?source=user_profile---------11---------------- 3040 Sun, 24 Dec 2017 05:57:00 +0000