Tag

#javascript

6 articles tagged #javascript. See all tags →

pnpm vs npm: The Real Reason to Switch Isn't Speed
New
Tech··11 min

pnpm vs npm: The Real Reason to Switch Isn't Speed

Most pnpm vs npm comparisons lead with install times. They're missing the point. npm's flat node_modules silently lets your code import packages you never declared, and the bug only surfaces in production. pnpm refuses to lie to you.

pnpmnpmjavascript
How JavaScript and jQuery Are Related
Tech··5 min

How JavaScript and jQuery Are Related

jQuery is a JavaScript library that dominated web development for a decade. The reason it existed, and the reason it doesn't need to anymore, is most of the story of how the modern web got built.

javascriptjqueryweb development
Why Java and JavaScript Are Not the Same Thing
Tech··5 min

Why Java and JavaScript Are Not the Same Thing

The most common interview-killing question for people new to programming is whether Java and JavaScript are the same. They are not. Here's the actual story of how the names ended up that confusing.

javajavascriptprogramming history
Java vs JavaScript: Syntax Side-by-Side
Tech··6 min

Java vs JavaScript: Syntax Side-by-Side

Despite the names, Java and JavaScript are completely different languages. The syntax overlap is surface-level. Here's the comparison done honestly.

javajavascriptprogramming