Blog
Add Custom Markers with the Google Maps JavaScript API
An updated solution on how to add Google Maps to your website using JavaScript and tweaking it with customer markers
JavascriptGoogle maps
10 Tricky JavaScript Coding Interview Questions (And Solutions)
JavascriptInterviewsCoding
Many Ways to Rerender a Vue Component
VuejsJavascriptReactivity
How to Calculate Entropy and Information Gain in Decision Trees
What is entropy and information gain in decision trees?
Machine-learningDecision-treesEntropy
Understanding Confusion Matrix and Applying It on KNN-Classifier on Iris Data Set
What is Confusion matrix? Confusion matrix is one such important tool which helps us evaluate our model's performance.
Machine-learningKnnIris
Making Plots with Pandas groupby
A series of example code and plots using Pandas groupby method.
PythonPandasData science
Are We Building AI systems that Learned to Lie to Us?
DeepFakes = DeepLearning + Fake
Artificial intelligenceDeepfakes
Parsing post data 3 different ways in Node.js without third-party libraries
application/json, application/x-www-form-urlencoded, and multipart/form-data
NodejsJavascriptWebdev
6 Interview Questions That Combine Promise and setTimeout
Thoroughly master this type of interview question.
JavascriptInterviewsPromise
Technical | How to Recover a Deleted/Overwritten Python File?
PythonFile recoveryProgramming