SlideShare a Scribd company logo
The Go Way
Navneet Karnani
Mandrake Technologies
Prerequisites
- Audience is smart and understands programming
- Ability to use Google
- Audience is looking for takeaways to be things not
found on blogs
Scope
- Talk about the behavior
- Look at and discuss code
- Keep use cases simple to keep focus
- Cover the basics to enable building on the
knowledge
- Promo: Talk on Web App development using Go
later in the Conference
What is the charter of Go
Go is an open source programming
language that makes it
easy to build
simple, reliable,
and efficient software.
Hello world
Findings
- No semicolons
- Name space
- “main”
Multiply
Write an application to print multiplication tables
Hands On
STEP 1 – compute and print
Findings
- No type declarations
STEP 2 – use arrays
Findings
- Arrays are data types with a specified type and
size
STEP 3 – use slices
Findings
- Views into the array
STEP 4 – test
Findings
- Test infrastructure built in
- Building blocks work with Example and Standard
Conditionals
- Benchmarking
STEP 5 – concurrency
Findings
- Spawning “tasks” is a first class citizen
- Uses OS concept of “channels” for data exchange
STEP 6 – MAP, References … and
memory
Findings
- Go treatment of Local variables differs from other
languages
- Memory allocation uses the “make” method
- There is no “delete” needed
STEP 6 – Struct
Findings
- Structs are memory structures with optional
associated functions and methods
STEP 7 – inteRface
Findings
- Duck Typing
Completeness
- Smart suggestions / errors
- Code formatting
- Dependency management
- Build Tool
- Testing framework
- Performance measurement
https://github.com/navneetkarnani/Presen
tation-TheGoWay
Code
Thank You
Navneet Karnani
navneet@mandraketech.in
@maakhansingh

More Related Content

PPTX
Backend Programming
PPT
App using golang indicthreads
PDF
Webinar: How to Use Integrated Version Control in Rasa X
PPTX
GraphQL - Missing Link In REST
PDF
Integrating react in django while staying sane and happy
PDF
GraphQL vs BFF: A critical perspective
PDF
Rasa Developer Summit - Tom Bocklisch, Rasa - Product Updates from Rasa
PPTX
We b development trends
Backend Programming
App using golang indicthreads
Webinar: How to Use Integrated Version Control in Rasa X
GraphQL - Missing Link In REST
Integrating react in django while staying sane and happy
GraphQL vs BFF: A critical perspective
Rasa Developer Summit - Tom Bocklisch, Rasa - Product Updates from Rasa
We b development trends

What's hot (20)

PDF
Golang, Future of Programming Language.
PDF
GraphQL in Ruby on Rails - basics
PDF
2012 Chicago Fellowship Presentation to Code for Japan
PDF
Overview of Developer Bootcamps
PPSX
ABAP CodeRetreat - No comment?
PPT
How to write bad code using C#
PDF
What is the best programming language for your web product?
PPTX
Empathic API-Design
PDF
BDD for RIAs with JavaScript - Skills Matter
KEY
Web and Native in 2012
PDF
[DevRelCon Tokyo 2019] Developer Experience Matters
PPTX
Agile Tools for PHP
PDF
Hundreds of Microservices without Breaking Your APIs
PPT
Evalution about programming language part 1
PPTX
Benefits of using Ruby on rails for Apps Development
PDF
Setting up your development environment
PPTX
Full stack web development
PPTX
Design system based workflow
PPTX
Bdd and Behat
PDF
Django Intro
Golang, Future of Programming Language.
GraphQL in Ruby on Rails - basics
2012 Chicago Fellowship Presentation to Code for Japan
Overview of Developer Bootcamps
ABAP CodeRetreat - No comment?
How to write bad code using C#
What is the best programming language for your web product?
Empathic API-Design
BDD for RIAs with JavaScript - Skills Matter
Web and Native in 2012
[DevRelCon Tokyo 2019] Developer Experience Matters
Agile Tools for PHP
Hundreds of Microservices without Breaking Your APIs
Evalution about programming language part 1
Benefits of using Ruby on rails for Apps Development
Setting up your development environment
Full stack web development
Design system based workflow
Bdd and Behat
Django Intro
Ad

Viewers also liked (9)

PPTX
Ready, set, go! An introduction to the Go programming language
PPT
A First Look at Google's Go Programming Language
PDF
Why you should care about Go (Golang)
PDF
PPT
Google Go! language
PDF
Golang
PPTX
PDF
10 reasons to be excited about go
PDF
An introduction to go programming language
Ready, set, go! An introduction to the Go programming language
A First Look at Google's Go Programming Language
Why you should care about Go (Golang)
Google Go! language
Golang
10 reasons to be excited about go
An introduction to go programming language
Ad

Similar to Go Programming Language - Learning The Go Lang way (20)

PDF
GoLang - Why It Matters
PDF
Download full Go Building Web Applications 1st Edition Nathan Kozyra Mat Ryer...
PPTX
Golang (Go Programming Language)
PDF
Go Building Web Applications 1st Edition Nathan Kozyra Mat Ryer download pdf
PDF
Learning Go Programming 1st Edition Vladimir Vivien
PDF
Learning Go Programming 1st Edition Vladimir Vivien all chapter instant download
PPTX
My Journey to Go & Contributing to Open Source
PPTX
Go Programming language, golang
PPTX
Go programming language
PPTX
GDSC MRU 2023 Solution Challenge_ Info Session Presentation.pptx
PDF
(Ebook) Go: Building Web Applications by Nathan Kozyra, Mat Ryer
PDF
Instant Access to Go Building Web Applications 1st Edition Nathan Kozyra Mat ...
PDF
State of the Gopher Nation - Golang - August 2017
PDF
Complete Download (Ebook) Go: Building Web Applications by Nathan Kozyra, M...
PPTX
Go fundamentals
PDF
Go Building Web Applications 1st Edition Nathan Kozyra Mat Ryer
PPTX
Scaling applications with go
PDF
An introduction to programming in Go
PDF
Go Web Programming 1st Edition Sau Sheong Chang
PDF
(Ebook) Go: Building Web Applications by Nathan Kozyra, Mat Ryer
GoLang - Why It Matters
Download full Go Building Web Applications 1st Edition Nathan Kozyra Mat Ryer...
Golang (Go Programming Language)
Go Building Web Applications 1st Edition Nathan Kozyra Mat Ryer download pdf
Learning Go Programming 1st Edition Vladimir Vivien
Learning Go Programming 1st Edition Vladimir Vivien all chapter instant download
My Journey to Go & Contributing to Open Source
Go Programming language, golang
Go programming language
GDSC MRU 2023 Solution Challenge_ Info Session Presentation.pptx
(Ebook) Go: Building Web Applications by Nathan Kozyra, Mat Ryer
Instant Access to Go Building Web Applications 1st Edition Nathan Kozyra Mat ...
State of the Gopher Nation - Golang - August 2017
Complete Download (Ebook) Go: Building Web Applications by Nathan Kozyra, M...
Go fundamentals
Go Building Web Applications 1st Edition Nathan Kozyra Mat Ryer
Scaling applications with go
An introduction to programming in Go
Go Web Programming 1st Edition Sau Sheong Chang
(Ebook) Go: Building Web Applications by Nathan Kozyra, Mat Ryer

More from IndicThreads (20)

PPTX
Http2 is here! And why the web needs it
ODP
Understanding Bitcoin (Blockchain) and its Potential for Disruptive Applications
PPT
Building Resilient Microservices
PDF
Building on quicksand microservices indicthreads
PDF
How to Think in RxJava Before Reacting
PPT
Iot secure connected devices indicthreads
PDF
Real world IoT for enterprises
PPT
IoT testing and quality assurance indicthreads
PPT
Functional Programming Past Present Future
PDF
Harnessing the Power of Java 8 Streams
PDF
Building & scaling a live streaming mobile platform - Gr8 road to fame
PPTX
Internet of things architecture perspective - IndicThreads Conference
PDF
Cars and Computers: Building a Java Carputer
PPTX
Scrap Your MapReduce - Apache Spark
PPT
Continuous Integration (CI) and Continuous Delivery (CD) using Jenkins & Docker
PPTX
Speed up your build pipeline for faster feedback
PPT
Unraveling OpenStack Clouds
PPTX
Digital Transformation of the Enterprise. What IT leaders need to know!
PDF
Architectural Considerations For Complex Mobile And Web Applications
PPTX
Functional Programming With Lambdas and Streams in JDK8
Http2 is here! And why the web needs it
Understanding Bitcoin (Blockchain) and its Potential for Disruptive Applications
Building Resilient Microservices
Building on quicksand microservices indicthreads
How to Think in RxJava Before Reacting
Iot secure connected devices indicthreads
Real world IoT for enterprises
IoT testing and quality assurance indicthreads
Functional Programming Past Present Future
Harnessing the Power of Java 8 Streams
Building & scaling a live streaming mobile platform - Gr8 road to fame
Internet of things architecture perspective - IndicThreads Conference
Cars and Computers: Building a Java Carputer
Scrap Your MapReduce - Apache Spark
Continuous Integration (CI) and Continuous Delivery (CD) using Jenkins & Docker
Speed up your build pipeline for faster feedback
Unraveling OpenStack Clouds
Digital Transformation of the Enterprise. What IT leaders need to know!
Architectural Considerations For Complex Mobile And Web Applications
Functional Programming With Lambdas and Streams in JDK8

Recently uploaded (20)

PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Autodesk AutoCAD Crack Free Download 2025
PPTX
Transform Your Business with a Software ERP System
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
assetexplorer- product-overview - presentation
PDF
Digital Systems & Binary Numbers (comprehensive )
PDF
Salesforce Agentforce AI Implementation.pdf
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
Cost to Outsource Software Development in 2025
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
history of c programming in notes for students .pptx
PDF
17 Powerful Integrations Your Next-Gen MLM Software Needs
PDF
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PDF
AutoCAD Professional Crack 2025 With License Key
PPTX
Reimagine Home Health with the Power of Agentic AI​
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
How to Choose the Right IT Partner for Your Business in Malaysia
Design an Analysis of Algorithms II-SECS-1021-03
Autodesk AutoCAD Crack Free Download 2025
Transform Your Business with a Software ERP System
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
assetexplorer- product-overview - presentation
Digital Systems & Binary Numbers (comprehensive )
Salesforce Agentforce AI Implementation.pdf
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
Cost to Outsource Software Development in 2025
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
wealthsignaloriginal-com-DS-text-... (1).pdf
history of c programming in notes for students .pptx
17 Powerful Integrations Your Next-Gen MLM Software Needs
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
Advanced SystemCare Ultimate Crack + Portable (2025)
AutoCAD Professional Crack 2025 With License Key
Reimagine Home Health with the Power of Agentic AI​
Oracle Fusion HCM Cloud Demo for Beginners
Wondershare Filmora 15 Crack With Activation Key [2025

Go Programming Language - Learning The Go Lang way

Editor's Notes

  • #3: Rune maps to a Unicode character
  • #4: Rune maps to a Unicode character
  • #7: Rune maps to a Unicode character
  • #10: Rune maps to a Unicode character
  • #12: Rune maps to a Unicode character
  • #14: Rune maps to a Unicode character
  • #16: Rune maps to a Unicode character
  • #18: Rune maps to a Unicode character
  • #20: Rune maps to a Unicode character
  • #22: Rune maps to a Unicode character
  • #24: Rune maps to a Unicode character
  • #25: Unused variables are errors gofmt and goimport Go get