PinnedPriyansh Khodiyar·Dec 15, 2021Programming Languages to Avoid and Learn in 2024.Things I didn’t know when I started coding.A response icon132A response icon132
PinnedPriyansh Khodiyar·Dec 29, 2021Stop ruining your RÉSUMÉ.17 mistakes that can cost you a JobA response icon20A response icon20
Priyansh Khodiyar·May 12Running agents without losing my keys: a month with authsomeI run a small handful of agents on my laptop and a shared box. One drafts release notes from GitHub PRs. One scrapes SaaS dashboards for a…
Priyansh Khodiyar·Mar 13, 2025Git commit signing and Troubleshooting GPG Key IssuesUsing GPG (GNU Privacy Guard) to sign Git commits is a powerful way to secure your code and verify authenticity. In this post, I’ll walk…
Priyansh Khodiyar·Dec 4, 2024Understanding PostgreSQL Replica Identity: The Complete GuideIf you’ve encountered errors like “cannot update table because it does not have a replica identity and publishes updates” or “to enable…
InData Platform EngineeringbyPriyansh Khodiyar·Sep 27, 2024Why Choosing Between Delta and Iceberg Shouldn’t Be a Problem AnymoreIntroduction
InData Platform EngineeringbyPriyansh Khodiyar·Sep 17, 2024Everything You Need to Know About MongoDB OplogsIf you’ve worked with MongoDB and dived deep into how it syncs and replicates data, you’ve probably come across the term “oplog.” It’s…
InData Platform EngineeringbyPriyansh Khodiyar·Sep 16, 2024Apache Paimon vs. Apache Iceberg: A Detailed ComparisonApache Paimon and Apache Iceberg stand out as two prominent table formats designed to address challenges with managing large-scale data
Priyansh Khodiyar·Jun 20, 2024Add giscus to your Private GitHub repository blog for commentingSo I recently added giscus to my kubernetes blog unyaml.com and I am here to share the process.