VirtualTam's bookmarks
118 bookmarks found
-
- Effective Go - Interface checks (blank implements)
- Ensure a type implements an interface at compile time in Go
- Interface guards in Go
- Compile time checks to ensure your type satisfies an interface
- What does an underscore and interface name after keyword var mean?
- What is
var _ type = &type{}
used for? - Using interfaces in Go - Interface guards
-
Python testing: unittest / pytest
2020-09-07 - https://blog.j-labs.pl/2019/02/Pytest-why-its-more-popular-than-unittest
- https://www.reddit.com/r/Python/comments/fdv5f2/pytest_or_unittest_in_2020/
- https://www.reddit.com/r/Python/comments/6s4a4p/played_with_pytest_for_the_first_time_today_uhh/
- https://www.reddit.com/r/Python/comments/5uxh22/unittest_vs_pytest/
- https://stackoverflow.com/questions/61121824/pytest-vs-unittest-framework-testloader-and-loadtestsfromtestcase-methods
- https://stackoverflow.com/questions/27954702/unittest-vs-pytest
-
PaperMC – The High Performance Spigot Fork
2020-03-14 - https://github.com/PaperMC/Paper
- https://paper.readthedocs.io/en/latest/
- https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/
- https://www.reddit.com/r/admincraft/comments/93ble5/what_is_paper_spigot_and_why_you_should_use_it/
- https://www.spigotmc.org/threads/spigot-vs-paperspigot-whats-the-difference.92288/
-
Go repository structure templates
2019-03-13 - https://github.com/katzien/go-structure-examples
- https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1
- https://github.com/golang-standards/project-layout
- https://github.com/ribice/gorsk-gin
- https://github.com/gothinkster/golang-gin-realworld-example-app
- https://github.com/mmcmm/go-gin-starter
- https://www.reddit.com/r/golang/comments/3focff/ask_golang_have_you_built_a_complex_website_in/
- https://github.com/volatiletech/authboss/wiki/Integration-with-gin-gonic
- https://github.com/thewhitetulip/web-dev-golang-anti-textbook
-
-
-