TDThe Dev Aliveinthedevalive.hashnode.dev·Sep 22, 2022 · 5 min readWhy Node JS is a Good Option for your next projectNodeJS is a JavaScript-based, asynchronous runtime environment for developing server-side applications. It uses an event-driven, non-blocking code model that makes it ideal for building real-time apps that run on the web. Because of its low levels of...00
TDThe Dev Aliveinthedevalive.hashnode.dev·Sep 18, 2022 · 4 min readJavaScript Recursion: Understanding the BasicsRecursion is a method of solving a problem by breaking it down into smaller problems that have the same solution. Recursion can be difficult to understand, but it's also really useful. In this blog post, we’ll cover the basics of JavaScript recursion...00