© 2026 Hashnode
What is Emmet? Emmet is a time-saving tool for web developers that lets you write shortcuts that convert automatically into full blocks of HTML or CSS code. For example, if you have to write boilerplate code, without Emmet you would write it in the f...

If you’ve ever refreshed a webpage and noticed that your data disappeared, you’ve probably wondered: “How do websites remember things?” JavaScript has a simple but powerful feature that helps with this; localStorage. In this article, I’ll explain l...

Coming from a C# background I do get language designers when they want alternative syntaxes in the sake of verbosity. SQL do have a lot of alternative syntaxes like the SQL - 89 and SQL -92 syntaxes. It’s not a language design choice but it’s that wa...
