thiyagu.hashnode.devDeploy Your Angular App in Shared Hosting Using CpanelAdding the same old WordPress in shared hosting is too boring, let us try deploying your dynamic angular application. We can deploy our web apps in a shared hosting for a starter. We can move to large VPS hosting once we get the hang of the app and h...Apr 20, 2024·3 min read
thiyagu.hashnode.devHow to round off decimal numbers to integers in JavaScript.There are many methods in JavaScript to convert a decimal number into integers. We discuss some unique methods I've come across. Those are, Ceil Floor Trunc Round toFixed To Fixed: Apart from toFixed, all options are related to the Math.js. So...Nov 3, 2023·2 min read