<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"	xmlns:content="http://purl.org/rss/1.0/modules/content/"	xmlns:wfw="http://wellformedweb.org/CommentAPI/"	xmlns:dc="http://purl.org/dc/elements/1.1/"	xmlns:atom="http://www.w3.org/2005/Atom"	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"	xmlns:slash="http://purl.org/rss/1.0/modules/slash/">	<channel><title>Laimoon.com</title><link>https://courses.laimoon.com/sitemap/rss</link>	    <description>Courses in Dubai, Abu Dhabi, Sharjah Diplomas, Degrees &amp; Doctorates - Laimoon Course Guide</description>	    <language>en-us</language>	    	    			<image>				<url>https://cdn.laimoon.com/content_1739363348-Logo-Ratio_larger.jpg</url><title>Ratio</title><link>https://courses.laimoon.com/online/schools/ratio</link>			</image>			    						<item><title><![CDATA[Go Programming for Experienced Developers (GoLang)  - Ratio , London ]]></title><link>https://courses.laimoon.com/course/go-programming-for-experienced-developers-golang-ratio/online</link>				  <description>				  <![CDATA[						Our instructor-led Go training course offers a practical, hands-on introduction to this widely used programming language. Delegates will leverage their previous experience developing software other languages to learn how to extend their skillset to include the Go programming language.<br
/><br
/>After covering the core of the Go language in the first part of the course (with frequent comparisons to other languages) we will focus on various approaches for using Go to develop web servers, services, microservices, and more.<br
/><br
/>Availalble as a live instructor led course, in class in London or with Virtual access.<br
/><br
/>Go Programming Course (GoLang) for Experienced Programmers Training Objectives<br
/> Go Fundamentals and core concepts<br
/> Understanding and Using Functions in Go<br
/> Defining and Working with Methods<br
/> Exploring Go Interfaces<br
/> Error Handling the Go Way<br
/> Goroutines and Channels for Concurrency<br
/> Advanced Concurrency concepts<br
/> Packages and Go Build<br
/>Test and Interactive Debugging tools<br
/> Comparing HTTP and JSON with GRPC and PROTOBUF<br
/> Building HTTP based services and integration with external data providers<br
/><br
/> 3 full days of instructor-led tuition - with each day running for typically hours and divided into 4 x hour sessions with approximately 20 or 40 minute breaks to allow delegates to refocus<br
/> Given the prerequisite assumptions on the degelates previous experience with programming the sessions are all ``fast paces`` and include demonstrations of key concepts (downloadable content for most demonstrations are provided)<br
/><br
/>Part 1 :- The Basics (6 sessions)<br
/><br
/>Welcome and Introductions<br
/> Meet the Tutor and Delegates<br
/> Course Overview<br
/><br
/>Getting Started with Go<br
/><br
/> Key differences with other modern languages and platforms<br
/> Various considerations and approaches for data definition and object orientation<br
/> Compiler and VSCode IDE Setup<br
/> Writing, building and running our first Go ``Hello World`` program<br
/> Key facetrs of typical Go program structure<br
/><br
/>Core Elements of Go Programming<br
/><br
/> Tokens, Variables, and Assignments<br
/> Short Variable Declarations<br
/> Arithmetic Operators and Constants<br
/> Pointers and Strings<br
/> Formatting with ()<br
/> Operators: Relational, Logical, Bitwise, and Precedence<br
/><br
/>Control Flow in Go<br
/><br
/> Relational Operators and Conditional Statements (if, else, else if)<br
/> Switch Statements (Expression and Type Switches)<br
/> Loops (for, Nested Loops, While-Style Loops)<br
/> Break, Continue, and Goto Statements<br
/><br
/>Data Types in Go<br
/><br
/> Overview of Go Data Types<br
/> Working with Numbers, Arrays, Slices, and Maps<br
/>o Using Ranges and Containers (Lists, Rings)<br
/><br
/>Functions in Go<br
/><br
/> Defining and Using Functions<br
/> Parameters: Zero, Single, Multiple, and Variadic<br
/> Returning Values<br
/> Call by Reference and Anonymous Functions<br
/> Deferred Function Calls<br
/> Panic and Recover Mechanisms<br
/> Higher-Order Functions and Closures<br
/> Recursion<br
/><br
/>Structs and Data Oriented Programming<br
/><br
/> Introduction to Structs<br
/> Defining and Initializing Structs<br
/> Struct Variables and Comparisons<br
/> Passing Structs to Functions<br
/> Constructor Functions and JSON Serialization<br
/> Anonymous Structs and Adding Behaviour<br
/><br
/>Part 2 :- Intermediate Go - The Differentiators (2 sesssions)<br
/><br
/>Error Handling in Go<br
/><br
/> Basics of Error Handling<br
/> Creating and Returning Custom Error Types<br
/> Idiomatic Error Handling Patterns<br
/><br
/>Concurrency in Go<br
/><br
/> Introduction to Goroutines and Channels<br
/> Executing and Synchronizing Goroutines<br
/> Advanced concurrency concepts:<br
/>o Handling Channel Synchronization, Timeouts, and Range<br
/>o Synchronization and Non-Blocking Operations<br
/>o Worker Pools and Rate Limiting<br
/>o Atomic Counters, Mutex Locks, and Pools<br
/>o Stateful Goroutines and Conditional Variables<br
/><br
/>Interfaces in Go<br
/><br
/> Understanding Interfaces<br
/> Defining and Implementing Interfaces<br
/> Using Built-in Interfaces (, Stringer)<br
/> The Empty Interface (interface{})<br
/> Embedded Types and Their Applications<br
/> Thoughts on Go interfaces vs Generics in C# and other languages<br
/><br
/>Touching on Low-level Programming Concepts (or ``When you are really missing C``)<br
/><br
/> Unsafe pointers<br
/> Bitwise operators<br
/> Data alignment and variable sizes<br
/> Calling C from Go<br
/><br
/>Part 3 :- Development and Build Tooling (1 - 2 sessions)<br
/><br
/>Packages and Modules<br
/><br
/> Working with Packages: Importing, Defining, and Initializing<br
/> Using Custom Packages<br
/> Introduction to Modules<br
/><br
/>Developer Productivity and Typical Code Lifecycle<br
/><br
/> Go Testing overview<br
/> Writing Test, Benchmark, and Example Functions<br
/> Interactive debugging with VSCode extensions<br
/><br
/>Part 4 :- Real World Go (2 - 3 sessions)<br
/><br
/>File Handling<br
/><br
/> Working with Files and Directories<br
/> Reading, Writing, and Managing Files<br
/> Temporary Files and Paths<br
/><br
/>Understanding service and data integration options<br
/><br
/> Building HTTP / JSON ``RESTful`` services (Gorilla/MUX)<br
/> Comparing HTTP/JSON with GRPC/PROTOBUF<br
/> Simple GRPC/PB Client/Server example<br
/>Integrating with External Data Providers<br
/> Working with a PostgreSQL database for basic CRUD operations<br
/> Key considerations for working with NoSQL data providers<br
/><br
/>&nbsp;<p>Cost: 1950 GBP</p><p>Duration: 3 Days</p>					]]>				  </description>				  <pubDate>Tue, 18 Feb 2025 15:26:39 +04</pubDate>				</item> 					</channel></rss>
<!-- Apr 10, 2026 23:34:50 -->