this post was submitted on 12 Feb 2026
17 points (60.2% liked)

JavaScript

2661 readers
16 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] epicshepich@programming.dev 9 points 2 days ago

JavaScript was my first language because my initials are JS. After spending some time on programming.dev and seeing how many people bitch about JavaScript, I wrote a Python templating engine to convert Markdown into static HTML with CSS. I have like 10 lines of JavaScript that pre-populates a selector based on the URI's query string, but that's it. I got a perfect score on my Lighthouse report (and learns it gives you confetti when you do).

It took some creative problem solving, but I discovered that I didn't need like 99% of the JavaScript or PHP that I was using. What I needed was mostly to get good at CSS.