lvijnck's Stars
vercel/next.js
The React Framework
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
tiangolo/fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
strapi/strapi
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
traefik/traefik
The Cloud Native Application Proxy
hashicorp/terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
apache/spark
Apache Spark - A unified analytics engine for large-scale data processing
opentofu/opentofu
OpenTofu lets you declaratively manage your cloud infrastructure.
pydantic/pydantic
Data validation using Python type hints
tree-sitter/tree-sitter
An incremental parsing system for programming tools
tiangolo/sqlmodel
SQL databases in Python, designed for simplicity, compatibility, and robustness.
oauth2-proxy/oauth2-proxy
A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
kedro-org/kedro
Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.
open-policy-agent/opa
Open Policy Agent (OPA) is an open source, general-purpose policy engine.
zilliztech/GPTCache
Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
mock-server/mockserver
MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
BoltzmannEntropy/interviews.ai
It is my belief that you, the postgraduate students and job-seekers for whom the book is primarily meant will benefit from reading it; however, it is my hope that even the most experienced researchers will find it fascinating as well.
vasturiano/react-force-graph
React component for 2D, 3D, VR and AR force directed graphs
jmespath/jmespath.py
JMESPath is a query language for JSON.
metarank/metarank
A low code Machine Learning personalized ranking service for articles, listings, search results, recommendations that boosts user engagement. A friendly Learn-to-Rank engine
dmontagu/fastapi-utils
Reusable utilities for FastAPI
GoogleCloudPlatform/DataflowTemplates
Cloud Dataflow Google-provided templates for solving in-Cloud data tasks
taverntesting/tavern
A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax
traefik-plugins/traefik-jwt-plugin
Traefik plugin which checks JWT tokens for required fields. Supports Open Policy Agent (OPA) and signature validation with JWKS
tomMoulard/htransformation
A Traefik plugin to change on the fly header's value of a request
falconry/token-bucket
Token bucket algorithm implementation for Python web apps.
alexdelorenzo/limiter
⏲️ Easy rate limiting for Python using a token bucket algorithm, with async and thread-safe decorators and context managers