All Projects → campoy → Go Tooling Workshop

campoy / Go Tooling Workshop

Licence: apache-2.0
A workshop covering all the tools gophers use in their day to day life

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Go Tooling Workshop

Profilinggo
A quick tour (or reminder) of Go performance tools
Stars: ✭ 219 (-91.84%)
Mutual labels:  tooling, performance
Ultimatepp
U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
Stars: ✭ 237 (-91.17%)
Mutual labels:  performance
Perfview
PerfView is a CPU and memory performance-analysis tool
Stars: ✭ 2,924 (+8.98%)
Mutual labels:  performance
Adlik
Adlik: Toolkit for Accelerating Deep Learning Inference
Stars: ✭ 237 (-91.17%)
Mutual labels:  performance
Droidtelescope
DroidTelescope(DT),Android端App性能监控框架
Stars: ✭ 231 (-91.39%)
Mutual labels:  performance
Router
Router implementation for fasthttp
Stars: ✭ 234 (-91.28%)
Mutual labels:  performance
Full Stack Data Science
Full Stack Data Science in Python
Stars: ✭ 227 (-91.54%)
Mutual labels:  workshop
Phunctional
⚡️ λ PHP functional library focused on simplicity and performance
Stars: ✭ 243 (-90.94%)
Mutual labels:  performance
Pyinstrument
🚴 Call stack profiler for Python. Shows you why your code is slow!
Stars: ✭ 3,870 (+44.24%)
Mutual labels:  performance
Weld
High-performance runtime for data analytics applications
Stars: ✭ 2,709 (+0.97%)
Mutual labels:  performance
Uber Mobile Web
This is an attempt to mock the new uber app into mobile web to learn how react can be used to optimize for mobile web.
Stars: ✭ 235 (-91.24%)
Mutual labels:  performance
Quickperf
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
Stars: ✭ 231 (-91.39%)
Mutual labels:  performance
Arr
A collection of tiny, highly performant Array.prototype alternatives
Stars: ✭ 239 (-91.09%)
Mutual labels:  performance
Entitas Cpp
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
Stars: ✭ 229 (-91.46%)
Mutual labels:  performance
Fosswebsite
A club management system that handles student details, progress, events, achievements, attendance, status updates, teams and workshop registrations. This is the official [email protected] website
Stars: ✭ 242 (-90.98%)
Mutual labels:  workshop
Medium Zoom
🔎🖼 A JavaScript library for zooming images like Medium
Stars: ✭ 2,799 (+4.32%)
Mutual labels:  performance
Bombardier
Fast cross-platform HTTP benchmarking tool written in Go
Stars: ✭ 2,952 (+10.03%)
Mutual labels:  performance
Bootboot
Dualboot your Ruby app made easy
Stars: ✭ 239 (-91.09%)
Mutual labels:  tooling
Autoptimize
Official Autoptimize repo on Github
Stars: ✭ 245 (-90.87%)
Mutual labels:  performance
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+5.14%)
Mutual labels:  performance

Build Status Go Report Card

Go Tooling in Action

Hi, and welcome to "Go Tooling in Action". This is a multi hour workshop, so get ready for some intense learning!

After going through the whole content, you will know about what tools can help you better write Go code, how to build artifacts from that code, and how to understand the performance of your code once it's running.

You should be relatively familiar with Go, even though we won't be writing much code. Maybe it's time to check out the Go Tour.

For a shorter and sweeter version of this workshop, you can watch the video that I made for a conference, and inspired me to create this workshop.

Software requirements

To go through this you will need the following:

  1. You have installed the Go Programming Language.
  2. We will be using Visual Studio Code it's free and open source.
  3. Finally, we'll also use delve, so install it now if you think you won't have good WiFi later.

The rest of the software we'll use is quick to install through go get, so do not worry yet.

Contents

The workshop is for now composed of three independent sections:

In the future one more section might be added regarding monitoring of running systems, but for now that topic is out of the scope of this workshop.

Issues

This workshop is very new, so some things might be missing or wrong.

If you find anything that seems broken, please file an issue. Or even better, send a pull request! You will need to sign a CLA, you'll get the info once you send the PR.

Resources

These are places where you can find more information for Go:

My favorite aspect of Go is its community, and you are now part of it too. Welcome!

As a newcomer to the Go community you might have questions or get blocked at some point. This is completely normal, and we're here to help you. Some of the places where gophers tend to hang out are:

Disclaimer

This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].