JavaScript
Add Angular 15 Missing Files
How to Create Guarded Routes using React Router v6
If you have worked on a React App with React Router Dom, you would have felt the need to restrict user access to some specific part of your app. It can be authentication-based, permission-based, etc…
A Beginner's Guide to OpenAI API in JavaScript
Learn how to use OpenAI API in JavaScript to build AI-enabled apps. This guide covers installation, authentication, and code examples. Enhance your projects with OpenAI's language and deep learning models.
Basic Chatbot Using HTML, CSS and JavaScript
A guide to building a basic chatbot design using HTML, CSS, and JavaScript.
Check if string is Alphanumeric in JavaScript
In JavaScript, it is often necessary to check if a string is alphanumeric, which means it contains only letters and numbers and no other characters. This can be useful for validation purposes, such…
How to Remove a File from a JavaScript FileList?
Check if an array contains an object with a certain property value in JavaScript
A guide to using the Array.prototype.find() method to check if an array contains an object with a certain property value in JavaScript.
How to Find String Index in JavaScript
Best Tool for Web Scraping: BeautifulSoup vs. Regex vs. Advanced Web Scrapers
BeautifulSoup, Regular Expressions, or an advanced web scraper - which is the best tool for web scraping? A deep dive into web scraping using each.
Creating JavaScript functions and web apps with GPT-3’s free code writer
The new wave of GPT “3.5” models also includes a more powerful davinci model, now version 003, and a new model specialized for writing code, called code-davinci-002. For the moment, this model is…