Blog
Password Authentication With Python: A Step-by-Step Guide
How to do password authentication with Python. Full Code included!
PythonPassword AuthenticationAuthentication
How to Make a JavaScript Function Wait Until an Element Exists Before Running it?
JavascriptWebdev
Object Literals Using Object Property Shorthand
How the object property shorthand in JavaScript makes our code concise.
JavascriptObject literalsObject methods
How to Migrate a REST API to GraphQL the Smart Way with StepZen
How GraphQL might be a better fit for your next project than RESTful APIs
GraphQLAPIREST
How to Sort Alphanumeric Strings with JavaScript?
A guide on sorting alphanumeric strings with JavaScript.
Javascript
Python Datetime Vs. NumPy Datetime: 8 Differences You Should Know
How Python datetime and NumPy datetime modules handle the datetime values.
PythonDatetimeNumpy
Logistic Regression from Scratch
Explained and Implemented
PythonLogistic regressionMachine learning
How to Track the Element’s Visibility in Angular
An alternative way of tracking the element’s visibility.
AngularJavascript
A Beginner’s Guide on Using MQTT— Python IoT
Subscribe and publish message over mqtt using Python
MqttIoTProgramming
How to Sort Lists by Certain Conditions in Python
A guide on sorting lists by a certain condition in Python.
SortingListsPython