Scala On Cloud
Wednesday, January 12, 2022
TS-Node: Typescript execute engine
›
In my previous article, I have described how to create a simple typescript nodejs project. The method works fine in a small project, but tak...
Sunday, November 28, 2021
Best practices - API Architecture, Node.js, CI/CD
›
NodeJs Best Practices https://medium.com/@quraanmaram/nodejs-best-practices-5793375c3ad8 API Architecture — Design Best Practices for REST A...
Saturday, July 24, 2021
New in Mongoose 5.10: Optimistic Concurrency - Safe Save Conflict
›
Optimistic concurrency is a better way to handle save conflict compare to the article I wrote previously. https://scalaoncloud.blogspot.com/...
Thursday, April 22, 2021
Create Node.js & Express.js with Typescript Project
›
Here are the steps to create Node.js & Express.js with Typescript Project. Create a folder. Type command "npm init" to create ...
Friday, April 16, 2021
Typescript: Shorthand Initialization
›
In a lot of use cases, the fields are initialized in the constructor. class Person { // Fields declaration name : string ; ...
Typescript: Singleton
›
Singleton is a design pattern that ensures that only one objects exits. /** * The Singleton class defines the `getInstance` method that le...
ES2019 Added Class Private Access Modifier
›
ES2016 had introduced class without the access modified. Refer to my below article. https://scalaoncloud.blogspot.com/2016/12/javascript-ev...
‹
›
Home
View web version