PHP 8 has been released 0

PHP 8 has been released. What’s new in PHP 8?

PHP 8 has been released and it have some major updates. There is many new features and optimizations including union types, constructor property promotion, named arguments, attributes, match expression, JIT, nullsafe operator and improvements...

Define Private Methods/Functions in Python Class. 0

Install JupyterLab with Python 3 on Windows

JupyterLab is the web based interface for Jupyter. JupyterLab enables you to work with documents and activities such as Jupyter Notebooks. In this post we are going to use this for Jupyter Notebooks. For...

AWS Amplify Auth Update 0

How to change AWS Amplify Authentication UI?

In this article, I will show you how you can change AWS Amplify Auth UI for SignUp. AWS Amplify makes it easy to develop mobile and web applications. Its framework which manages and easily...

Define Private Methods/Functions in Python Class. 0

Check if item exists in list in Python.

In this article we will see different ways to check if item exists in list or not. Suppose we have following list. Check string “cd” exists in list or not by following condition. We...