aryyawijaya's Stars
f/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better.
tonsky/FiraCode
Free monospaced font with programming ligatures
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
abi/screenshot-to-code
Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)
protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
louislam/uptime-kuma
A fancy self-hosted monitoring tool
open-mmlab/mmdetection
OpenMMLab Detection Toolbox and Benchmark
swagger-api/swagger-ui
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
nrwl/nx
Build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
stretchr/testify
A toolkit with common assertions and mocks that plays nicely with the standard library
modularml/mojo
The Mojo Programming Language
phoenixframework/phoenix
Peace of mind from prototype to production
grpc-ecosystem/grpc-gateway
gRPC to JSON proxy generator following the gRPC HTTP spec
golang-migrate/migrate
Database migrations. CLI and Golang library.
Netflix/chaosmonkey
Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
sqlc-dev/sqlc
Generate type-safe code from SQL
bxcodec/go-clean-arch
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
nebuly-ai/optimate
A collection of libraries to optimise AI model performances
ept/ddia-references
Literature references for “Designing Data-Intensive Applications”
coroot/coroot
Coroot is an open-source APM & Observability tool, a DataDog and NewRelic alternative 📊, 🖥️, 👉. Powered by eBPF for rapid insights into system performance. Monitor, analyze, and optimize your infrastructure effortlessly for peak reliability at any scale.
ktr0731/evans
Evans: more expressive universal gRPC client
determined-ai/determined
Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning, experiment tracking, and resource management. Works with PyTorch and TensorFlow.
pllk/cphb
Competitive Programmer's Handbook
create-go-app/cli
✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command.
tdunning/t-digest
A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means
junshutang/Make-It-3D
[ICCV 2023] Make-It-3D: High-Fidelity 3D Creation from A Single Image with Diffusion Prior
rustwasm/book
The Rust and WebAssembly Book
aryyawijaya/competitive-programming-cpp
Project that archive my c++ code templates for various topics in Competitive Programming
aryyawijaya/go-storage-with-clean-arch
Go project that provide storage (files) use cases with trying to structure code that accomplish Clean Architecture principles
aryyawijaya/nestjs-auth
NestJS project that provide auth use cases. Project runs on docker with Github Actions to automate CI (unit tests)