1 min read 0 UncategorizedCommon Interview questions – JavaScript ShajithDecember 28, 2022 Straight to the point, there are tons of things to ask in JS, but these are a few of them…
1 min read 0 UncategorizedAdd Tailwind CSS to PUG ShajithDecember 13, 2022 Without further ado, let’s get started on adding it. I have a node.js application with a templating engine – Here…
1 min read 0 UncategorizedUpdating your local angular version to the latest ShajithDecember 12, 2022 Updating your local angular version Since Angular gets updated every six months, it is easier to migrate from one version…
1 min read 0 UncategorizedAdd Google analytics to Astro using Partytown ShajithDecember 3, 2022 Adding google analytics to Astro can be done with the partytown integration. Step 1: Add Partytown to your Astro site…
2 min read 0 UncategorizedJest with Angular 15 ShajithDecember 2, 2022 This blog focuses on setting the configurations on your Angular v15 application. Step 1: ( Removing Karma and Jasmine )…