• Profile
  • Resume
  • Portfolio
  • Blog
Avatar

Nelson Silva

A human. Being. Coffee lover.

Blog

I Write My Thoughts Here

May 5, 2022 Go

for Loop in Go

In this post, you will learn how to work with the for loop so that you can use that same knowledge and thus evolve. a cycle allows executing an instruction or a set of instructions several times; there are three types of a for cycle...

May 4, 2022 Go

Switch in Go

In this post, you will learn how to work with switch so that you can use that same knowledge and thus evolve. the switch is another way of working with decisions and it can only check an equality relationship, that is, it cannot use comparison...

May 3, 2022 Go

Comparison Operators in Go

In this post, you will learn how to work with comparison operators so that you can use that same knowledge and thus evolve. == Equal != Different > Greater < Smaller >= Greater and equal <= Smaller and equal and And or Or package main...

May 2, 2022 Go

if, else if and else in Go

In this post, you will learn how to work with decisions (if, else if and else) so that you can use that same knowledge and thus evolve. package main import "fmt" /* (if - if) condition is true { the code inside the if is...

April 29, 2022 Go

Arrays in Go

In this post, you will learn how to work with arrays so that you can use that same knowledge and thus evolve. an array (vector) has a fixed size and is used to store a set of data in a sequential way; it is more...

April 28, 2022 Go

User Input (bufio) in Go

In this post, you will learn how to work with the user input (bufio) so that you can use that same knowledge and thus evolve. the bufio library in conjunction with the function NewReader() and the function ReadString() have as main objective “extract” information given...

Page 1 of 28 →

Categories

  • Announcements
  • Python
  • C#
  • Java
  • Go

Latest Posts

  • for Loop in Go
    May 5, 2022
  • Switch in Go
    May 4, 2022
  • Comparison Operators in Go
    May 3, 2022
+351913416022
contact@nelsonsilvadev.com
Porto, Portugal
Nelson Silva © 2022 All Rights Reserved