Latest Posts
Convert column lists from your database or spreadsheet into a comma-separated list. Paste your data, specify your settings and copy your results and use them as needed. Make your data processing easier with Eugene Yeboah's Delimiter tool.
Project Details
Front-End Developer
My Role
7/1/2024
Project Start Date
7/12/2023
Project End Date
I often find myself using online delimiter tools to prepare data to use in SQL/SOQL queries. So, I decided to build my own version. A delimiter tool seemed fairly straight forward to build and I wanted an online tool that I could refer my fellow developers and colleagues to.
This was a purely front-end project. Next.js, Tailwind CSS, GitHub, and a few dependencies were used. JavaScript was used for the delimiter logic and the preparation of the delimited data.
Next.js
JavaScript
Tailwind CSS
Git
Challenges are what make projects worthwhile. Being able to learn/take something away from this project that can be used in another is what makes for a competent developer:
While this project was relatively simple, my biggest take away is that sometimes it makes the most sense to use a pre-made library.