
-
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.
Terraform and Pulumi automate the provisioning of cloud resources. IaC ensures consistency and eliminates manual errors when setting up infrastructure.
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
MLOps elevates DevOps principles to AI workloads. The new frontiers of DevOps are managing large model training jobs, handling GPUs, and automating ML pipelines. Python tools like MLflow and Kubeflow make this possible.
-
Jenkins and GitHub Actions are go-to tools for automating tasks like testing and deployment. These pipelines ensure that the latest version of your software gets built, tested, and delivered efficiently.
-
docker
FreeBSD port of docker, take a look at PORTING-FREEBSD.md in freebsd-compat branch (by kvasdopil)
Containers package applications and their dependencies, ensuring consistency across environments. Using Docker makes it easy to "build once, run anywhere." Kubernetes manages multiple containers to keep complex apps running smoothly.
-
Terraform and Pulumi automate the provisioning of cloud resources. IaC ensures consistency and eliminates manual errors when setting up infrastructure.
-
MLOps elevates DevOps principles to AI workloads. The new frontiers of DevOps are managing large model training jobs, handling GPUs, and automating ML pipelines. Python tools like MLflow and Kubeflow make this possible.
-
Containers package applications and their dependencies, ensuring consistency across environments. Using Docker makes it easy to "build once, run anywhere." Kubernetes manages multiple containers to keep complex apps running smoothly.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Tools like Prometheus, Grafana, and ELK Stack are becoming popular as they offer insights into live systems. These tools help monitor metrics such as server usage, request latency, and CPU load to prevent downtime.
-
Jenkins and GitHub Actions are go-to tools for automating tasks like testing and deployment. These pipelines ensure that the latest version of your software gets built, tested, and delivered efficiently.
-
While YAML has been a traditional choice for defining pipelines, Python SDKs like Dagger provide developers with programmatic control. Instead of static files, you can write functions to configure, test, and deploy applications dynamically.