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?
What is the purpose of event listeners? Event Listeners ensure your page responds accordingly when a specific action occurs.
A guide on how to create basic layout components with Header, Footer, and content section.
A collection of useful public APIs you can use in your Python project
Parse form data using the busboy module.
A tutorial on converting time from AM/PM to 24-hour format using JavaScript.
Making rich text editor in 100 lines of code
Python slow? Heres how to make your loops way faster
A tutorial on finding minimum and maximum values in a list using Python.
A guide on Python 3.10 switch command
A tutorial on creating one-page reports with Python.
An introduction to destructuring function parameters for beginners
How to use the tqdm library to easily add progress bars to your command line
Subscribe and publish message over mqtt using Python
A guide on sorting lists by a certain condition in Python.
Read this guide to install Python packages without having access to the internet.
useState vs useRef in React: everything you need to know.
A combination of two simple techniques I learned in the past two weeks.
What is the Monty Hall problem? The Monty Hall problem is a famous probability puzzle.
5 must-know list operations in Python.
4 ways that a programmer can use to count the number of words in a sentence.
Dimensional analysis and unit conversion of physical quantities with SymPy
How to hash passwords using the bcrypt library
A guide on making an automatic bday wisher using Python.
An introduction to Python for beginners
Checking if a number is a perfect square
If you ever chance upon this error, fret not. Pop over to babel.config.js, simply add 'react-native-reanimated/plugin' under “plugins” in'module.exports' (The above is a basic example to recreate the…
A brief tutorial on the Flood Fill algorithm
How to perform numerical integration using the Trapezoidal, Midpoint or Simpsons Rule in Python
A guide to validating DataFrames with Pytest.
Part 1: A list of Python codes for solving complex tasks.
4 Essential Tools For Any Aspiring Developer
Python projects for Beginners and Intermediates
Learn how to compare objects in Python
Recently, I have been learning TypeScript (an open-source language that builds on JavaScript) by creating a few applications. One of the things I needed to learn was how could I import modules and it…
7 VSCode Extensions for Web Development in 2021
Most high contrast themes can be hideous, but ones that aren't have improved my coding experience.
How to use Hungarian Method to resolve the linear assignment problem.
Using the datetime Python library to store date and time efficiently
JavaScript is a powerful language because you can write an entire software without adopting any other programming language at all. var used to be a way to declare variables in JavaScript. However…
Using mixins to create powerful, flexible Django models
How to set up your Python development environment on Windows Subsystem for Linux (WSL)
Resolve file not found errors in pyinstaller
Clone and run a React app with this detailed tutorial
Learn how investors monitor stock volatility and risk with betas & how to calculate your own in Python.
Nowadays, it is impossible to escape emojis. We are surrounded by smilies that express our feelings or have the sole purpose of shortening our sentences. Whether you are laughing 😂 or whether the…
Problems and Solutions in JavaScript
Create a function to calculate the distance between two points defined by their x and y coordinates.