Coder Social home page Coder Social logo

gotutorials-1's Introduction

Go-tutorial

  • hw* are the folder for voluntary homework, can write the project under hw*/ and send merge request for peer review.

Lesson 1

  • Env setup
  • DEV env setup (VSCode + linter + tools)
  • go test
  • go mod
  • tips

Lesson 2

  • golang coding convention
  • golang package template
  • go example on go routines, channels
  • library exported concept
  • common libraries
  • go context

Lesson 3

  • go unit test
  • go benchmark
  • go debug
  • go profiling

Lesson 4

  • go error
  • gin
  • log
  • kafka

Lesson 5

  • go grpc

HW

HW1

  • create a gin api server with middleware.
  • extension: using any mongodb driver to create a CRUD api

HW2

  • split package from simple main.go, standardlize golang project layout
  • try go mod
  • try context timeout and using in a gin timeout api.
    • create a handler sleep 30 seconds, but return timeout error response in 15 seconds.

gotutorials-1's People

Contributors

eaglerayp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.