Git Product home page Git Product logo

novalagung / dasarpemrogramangolang Goto Github PK

View Code? Open in Web Editor NEW
2.2K 2.2K 399.0 685.67 MB

๐Ÿ“– Source Code E-book Dasar Pemrograman Golang

Home Page: https://dasarpemrogramangolang.novalagung.com/

License: Creative Commons Attribution Share Alike 4.0 International

Go 45.08% CSS 19.60% JavaScript 15.21% DIGITAL Command Language 7.26% HTML 12.85%
book ebook go golang learning source-code tutorial

dasarpemrogramangolang's Introduction

Hi, Noval here

ย  ย  ย  ย  ย  ย  ย  ย ย ย ย ย ย ย  ย  ย 

A remote-based engineering manager and technical architect with 11 years of experience in engineering management, architecture design, microservices, and programming. I'm currently serving as CTO at a healthcare startup based in Silicon Valley.

I created a lot of cool projects, my creations are used by Fortune 500, Big 4 accounting firms, and many more. However, due to the nature of my work, I can't showcase it publicly, sorry folks ๐Ÿ™Œ

Apart from that, here is some interesting stuff I managed to achieve in the FOSS area:

I enabled the GitHub Sponsor program on this account, I appreciate anyone who supports me, and may God repay your kindness with unlimited happiness, good health, and prosperity. As of now, all donations will go to charity.

dasarpemrogramangolang's People

Contributors

adev22 avatar afifurrohman-id avatar akulnurislam avatar arasopraza avatar cacing69 avatar compatc avatar dwihujianto avatar esviai avatar fajar-islami avatar gedenata avatar gusmanwidodo avatar hafizkurniaaji avatar haloapping avatar ilhamsyaputra avatar ivanauliaa avatar josterand avatar kristories avatar mananispiwpiw avatar muhfaris avatar mul14 avatar nkapw avatar novalagung avatar purwowd avatar raismaulana avatar rizkyzhang avatar sodrooome avatar sultannaufal avatar wndisra avatar xans-me avatar yofriadi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dasarpemrogramangolang's Issues

Kesalahan tulis

Ijin melaporkan beberapa kesalahan tulis:

[Bug] A.52.1. Penggunaan HTTP Request

Screen Shot 2020-03-08 at 18 09 45

GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/gouser/Library/Caches/go-build"
GOENV="/Users/gouser/Library/Application Support/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/gouser/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/vy/g05tg4j17r5_qgbn6dywcw0h0000gn/T/go-build101780905=/tmp/go-build -gno-record-gcc-switches -fno-common"

Here: https://play.golang.org/p/Da_6HCtFw-j

New page: better configuration

also need to rethink the existing configuration (the one that uses JSON file). do we really need that? it is nice, but not very recommended I believe.

New page: payment gateway (xendit)

  • about payment gateway
  • about xendit
  • prerequisites on implementing payment gateway
  • xendit implementation in go
  • use ngrok for exposing the local callback url

[Bug] B.18. HTTP Basic Authentication

โžœ  ~ go version
go version go1.14 darwin/amd64
โžœ  ~ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN="/Users/go/bin"
GOCACHE="/Users/Library/Caches/go-build"
GOENV="/Users/Library/Application Support/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/vy/g05tg4j17r5_qgbn6dywcw0h0000gn/T/go-build012563067=/tmp/go-build -gno-record-gcc-switches -fno-common"

Screen Shot 2020-04-02 at 13 15 05

New page: social auth (goth)

  • social auth in native go lib
  • introduction of goth library
  • variety of auth protocols (OAuth, OAuth 2.0, ...)
  • implementation example for OAuth
  • implementation example for OAuth 2.0

New page: Timezone

  • how go handle date time data
  • timezone vs unix timestamp (epoch)
  • how to handle PST/PDT kind of situation

New page: memory pooling

  • what is memory pool and why it's needed
  • write the implementation in both sync.Pool
  • write alt implementation in buffered channel

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.