Programming


Create A Graph with 2 Legends

How to create a graph in Python with two legends using matplotlib and the legend() function.

technologygraphdata-science

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

RapidFuzz versus FuzzyWuzzy

String matching with Python

technologypythonprogramming

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

5 Ways to Download Front-end Files

1. a label, 2. window.open, 3. location.href, 4. location.? Other properties, and 5. XMLHttpRequest. What are the pros and cons of each method?

programmingweb-developmentcoding

How to Check if a Value is Within a Range of Numbers in JavaScript

We can use the JavaScript’s greater than or equal to and less than or equal to operators to check if a number is in between 2 numbers. We can use the JavaScript’s greater than or equal to and less…

programmingweb-developmentjavascript

3 Best React Form Libraries Every React Developer Should Know

React-Hook-Form, Formik and React-Final-Form

programmingfront-end-development

5 Things We Can Do to Decrease Load Time of the React Application

1. Clean Unused Lines Of Code, 2. Clean Unused React Components, 3. Splitting Up Into Components, 4. Server - Side - Rendering, & 5. State Management

programmingreactjavascript

How to Put a Clear Button Inside an HTML Text Input Box

A guide on how to put a clear button inside an HTML input text box with JavaScript.

htmlfrontend-developmentweb-development

Centralized Error Handling in NestJS

A guide on how to handle all errors in a NestJS application.

nestjsnodejsjavascript