blog.ssdd.devTaming Dependency Hell in Async RustBuilding a Task Orchestration Engine Too many times I’ve seen workflows fail because tasks ran in the wrong order, database migrations kicking in before the schema check, services booting before the database was ready, or build steps firing out of se...Sep 29, 2025·4 min read
blog.ssdd.devBoost JSON Lines Processing with a High-Performance Rust LibraryAs a developer working with large datasets, I've often found myself wrestling with JSON Lines (JSONL) files. Whether it's processing log files, handling data exports, or working with streaming APIs, JSONL has become ubiquitous in the data world. Howe...Jun 4, 2025·5 min read
blog.ssdd.devHow I won $2k hackathon (Rust)Who am I? I am Sandipsinh Rathod, a 2nd year student at Nirma University pursuing Bachelor's degree in Computer Science. What is Rust? Rust is a fairly new programming language, first stable version was released in May 2015. It is rapidly gaining pop...Apr 4, 2024·4 min read