I am a highly skilled software developer with 5 years of experience in the industry. My expertise includes PHP, Laravel, Javascript, Node.js, and AWS Serverless. Throughout my career, I have had the opportunity to work on a wide range of projects, from small-scale to large-scale web applications, and have gained a reputation for delivering high-quality, innovative solutions. At Cloudy Fox Technology Pvt. Ltd, I have played a key role in the development and success of multiple projects, utilizing my skills in PHP, Laravel, Javascript, Node.js, and AWS Serverless to deliver efficient and effective solutions. I am a highly motivated and results-driven individual, with a passion for technology and software development.
we will learn how to export data in excel using node js. There are different packages available in the market to export the data in node js. We will be using exceljs package to export data in an excel file.
Unlike HTTP-based APIs that use a request/response model with a client sending a request to a service and the service responding synchronously back to the client, a WebSockets APIs are bidirectional in which a client can send messages to the service, and services can independently send messages to clients.
In this article, you'll learn how to manage your database objects without writing any code and without having to resort to SQL queries. This brings the concept of one query…
Can we use Sequelize in node JS? Sequelize is a promise-based ORM for Node.js that supports PostgreSQL, MySQL, MariaDB, SQLite, and MSSQL and features solid transaction support, relations, read replication,…
Multer is a node.js middleware that deals with multipart/form-data which can be used to upload files in node js. Lets learn how to upload files in node js using multer.
The Amazon SES provides three different ways to send an email. Ther are using the console, using the SMTP interface, and using the API (i.e. lambda in our case). In this article, we will use the following steps to send emails using SES and node Lambda
Know how to trigger lamda node.js function while uploding file to s3 buckets. Catching s3 events on file upload to trigger lamda is useful on many scenarios.
Introduction Manipulating a video with Node.js itself would be extremely hard, so instead, we are going to use the most popular video manipulation tool: FFmpeg. In the documentation, we read: FFmpeg…