PPParth P Shahinparthpshah.hashnode.dev·Apr 5, 2024 · 12 min readFlyway and Liquibase for Database Migration and VersioningLet's try to understand the DB migration/versioning tools which support databases like Clickouse, PostgeSQL, MongoDB and Cassandra. The focus here is on exploring the Flyway and Liquibase and try to migrate in to PostgreSQL DB using both the tools. O...00
PPParth P Shahinparthpshah.hashnode.dev·Feb 24, 2024 · 3 min readLaunch Darkly: Feature control with flags!In modern agile software development, feature management is a best practice to reduce risk and speed up code delivery. This blog will explore why and how we can use it. Why Use a Feature Flag? Feature flags enable us to fine-tune how we ship features...00
PPParth P Shahinparthpshah.hashnode.dev·Feb 23, 2024 · 4 min readGarden.io: Streamlining Kubernetes Development WorkflowsGarden.io is a DevOps automation tool for developing and testing Kubernetes apps faster.It is a cloud native application development, testing, and deployment platform. It defines the build and deployment procedure for your application in a configurat...00
PPParth P Shahinparthpshah.hashnode.dev·Feb 16, 2024 · 5 min readOpenAI’s Sora, Generate videos Photo-realistically. All with text.If you've not been listening up in the tech space lately, there's been some insane developments. The development of a new Model that can create minute long videos just with simple sentences. What's Sora AI? Sora is a cutting-edge text-to-video model ...00
PPParth P Shahinparthpshah.hashnode.dev·Feb 11, 2024 · 6 min readApache Kafka Raft (KRaft): Apache Kafka and how it's finally without Zookeeper.The Basics, Apache Kafka Let's start with some context.Apache kafka is is an open-source event streaming platform that can transport huge volumes of data at very low latency. Kafka lets you: Publish and subscribe to streams of events Store streams ...00