DEV Community

Cover image for  Javascript! Here I come
Saral Karki
Saral Karki

Posted on

6

Javascript! Here I come

I am scared of javascript. There you go I said it. For some reason, I have been scared of JS and have been completely avoiding it. But, as we are all aware 'Javascript is everywhere", and if I wanted to become a developer, I would need to at some point in time face that fear and learn it.

Now, was the time to learn it, to devote time my time and really learn javascript. After scouring through various posts on JS, I decided to first try my hands on vanilla JS. No frameworks, for now, I want to really learn pure JS and no matter how tough it gets, I am going to do this.

For this week, I concentrated on this app

The code at [https://github.com/Saralkarki/keyboard/]

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 (2)

Collapse
 
abrahamtourdex profile image
Abraham Brookes • Edited

Nice 1 m8! Don't forget to use the MDN javascript reference. It's goooooold

Collapse
 
saral profile image
Saral Karki • Edited

Thank you! Will definitely look into MDN javascript resources. Looks like a great place to delve into JS.

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