Programming
Create A Graph with 2 Legends
How to create a graph in Python with two legends using matplotlib and the legend() function.
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.
RapidFuzz versus FuzzyWuzzy
String matching with Python
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…
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?
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…
3 Best React Form Libraries Every React Developer Should Know
React-Hook-Form, Formik and React-Final-Form
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
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.
Centralized Error Handling in NestJS
A guide on how to handle all errors in a NestJS application.