#How to manipulate date and time in JavaScript

#How to manipulate date and time in JavaScript

“#How to manipulate date and time in JavaScript” In theory, handling dates as a developer is as simple as creating, storing, and, if necessary, manipulating dates. But as a JavaScript developer, you would know this theory doesn’t hold long after you start working with dates for real. On top of different date-time formats, you have…

Read More
#A simple guide to Redis and caching with NodeJS

#A simple guide to Redis and caching with NodeJS

“#A simple guide to Redis and caching with NodeJS” In recent years, Redis has become a common occurrence in a Node.js application stack. Though its most popular use case is caching, Redis has many other use cases where you can take advantage of its blazing-fast in-memory database. In this tutorial, we are going to give…

Read More
#What’s multi-cloud? And why should developers care?

#What’s multi-cloud? And why should developers care?

“#What’s multi-cloud? And why should developers care?” Most developers don’t care about multi-cloud. But they should. Whether developers know it or not, their companies likely already have a multi-cloud environment.    Multi-cloud is a strategy where a business selects different services from different cloud providers because some are better for certain tasks than others. So company…

Read More
#How the cloud has helped businesses survive COVID-19

#How the cloud has helped businesses survive COVID-19

“#How the cloud has helped businesses survive COVID-19” In late March 2020, the 2,000 employees of Barnsley Council, a local authority in the Dearne Valley of Yorkshire, England had to switch to home working, virtually overnight. The local authority used the cloud to switch to a paperless and virtual expense management system, streamlining back-office finance…

Read More
#Here are 10 best practices for Node developers

#Here are 10 best practices for Node developers

“#Here are 10 best practices for Node developers” Node.js is popular among developers as an asynchronous and event-driven language used for backend development. It has a syntax easy enough to understand even for beginners. Whether you’re a beginner or a seasoned developer using Node, following the best practices of Node.js programming is a must when…

Read More