Programming
It’s 2023 Now! React State Management: Context or Redux, Which Side Are You On?
Hi there. Today, I am going to discuss when to use what and why. Before I lay down my points and the foundation of my discussion, I would like to first get all of us on the same page about what…
What Languages Should You Learn If You Want to Work at Microsoft?
ChatGPT System Design: A Technical Overview
ChatGPT is a state-of-the-art language generation model developed by OpenAI. It is based on transformer architecture and is trained on a massive dataset of conversational text. The model is…
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…
Basic Chatbot Using HTML, CSS and JavaScript
A guide to building a basic chatbot design using HTML, CSS, and JavaScript.
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?