DevSpace : Deploy & Develop Kubernetes Apps
DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster.
Posted in Recipe on March 26, 2023 by Venkatesh S ‐ 8 min read
DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster.
Posted in Recipe on March 26, 2023 by Venkatesh S ‐ 8 min read
OpenAI code completion using Codex model series and code-davinci-002 model.
Posted in Recipe on February 16, 2023 by Venkatesh S ‐ 3 min read
BentoML combines the best developer experience with a focus on operating ML in production. A faster way to ship your models to production.
Posted in Recipe on February 14, 2023 by Venkatesh S ‐ 6 min read
The ultimate library for background processing in Java. Distributed and backed by persistent storage.
Posted in Recipe on January 28, 2023 by Venkatesh S ‐ 3 min read
Cloud Native Buildpacks transform your application source code into images that can run on any cloud. Cloud Native Buildpacks embrace modern container standards, such as the OCI image format.
Posted in Recipe on October 26, 2022 by Venkatesh S ‐ 3 min read
It is now a usual normal that applications need monitoring. Monitoring JVM based applications are very easy today. Lot's of tools that provide out of the box monitoring options. However, it is also important to understand the underlying basics when it comes to monitoring the applications.
Posted in Recipe on October 14, 2022 by Venkatesh S ‐ 5 min read
ShedLock makes sure that your scheduled tasks are executed at most once at the same time. If a task is being executed on one node, it acquires a lock which prevents execution of the same task from another node (or thread).
Posted in Recipe on October 13, 2022 by Venkatesh S ‐ 6 min read
Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects.
Posted in Recipe on September 24, 2022 by Venkatesh S ‐ 2 min read
BackstopJS automates visual regression testing of your responsive web UI by comparing DOM screenshots over time.
Posted in Recipe on September 19, 2022 by Venkatesh S ‐ 4 min read
A vulnerability scanner for container images and file systems. Works with Syft, the powerful SBOM (software bill of materials) tool for container images and file systems.
Posted in Recipe on September 12, 2022 by Venkatesh S ‐ 3 min read