JavaScript


Add Angular 15 Missing Files

angularjavascript

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…

programmingreactfront-end-development

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.

javascriptopenaiapi

Basic Chatbot Using HTML, CSS and JavaScript

A guide to building a basic chatbot design using HTML, CSS, and JavaScript.

htmlcssjavascript

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…

javascriptregexstring

How to Remove a File from a JavaScript FileList?

javascriptfilelist

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.

javascriptprogrammingcoding

How to Find String Index in JavaScript

javascriptstringindexof

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.

web-scrapingbright-databeautiful-soup

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…

programmingweb-developmentartificial-intelligence