#javascript
Read more stories on Hashnode
Articles with this tag
This may come as a surprise to you. How can someone use nginx configuration with Javascript? Fortunately, nginx supports a language called njs which...
Environment variables were the standards for passing configurations, keys, and deployment assets in the system for a long time. It's even recommended...
The reduce method available on arrays on JavaScript is one of the most powerful feature of functional programming. It is used to combine an sequence...