Creating RESTful API Using Spring Boot for The First Time #WeekendBuild
Learn how to create first RESTful API using Spring Boot and also running unit tests
Oct 13, 20244 min read125

Search for a command to run...
Series
This series contains a fun project and how I take a learned from it during the weekend
Learn how to create first RESTful API using Spring Boot and also running unit tests

I challenged myself to find out how to load and process large csv data using Javascript. Here's the journey and the learning result.

Previously on my first #weekendbuild series, we already know how to process large CSV data in Go. Now as comparison, let's do the same thing use PHP. The idea and the output will be the same as first experiment in Go, no 3rd party library or dependen...

Is it possible to extract the data of 1 million rows of CSV using Go? This #weekendbuild series will be a journal how to do it
