Blog


10 Best VS Code Themes in 2022

10 Best Code Themes in 2022

Vs codeVscodeVs code themes

How to Deal with E-Commerce Fraud

EcommerceFraudSecurity

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

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