1 follower
Tech, Product, Money, Books, Life. Box Piper to serve you faster, easier and superior knowledge.
Subscribe to my newsletter and never miss my upcoming articles
If you are running a business then raising an invoice/recurring invoicing must be a regular task for you. Once an invoice is raised, sometimes you need to send a reminder for its payment as well. Managing such invoicing not only eats up your time but...
The forEach() method is a standard built-in method which executes a given function once for an array element. Without mutating the array, array.forEach() method iterates in ascending order. Basic Example const arr = ['box', 'piper', 'world']; arr.fo...
As per Wikipedia, In computer science, a queue is a collection of entities that are maintained in a sequence and can be modified by the addition of entities at one end of the sequence and the removal of entities from the other end of the sequence. T...
What is AWS? Amazon Web Services (AWS) is the cloud platform and it's world's most comprehensive, broadly adopted, most popular, reliable, secured, scalable and easy to use cloud services available in the planet. It provides an on-demand infrastructu...
I created the soundtrack for the dev community and posted over SoundCloud. Soundtrack: Ievan Polkka Ft. Bilal Göregen Club Mix. SoundCloud Link: https://soundcloud.com/user-353727136/sanmak-ievan-polkka-ft-bilal-goregen-club-remix The song is in Fin...
Docker is a tool designed to make it easier for developers to create, deploy, and run applications by using containers. Containers allow a developer to deploy an application as one package, which consists of all the required libraries, system tools, ...