Blog


How to Solve the Knapsack Problem Using Genetic Algorithm in Python

A guide on solving the Knapsack problem

PythonAiArtificial intelligence

Destructuring Function Parameters in JavaScript

An introduction to destructuring function parameters for beginners

JavaScriptCodingProgramming

Pass By Object Reference in Python

Understanding “pass by object reference” in Python.

PythonComputer SciencePass by object reference

Generating Requirements the easy way with Pipreqs

PythonPipreqsPython Programming

4 Steps To Connect AWS Servers Using SSH Without Key Pairs

Servers on AWS provide certain levels of security for users. That’s great. But too many security concerns may cause your daily operations less convenient. A good example is that you need to provide…

DevOpsLinuxSoftware Development

How to Convert a Date String to Timestamp in JavaScript?

Different ways of converting a date string to a timestamp in JavaScript.

JavascriptTimestamp

10 Python Automation Scripts for Everyday Problems

Collection of Handy Tools for your Daily Python Projects

PythonProgrammingAutomation

How to Get the Difference Between Two JavaScript Objects

Get the list of the keys that are different between two objects using the Lodash isEqual method.

JavascriptObject methodsWeb development

How to Create a Progress Bar in Python

How to use the tqdm library to easily add progress bars to your command line

PythonTqdmProgress bar

Password Authentication With Python: A Step-by-Step Guide

How to do password authentication with Python. Full Code included!

PythonPassword AuthenticationAuthentication