Bash is an automation powerhouse for UNIX based systems Bash is an acronym of “Bourne-Again Shell”. It is a default command-line interpreter for UNIX and Linux based operating systems. In UNIX and Linux based operating systems, a terminal window is consist of a shell and Bash. Bash is the powerhouse of these systems, which includes […]
Build voice-activated interfaces using the Chrome Speech Recognition API A few months ago, I wrote an article on web speech recognition using TensorflowJS . Even though it was super interesting to implement, it was super cumbersome for many of you to extend. The reason why was pretty simple, it required a deep learning model to be trained […]
Speed-up your NodeJS application by caching into Redis 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 you […]
Key concepts of SEO and how to apply them for your site The responsibilities of a web developer are broader than merely designing and developing an application. In addition to adding the right set of features to the app, you have to take proactive actions to make sure the users will embrace it. Taking care […]
Learn how you can generate a PDF document from any web page using NodeJS, Puppeteer, and Chromium As a web developer, you may have wanted to generate a PDF file of a web page to share with your clients, use it in presentations, or add it as a new feature in your web app. No […]
An overview of CI/CD and DevOps When it comes to software development, there are a variety of ideologies, practices, and workflows that can be applied. The aim for all software development teams is to be as efficient as possible and deliver a high-quality final product. Both DevOps and CI/CD (Continuous integration/continuous delivery) aim to do […]
A typed introduction to JavaScript, I mean Typescript If you are a Javascript developer, you must have heard about Typescript at one point or another. If you have been reluctant about giving Typescript a try because you are not sure how it could serve you better than Javascript, you have come to the right place. […]
Make your NodeJS Express API run serverless and deploy it to AWS Serverless architecture is an alternative to high-maintenance, resource-wasting servers. With serverless deployments, you only have to pay for precisely what you use. And it frees you from having to handle multiple server setups and their configurations. So, it’s no surprise that developers today […]
Today The world woke up to new norms of traveling, working, and just about every daily activity ever since the pandemic broke out on a global scale. To keep up with the changed lifestyle, many industries and workplaces started adopting remote working norms and the necessary infrastructure support. The software development has definitely got an […]
An enterprise app is an application or software used by a business to solve its enterprise problems. It integrates all aspects of a company’s operations and processes like accounting, human resources, manufacturing, marketing, sales, distribution, inventory and resource planning. “When done correctly, Enterprise Application integration really allows companies to realize the full benefit of their […]