GitShow/tj/sponsors
tj

sponsors

Open-source project suggestions powered by my GitHub sponsors

by tj
Star on GitHubFork
61 stars5 forks1 contributorQuiet · 5y agoSince 2019

Meet the team

See all 1 on GitHub →
tj
tj22 contributions

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
28
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 12 discussions · Last activity 5y ago
See all on GitHub →
tj
Mac OS provisioning for new employees and personal useOpenIssue

As far as I know there aren't really any great tools for provisioning new employee machines, aside from Ansible, and perhaps Terraform but it's not purpose-built for this. I'd basically like a "Terraform for work machines".

tj · 4y ago
tj
Terraform but as a libraryOpenIssue

Terraform is awesome but I have many cases where I'd much rather interact with it as a package (maybe it's possible now?). I definitely don't have any intention to reinvent everything they've done, but even a basic form would be nice, just to avoid manually doing tons of CRUD.

tj · 6y ago
tj
Functional language which sits between Go & RustOpenIssue

This one is obviously a pretty huge task, but I've always been wanting something inbetween Go & Rust, and have yet to find what I'm looking for. I think with LLVM doing the heavy lifting these days it would be feasible to try it out. It could potentially compile to WASM/JS as well.

tj · 6y ago

Recent fixes

View closed PRs →
OrKoN
API Gateway in Go that is able to invoke Lambda functionsClosedIssue

with API key management and usage limits (configured via an API) using DynamoDB as a storage

OrKoN · 1y ago
tj
RPC API server, client, and documentation generation for GoClosedIssue

There's too much boilerplate for APIs right now, and many existing solutions are over-engineered for many use-cases in my opinion. I'd like to polish what I use internally, and make it available as OSS. It could use GraphQL for the schema, but I don't use GraphQL for querying or mutations personally, queries are fine but mutations are pretty awkward, and not curl-friendly. It would be similar to JSON-RPC, simple input and output, and the "method" in the URL, for example . RPC has some limitations, however, in most cases I think this works great and performs perfectly fine, you can drop back to vanilla HTTP for edge-cases. I'll add more details here if people are interested. Features Statically typed schema definitions, simpler than OpenAPI and friends due to RPC restrictions Generate clients for JS, Go, TypeScript, etc Generate documentation as markdown and HTML Generate a server, internals of each method are user-defined

tj · 5y ago
tj
Go SPA HTTP middlewareClosedIssue

Oddly couldn't find SPA serving middleware.

tj · 6y ago
Structured data for AI agents

Repository: tj/sponsors. Description: Open-source project suggestions powered by my GitHub sponsors Stars: 61, Forks: 5. Open PRs: 0, open issues: 12. Last activity: 5y ago. Community health: 28%. Top contributors: tj.

·@ofershap

Replace github.com with gitshow.dev