# Programming Languages

# Go

## Bootstraping

* [Go-Blueprint](https://docs.go-blueprint.dev/) - Powerful CLI tool designed to streamline the process of creating Go projects with a robust and standardized structure.

## Testing

* [gotestsum](https://github.com/gotestyourself/gotestsum) - runs tests using go test --json, prints formatted test output, and a summary of the test run. It is designed to work well for both local development, and for automation like CI

# Go Resources

- [nikolaydubina/go-recipes: 🦩 Tools for Go projects (github.com)](https://github.com/nikolaydubina/go-recipes)
- [12 Personal Go Tricks That Transformed My Productivity (devtrovert.com)](https://blog.devtrovert.com/p/12-personal-go-tricks-that-transformed)
- [Go Performance Boosters: The Top 5 Tips and Tricks You Need to Know | by Phuong Le (@func25) | Medium](https://medium.com/@func25/go-performance-boosters-the-top-5-tips-and-tricks-you-need-to-know-e5cf6e5bc683)
- [https://golangweekly.com/](https://golangweekly.com/)
- [samber/lo: 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...) (github.com)](https://github.com/samber/lo)

# Java

## GUI Work

- **FlatLaf** is a modern **open-source** cross-platform Look and Feel for Java Swing desktop applications.  
    [https://github.com/JFormDesigner/FlatLaf](https://github.com/JFormDesigner/FlatLaf)
- 

# Java Resources

## Conference Talks

- [All Java conference talks from 2023 ordered by the number of views (substack.com)](https://techtalksweekly.substack.com/p/all-java-conference-talks-from-2023?utm_source=substack&utm_medium=email)

## Libraries

- Support for JavaFX with GraalVM: [https://gluonhq.com/products/javafx/](https://gluonhq.com/products/javafx/)
-