blog.kamaljotsingh.comPrompt Engineering Secrets: 10 Must-Know Techniques That Make AI Work Like MagicWhat is Prompt Engineering?Everyone is racing to use AI chatbots to generate the perfect output. Most people are leaving results on the table. The secret isn’t always a better model, more data or fancy tools but instead how you talk to the AI. This s...Sep 30, 2025·6 min read
blog.kamaljotsingh.comWhy This is Better Than Traditional DatabasesIntroduction Applications have used traditional databases for a long time with evolutions including NoSQL and big data but are less applicable in today’s modern applications. Traditional databases are monolithic and require human-computer interaction...Feb 8, 2022·3 min read
blog.kamaljotsingh.com3rd Best Feature of ES6Introduction Javascript is a language that was developed in only 10 days. Yes, the creator Brendan Eich developed it in less than two weeks and states "It was also an incredible rush job, so there were mistakes in it - and there would be gaps". Fortu...Oct 22, 2021·4 min read
blog.kamaljotsingh.comTraverse the DOM like a ProIntro The Document Object Model (DOM) is how you manipulate HTML elements of a webpage using a language like Javascript. The DOM works by treating the webpage as a tree-like structure where every HTML tag is an object and gives you access to navigate...Oct 17, 2021·3 min read