DEV Community

Cover image for Day 49 / 100daysofcode
Dominique Desert
Dominique Desert

Posted on

1

Day 49 / 100daysofcode

I didn't like how limited the customization options were. When I was using dev.to, I liked markdown because of how easy it was to use. So, I want to add it to the website to that there could be better descriptions of the ideas.

I spent today making a note app to see how Markdown would work with Firebase database. The experiment was successful because I was able to add it to the website and it was formatted correctly, from spacing to the content.

Along with making a Markdown notetaking app, I realized that problem that kids my grade and myself had was Quizlet writing mode. In french class, I remembered when I used to use Quizlet to practice writing french words but after they started charging for it. I decided that I would make it myself. This will help me a lot for my classes that require memorizing terms.

I plan to add this to the website later. The goal is for the website to be completely finished from the backend to the front end by Summer 2023.

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)

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

👋 Kindness is contagious

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

Okay