DEV Community

Cover image for Beginner to Advanced Challenge - project 8 & 9
Kayode
Kayode

Posted on • Originally published at blog.zt4ff.dev

2 1

Beginner to Advanced Challenge - project 8 & 9

You can find the challenge list here.

CSV to JSON Converter

The eighth project in the beginner category in the #beginner2advanced challenge is a simple CSV to JSON converter app built with Typescript:

csv_to_json

The link to the CSV-to-JSON app can be found here: https://github.com/zt4ff/app-ideas/tree/main/beginners/csv2json

Dollar to Cents Converter App

The ninth project is similar to the CSV-to-JSON app but we are converting dollars to cents in this case.

dollars_to_cents

The link to the code can be found here: https://github.com/zt4ff/app-ideas/tree/main/beginners/dollar2cent

Please leave a star in the repository so other people can find it and participate.

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay