Tag Archive: google go
April 14, 2017 6:03 am
Published by PrasannikaComputer programming is one of those disciplines that requires constant learning. Technology is advancing at a rapid rate, so much so that sometimes even the biggest experts find it challenging to keep up sometimes. Continual improvement is the only way...
Read More
March 13, 2017 6:30 am
Published by Mark TregoThere are certain programming languages that always have and always will be around. But every so often some new kids on the block make waves in the tech industry. Whether they’ll stick around or not is anyone’s guess, but either...
Read More
March 6, 2017 6:30 am
Published by Mark TregoA career in web development is lucrative, exciting and ever changing. It requires a particular set of well-honed skills and a knowledge of languages that you’ll need to keep updating, year after year. In return, you’ll get to build really...
Read More
May 22, 2016 5:40 am
Published by Gerard MillaresProgrammers have always known that new programming languages need to be learned to keep their skills marketable in the workplace. That trend is not only continuing – it seems to be increasing due to the rate of change taking place...
Read More
January 17, 2016 8:54 am
Published by Gerard MillaresWelcome to Golang certification class number 19—How to use interfaces in Golang programming. Today, we’ll be discussing how you can define and use interfaces in Golang programming. Let’s begin by discussing why interfaces are necessary in programming. An interface is...
Read More
January 16, 2016 1:53 am
Published by Gerard MillaresWe’ve so far discussed how you can declare and initialize maps in Golang. In this blog post, we discuss how you can use loops to implement your Golang maps. We use loops in maps to initialize a block of several...
Read More
January 15, 2016 12:41 pm
Published by Gerard MillaresWe’ve so far discussed how you can declare and initialize arrays and slices in Golang. In this blog post, we discuss how you can use loops to initialize your arrays and slices. Why do we need loops when initializing some...
Read More
January 14, 2016 12:02 pm
Published by Gerard MillaresIn our previous blogs, we’ve discussed Golang’s data types, arrays and slices. In this tutorial, we present a one more in-built type—the maps. By the end of the class, you should have learnt how to use maps in your Golang...
Read More
January 13, 2016 12:40 pm
Published by Gerard MillaresIn this class, we’ll discuss how to use arrays and slices in Golang. By the end of the tutorial, you’ll be in a position to declare and use arrays and slices in Golang. Let’s start by looking at the differences...
Read More
January 12, 2016 8:00 am
Published by Gerard MillaresIn this class, we’ll be covering how you can use conditionals in Golang. So, let’s dive in and find out how to use conditionals in Golang. You might be thinking, “What are conditionals?” Well, conditionals are expressions that result to...
Read More