
Creating Your Own URL Shortener with Node.js
In this article, we're going to build a URL Shortener with Node and Express, and the shortid module.
Matt is the founder of JavaScript Today, a platform dedicated to high-quality JavaScript education and commentary. With a deep curiosity for technology, he gravitates toward understanding how things work and has been diving into the world of information security. Outside of coding, Matt enjoys exploring languages; he can understand some Russian and Italian, and is currently learning Thai.
In this article, we're going to build a URL Shortener with Node and Express, and the shortid module.
In this article, we explore ES6 Proxies and take a look at some code examples.
In this article, we explore the topic of recursion and see some examples in JavaScript.
In this article, we'll explore the spread operator in JavaScript.
In this article, we explore the trie data structure in JavaScript, seeing how to implement it, and some other important concepts.
In this article, we explore the difference between var, let, and const in JavaScript.
In this article, we explore classes in JavaScript, learning how to define them and more.
In this article, we'll learn about the stack data structure and implement one in JavaScript.
In this article, we'll learn about the linked list data structure and implement one in JavaScript.
In this article, we explore three important JavaScript concepts: the IIFE, Scope, and the Window Object.
In this article, we explore the MVC Architecture and implement an example using Node.js.
In this article, we take a look at TypeScript and JavaScript in 2023.
Join our community of developers and receive insightful articles and coding tips every week.