漏 2026 Hashnode
Most expense tracking apps either feel too basic or overwhelmingly complex. After trying dozens of solutions, I ended up creating something different - a hybrid system that combines C++ for data processing with Flask for web access. The Technology Mi...

When I want to use recent data from SimFin or when I have to do data cleanup at work, if the CSV files are too big (+300MB) and if there are several million records, the only way to work with this much data is to do it in command line. No spreadsheet...

Many-a-times, we come across processes that do not need user intervention, yet take up a lot of server time. This time could have been used, otherwise, to do multiple other tasks. Let鈥檚 take the example of downloading a large file as a csv. In such a...

There are plenty of online tools to combine multiple csv files into a single one. But I could not find any to create multiple smaller (controlled) batches from a large csv file. Manually doing it is hectics, then found a way to automatically create s...

Introduction After building the CSV Viewer App with pure HTML, CSS, and JavaScript, I decided to take things a step further by creating a CSV Parsing API using Next.js and the csv-parser npm package. This API allows users to upload a CSV file, which ...
