Imagine that you have two or more subdomains, and you want to serve two different web applications. However, you do not want to create a different web server application for each subdomain. In this kind of ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
I started learning VueJs and tend to share it with you step by step. Slowly, but steadily. The Progressive JavaScript Framework An approachable, performant and versatile framework for building web user interfaces. ...Read more
What is it? Recently, I have found much success with a simple planning system. Every season, I jot down a list of goals. Every week, I ...Read more
Welcome, brave readers, to a comedic journey through the curious realm of .NET Core. Buckle up as we explore the wacky world of reasons why one might consider steering clear of this development wonder (with ...Read more
All of this began because on Sunday, I made a silly LinkedIn post that started with: “Hey Chatgpt, if I wanted to be a frontend developer but I didn't want to learn HTML, ...Read more
If you're writing code in JavaScript or TypeScript (or CoffeeScript for whatever reason!) you'll come across Promises. One of the best features they provide is concurrency, which is usually achieved with Promise.all(). That being said, ...Read more