Skip to content

Anagnostopoulos A - Hands-On Software Engineering with Golang - 2020

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: Anagnostopoulos A - Hands-On Software Engineering with GolangGroup: 2020
Info Hash
C5B462282559A5F366BF8A768EADA6616A45648C
Source
Unverified
Total Size
21.36 MB
Total Files
100
Seeders
4
Leechers
1
Health
2.00
Score
9
Type
eBook

File List

FileSize
Anagnostopoulos A. - Hands-On Software Engineering with Golang - 2020.epub8.73 MB
Anagnostopoulos A. - Hands-On Software Engineering with Golang - 2020.pdf11.13 MB
code/.gitignore291 B
code/.travis.yml1.1 KB
code/Chapter04/buildtags/e2e_test.go129 B
code/Chapter04/buildtags/integration_test.go146 B
code/Chapter04/buildtags/Makefile226 B
code/Chapter04/buildtags/README.md263 B
code/Chapter04/buildtags/unit_test.go125 B
code/Chapter04/captcha/captcha.go981 B
code/Chapter04/captcha/captcha_test.go790 B
code/Chapter04/captcha/Makefile23 B
code/Chapter04/chat/chat.go910 B
code/Chapter04/chat/chat_test.go812 B
code/Chapter04/chat/Makefile23 B
code/Chapter04/compute/compute.go423 B
code/Chapter04/compute/compute_test.go1.24 KB
code/Chapter04/compute/gpu/device.go441 B
code/Chapter04/compute/Makefile23 B
code/Chapter04/db/db_test.go841 B
code/Chapter04/db/Makefile23 B
code/Chapter04/dependency/dependency.go2.93 KB
code/Chapter04/dependency/dependency_test.go1.44 KB
code/Chapter04/dependency/Makefile23 B
code/Chapter04/dependency/mock/dependency.go1.97 KB
code/Chapter04/dialer/Makefile23 B
code/Chapter04/dialer/retrying_dialer.go2.34 KB
code/Chapter04/dialer/retrying_dialer_test.go1.19 KB
code/Chapter04/pinger/Makefile23 B
code/Chapter04/pinger/pinger.go1 KB
code/Chapter04/pinger/pinger_test.go2.08 KB
code/Chapter04/retail/Makefile23 B
code/Chapter04/retail/retail.go3.11 KB
code/Chapter04/retail/retail_internal_test.go1.63 KB
code/Chapter04/retail/retail_test.go1.05 KB
code/Chapter04/table-driven/fizzbuzz.go451 B
code/Chapter04/table-driven/fizzbuzz_test.go2 KB
code/Chapter04/table-driven/Makefile23 B
code/Chapter06/linkgraph/graph/error.go357 B
code/Chapter06/linkgraph/graph/graph.go2.39 KB
code/Chapter06/linkgraph/graph/graphtest/suite.go15.71 KB
code/Chapter06/linkgraph/Makefile23 B
code/Chapter06/linkgraph/store/cdb/cdb.go4.42 KB
code/Chapter06/linkgraph/store/cdb/cdb_test.go1.02 KB
code/Chapter06/linkgraph/store/cdb/iterator.go1.91 KB
code/Chapter06/linkgraph/store/cdb/migrations/01_create_links_table.down.sql28 B
code/Chapter06/linkgraph/store/cdb/migrations/01_create_links_table.up.sql130 B
code/Chapter06/linkgraph/store/cdb/migrations/02_create_edges_table.down.sql28 B
code/Chapter06/linkgraph/store/cdb/migrations/02_create_edges_table.up.sql266 B
code/Chapter06/linkgraph/store/memory/iterator.go1.77 KB
code/Chapter06/linkgraph/store/memory/memory.go4.83 KB
code/Chapter06/linkgraph/store/memory/memory_test.go412 B
code/Chapter06/textindexer/index/doc.go541 B
code/Chapter06/textindexer/index/error.go389 B
code/Chapter06/textindexer/index/indexer.go1.89 KB
code/Chapter06/textindexer/index/indextest/suite.go7.72 KB
code/Chapter06/textindexer/Makefile23 B
code/Chapter06/textindexer/store/es/es.go7.81 KB
code/Chapter06/textindexer/store/es/es_test.go918 B
code/Chapter06/textindexer/store/es/iterator.go1.56 KB
code/Chapter06/textindexer/store/memory/bleve.go3.89 KB
code/Chapter06/textindexer/store/memory/bleve_test.go600 B
code/Chapter06/textindexer/store/memory/iterator.go1.64 KB
code/Chapter07/crawler/crawler.go4.55 KB
code/Chapter07/crawler/crawler_integration_test.go4.91 KB
code/Chapter07/crawler/graph_updater.go1.56 KB
code/Chapter07/crawler/graph_updater_test.go2.96 KB
code/Chapter07/crawler/link_extractor.go3.3 KB
code/Chapter07/crawler/link_extractor_test.go5.46 KB
code/Chapter07/crawler/link_fetcher.go1.57 KB
code/Chapter07/crawler/link_fetcher_test.go3.88 KB
code/Chapter07/crawler/Makefile23 B
code/Chapter07/crawler/mocks/mocks.go6.17 KB
code/Chapter07/crawler/package_test.go141 B
code/Chapter07/crawler/payload.go1.43 KB
code/Chapter07/crawler/privnet/detector.go1.74 KB
code/Chapter07/crawler/privnet/detector_test.go1.42 KB
code/Chapter07/crawler/text_extractor.go1.18 KB
code/Chapter07/crawler/text_extractor_test.go1.02 KB
code/Chapter07/crawler/text_indexer.go773 B
code/Chapter07/crawler/text_indexer_test.go1.82 KB
code/Chapter07/pipeline/interfaces.go2.99 KB
code/Chapter07/pipeline/Makefile23 B
code/Chapter07/pipeline/pipeline.go4.36 KB
code/Chapter07/pipeline/pipeline_test.go4.27 KB
code/Chapter07/pipeline/stage.go5.5 KB
code/Chapter07/pipeline/stage_test.go4.54 KB
code/Chapter08/bspgraph/aggregator/accumulator.go3.13 KB
code/Chapter08/bspgraph/aggregator/accumulator_test.go1.74 KB
code/Chapter08/bspgraph/config.go1.33 KB
code/Chapter08/bspgraph/executor.go3.58 KB
code/Chapter08/bspgraph/graph.go9.71 KB
code/Chapter08/bspgraph/graph_test.go6.1 KB
code/Chapter08/bspgraph/interfaces.go2.06 KB
code/Chapter08/bspgraph/Makefile23 B
code/Chapter08/bspgraph/message/memory_queue.go1.59 KB
code/Chapter08/bspgraph/message/memory_queue_test.go1.41 KB
code/Chapter08/bspgraph/message/message.go1.18 KB
code/Chapter08/color/color.go4.61 KB
code/Chapter08/color/color_test.go3.46 KB

Trackers

No trackers found.