parthpshah.hashnode.devFlyway 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...Apr 5, 2024·12 min read
parthpshah.hashnode.devLaunch 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...Feb 24, 2024·3 min read
parthpshah.hashnode.devGarden.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...Feb 23, 2024·4 min read
parthpshah.hashnode.devOpenAI’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 ...Feb 16, 2024·5 min read
parthpshah.hashnode.devApache 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 ...Feb 11, 2024·6 min read