PinnedInJavaScript in Plain EnglishbyFirman·May 26, 2025Setting Up Husky, ESLint, and Prettier in a Node.js Application For Your TeamMake code standards more uniform across your team
PinnedInJabar Digital ServicebyFirman·Mar 5, 2021Cara Publish Module Ke NPM Secara Otomatis Dengan Github Actionspublish otomatis package kita ke npm dengan menggunakan github actions, otomatis dengan script yml
PinnedInJavaScript in Plain EnglishbyFirman·Sep 25, 2023Simple Upload File To Minio With Nodejs And AWS SDKThis time I will share a tutorial on how to use Minio as object storage with the AWS S3 SDK package.A response icon1A response icon1
PinnedInJavaScript in Plain EnglishbyFirman·Nov 16, 2024Best Setup in Production for Node.js with ExpressJS FrameworkIntroduction—This time, I will share my experience with security when creating an application using Nodejs with the Express framework…A response icon1A response icon1
InJavaScript in Plain EnglishbyFirman·Jun 4Node Cache: A solution to avoid static data repetitionIntroduction
Firman·May 10Memory limit exceeded in mongodb using mongooseSort exceeded memory limit of 104857600 bytes, but did not opt in to external sorting, aborting operation
InJavaScript in Plain EnglishbyFirman·Apr 21, 2025Creating Multiple Language API ResponsesWhen creating an API, sometimes there is a need for the message to be in multiple languages, so that it can be easily understood by the…
InJavaScript in Plain EnglishbyFirman·Mar 17, 2025Limit Requests To Server For Api Security In NodejsWhen creating a website-based application and the nature of the website is public, preventing excessive requests needs to be done so that…
InJavaScript in Plain EnglishbyFirman·Feb 17, 2025Node.js Tips: Create JSON and CSV Without any LibraryWhen creating an application, there is definitely a need for us to export data in JSON or CSV format.
InJavaScript in Plain EnglishbyFirman·Feb 10, 2025Recommended Packages for Exporting to PDF in NodejsIn creating applications, the need for data processing exported to PDF output will always be there. Example of an invoice in an e-commerce…