Coding


How to Use the _eq_() Method to Compare Objects in Python

Learn how to compare objects in Python

pythonprogrammingpython3

3 Different Ways to Import Modules in TypeScript

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…

typescriptjavascriptcoding

How to Match an Exact String with JavaScript

web-developmentjavascriptstring

Fun VSCode Extensions Every Developer Should Try

7 VSCode Extensions for Web Development in 2021

web-developmentjavascriptvscode

The Best High Contrast Themes in Visual Studio Code

Most high contrast themes can be hideous, but ones that aren't have improved my coding experience.

vscodecolorspython

Hungarian Algorithm Introduction & Python Implementation

How to use Hungarian Method to resolve the linear assignment problem.

hungarian-algorithmpythonalgorithm

How to Use Python to Fetch Phone Number Details

datetimepythoncoding

How to Store Date and Time in Python

Using the datetime Python library to store date and time efficiently

datetimepythoncoding

4 Reasons Why ‘var’ is Considered Obsolete in Modern JavaScript

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…

software-developmentprogrammingjavascript

How to Make a Reminder Application using Python

pythonprogrammingreminder-app