language-translate is a node plugin that converts ts/js/json multilingual files online based on Google Translate, and supports batch operations - GitHub - hymhub/language-translate: language-transl... (more…)
Read more »
Today’s some fun time! I’ll try to scrape a website, I wanted something simple but unique, so I chose to scrape Google search results(Oh the irony!) I am not at all a Javascript expert,… (more…)
Read more »
Docker makes it easy to package an application along with its dependencies into a single image. In this tutorial, we will create an image of a Hello World Node.js app and deploy it as a container on the local machine. (more…)
Read more »
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. (more…)
Read more »
Today, I'll talk about my process for building and deploying static websites using Metalsmith, a static site generator for NodeJS.A static website is appropriate for a variety of projects such as: Blogs Technical Documentation eBooks Small websitesBy...
Read more »