VOOZH about

URL: https://www.javacodegeeks.com/tag/go/page/5

⇱ Go Archives - Page 5 of 5 - Java Code Geeks


  • Software Development👁 Image
    Andrew GloverFebruary 12th, 2015
    0 178

    Fault Tolerance in Go

    In distributed systems, failure is inevitable. Eventually, some service will become bogged down and consequently won’t respond quickly enough or,…

    Read More »
  • Software Development👁 Image
    Steve PerkinsDecember 5th, 2014
    0 132

    Go for Java Programmers: Simple Types

    Part of the Go for Java Programmers series Before we get into custom types, and Go’s version of object-orientation, let’s…

    Read More »
  • Software Development👁 Image
    Prahlad YeriJune 9th, 2014
    0 108

    An Introduction to Go – Elegance with Power and Simplicity

    Whilst I usually try to stick with only `bread-butter` languages (i.e. php, python, java & C#), my last project involved…

    Read More »
  • Software Development👁 Image
    Steve PerkinsMarch 21st, 2014
    0 138

    Go for Java Programmers: Control Structures

    Go (Golang) has only three basic control structures.  However, each of them are significantly more versatile than their Java counterparts.…

    Read More »
  • Software Development👁 Image
    Steve PerkinsMarch 20th, 2014
    0 139

    Go for Java Programmers: Packages, Functions, and Variables

    Go’s Familiar Syntax Due to their shared heritage in the C programming language, Go (aka Golang) code should be fairly…

    Read More »
  • Software Development👁 Image
    Steve PerkinsMarch 17th, 2014
    1 212

    Go for Java Programmers: Introduction

    Background Go (often referred to as “Golang”) is a fairly new programming language, first conceived in 2007, with version 1.0…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
Back to top button
Close