www.javaniceday.com
Home
Node.js
Java
Salesforce
Posts
Tags
About
Frandom
How to configure HTTPS in Node.js
See how to setup a secure environment in our local machine to test HTTPS
Jul 27, 2020
Sometimes we need to configure a secure environment locally to test how our application reacts to HTTPS.
nodejs
express
https
dev
How to configure http auth basic in Node js and Express
Aug 04, 2020
Let’s build a small site in Node.js using Express that will have one protected page
dev
nodejs
express
security
Configure Prettier in your Node JS project
How to configure Prettier to format your code as It was written by only one developer
Aug 08, 2020
Prettier is a code formatter that supports many languages and can be integrated with most of the editors
prettier
nodejs
javascript
dev
Prettier config
Prettier is a code formatter that supports many languages and can be integrated with most of the editors.
Sep 09, 2021
With Prettier you will be able to define your own rules, however default rules are enough at the beginning.
prettier
config
nodejs
How to configure and use testcontainer in Node.js
testcontainer as a Node.js module to create dynamic containers
Oct 13, 2021
nodejs
testcontainer
dev
jsxBracketSameLine - Prettier how to configure
bracketSameLine is the new version of jsxBracketSameLine
Oct 29, 2021
Pro tip: instead of running by hand, you can integrate it with you favorite IDE
js
nodejs
prettier
dev