How to Create a multipage web app using Streamlit?
We will see how to create a multipage web app from scratch.
We will see how to create a multipage web app from scratch.

Hello Devs, There is no doubt that Microsoft Excel is a popular tool. You can use this for quick data analysis, calculation and reporting. Just knowing simple things like VLOOKUP and removing duplicates can help a lot. If you want to learn Microsoft Excel, a productivity tool for IT professionals, a..
Microsoft Azure is a growing set of cloud-based computing services for enterprises, developers, government organisations, and anybody else who wants to build an app or run a business on the internet without having to install and manage hardware or server software. In recent years, it has exceeded bo..

AWS provides a service named AWS Signer, which is a code-signing service that helps establish the trustworthiness of your code when uploading it to the Lambda Function or IoT services at AWS.
This post will show the concepts related to the AWS Signer service and a brief demo.

Want to become a web developer? Here are the best online courses you can join to learn web development and become a web developer.

You will learn
- What Kong API Gateway is
- What Kong plugins are and how they interact with the request/response flow
- How to setup a local environment to develop and test Kong plugins
- Fetch claims from JWT tokens and use them in response headers
- Setup a custom endpoint in the Kong Admin API
We will create a real-time facial emotions recognition system using python. This system can be tested on both videos including webcam and photos.
Using the 4 step process in the diagram above above, any code can be converted in context manager.Context managers can be used in situations when the code has the below structure:Open/Setup/EnterExecute/ImplementClose/Teardown/ExitExamples of context managers:Open, read, close fileOpen connection of..
When it comes to Data, we understand that misconfigurations can expose your data to be exposed or exploited against our customers. But if guided in the correct way to use the best solutions on AWS, they can avoid the misconfigurations and pitfalls of having an abundance of choices on AWS.AWS Shared ..
Python is a programming language which is famous for its polymorphism. It means that the same operation will work differently with objects of different data types. It’s very useful but in some cases can lead to unexpected behaviour of your code.
