Jay Desai
DJay's Tech Diary

DJay's Tech Diary

Follow
homeSponsorsbadgesnewsletter
Tag

2Articles1Week

#2articles1week

More content

Read more stories on Hashnode


Articles with this tag

MongoDB - A Beginner's Guide

Oct 23, 20206 min read

Before jumping into the MongoDB, and the features they provide, we instead will start by knowing the history of the databases, advantages and...

MongoDB - A Beginner's Guide

Callbacks, Promises & Async/Await in JavaScript

Oct 20, 20209 min read

As the title states, Callbacks, Promises & Async/Await in JavaScript, have always been a bit of a mystery to me. I have used them in my work and I was...

Callbacks, Promises & Async/Await in JavaScript

What are GitHub Actions and How can we automate application deployments using GitHub Actions?

Oct 18, 202011 min read

Nowadays, developing software without a CI/CD pipelines and without a DevOps process is unimaginable. Your version control is tied up to the...

What are GitHub Actions and How can we automate application deployments using GitHub Actions?

DevOps 101 - Deploying Next.js on Ansible

Oct 16, 20205 min read

Ansible is an open-source IT Configuration Management, Deployment & Orchestration tool. Ansible is a radically simple IT automation platform that...

DevOps 101 - Deploying Next.js on Ansible

Map, Filter, Reduce and Template Literals in JavaScript

Oct 14, 20206 min read

In the first & second part of this series of JavaScript, we took a look at some of the concepts like let and const, type conversion, primitive and...

Map, Filter, Reduce and Template Literals in JavaScript

String Methods, Scopes and Switches in Javascript

Oct 13, 20206 min read

In our previous article, we saw some essential concepts of JavaScript. In this article, we will go through some more key concepts of JavaScript,...

String Methods, Scopes and Switches in Javascript