learn-go-with-tests
go-ethereum
learn-go-with-tests | go-ethereum | |
---|---|---|
30 | 366 | |
23,094 | 49,637 | |
0.8% | 0.9% | |
7.4 | 9.9 | |
11 days ago | 4 days ago | |
Go | Go | |
MIT License | GNU Lesser General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
learn-go-with-tests
-
[Go, Book Review] Learn Go with Tests by Chris James
There are not particularly bad parts. Overall the book is well written and organized. Moreover, Since it is also an open-source material, many readers have contributed to the contents of the book(including a few of mine :)). I hope there are more books like this for other languages such as Rust or Python.
- quii/learn-go-with-tests: Learn Go with test-driven development
-
Poke 2 Color and Tab Mini C
i.e using this free open source book Learn Gol with Tests
- Offline Resources for Learning Go
-
Please share programming/CS books and articles that use Go as examples(but not strictly about Go)
I really like Learn Go with tests. Not only is it a neat resource for learning Go, but it's great for getting a feeling for TDD.
-
Learn Go with Tests: Scaling acceptance tests (with a light intro to gRPC)
You can try viewing it on github instead https://github.com/quii/learn-go-with-tests/blob/main/scaling-acceptance-tests.md
- Consiglio letture e/o corsi sul TDD
-
From being confident to being professional
If you already know php and want to get professional in go, i suggest you take a look at https://github.com/quii/learn-go-with-tests
-
I’ve studied golang by solving algorithms, what do I have to learn next to land a job?
Learn some TDD: https://github.com/quii/learn-go-with-tests
-
Learn Go with Tests
Hi, author here.
The project is open-source (https://github.com/quii/learn-go-with-tests) so there's a few options available to you.
In releases, you'll find PDFs and epubs, I'm pretty sure most epub readers will let you use a dark mode. Or you can just read the markdown files on GitHub, which also supports it.
go-ethereum
-
Run Your Starknet Node: All You Need To Get Started
Go-Ethereum (GETH) - Go implementaion
-
Ethereum Foundation removes their canary
Even more relevant would be the Ethereum Improvement Proposal repo (where people submit proposals to change the spec):
https://github.com/ethereum/EIPs
Or the go-ethereum execution client (the most popular execution client):
https://github.com/ethereum/go-ethereum
-
How I Contributed One Line of Code to Ethereum
Geth - Official Go implementation of the Ethereum protocol.
- Geth v1.13.5: Further fixes to path state scheme quirks
- Geth v1.13.3: Pebble fixes and prep work for the upcoming Cancun hard fork
- Goerli bootnodes
- Geth v1.12.1 is released
-
Geth online pruning ETA
Go ahead and prune. Pbss progress can be followed here: https://github.com/ethereum/go-ethereum/pull/25963
-
How are blockchains built and deployed?
you may as well just look at the Ethereum reference implementation: https://github.com/ethereum/go-ethereum
-
Daily General Discussion - June 18, 2023
Interestingly, this was mitigated in Geth v1.11.4 this March, so should no longer be a concern on Ethereum, though the authors note that forks e.g. BSC and ETC may still be vulnerable.
What are some alternatives?
gobyexample - Go by Example
cosmos-sdk - :chains: A Framework for Building High Value Public Blockchains :sparkles:
over-golang - Golang相关:[审稿进度80%]Go语法、Go并发思想、Go与web开发、Go微服务设施等
blockgum - Blockgum is a Geth alternative as It supports HDWallet, which can generate billions of addresses. It uses Single Master Public and Private keys. No need to maintain Millions of Private keys. Backup once and you are good forever. Blockgum can read multiple chains ie Multichain Wallet Full Server side wallet solution. the https://blockgum.com
7days-golang - 7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
solana-go - Go SDK library and RPC client for the Solana Blockchain