Blog Tag: Serverless

Serverless Computing: Embracing the Next Frontier in Cloud Technology

The technology that makes clouds function is often referred to as “cloud computing.” This comprises some type of virtualized IT infrastructure, such...

Serverless Web Development: Embracing Function-as-a-Service for Scalability

A paradigm shift known as serverless computing has been steadily gaining ground in the ever-evolving field of web development. Function-as-a-Service (FaaS), a more...

Check Our Ebook for This Online Course

Advanced topics are covered in this ebook with many examples.

0-1 BFS Algorithm
Introduction to 1-0 BFSIn this Tutorial, we will discuss 0-1 BFS. BFS is a prerequisite for this...
How to access (get or set) an object attribute in Python given the string that corresponds to the attribute's name?
Object Attributes in PythonIn Python, an object attribute is a type of variable that gets bound...
Python Basic - Mathematical operations by python
Some basic operationsMathematical calculations can be easily done on the Python console. So open the...