In this tutorial, we gonna use Attain web framework to create REST API with Deno. Attain is a middleware web framework for Deno which is…
Leave a CommentAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
Promise.any is a promise combinator that resolves the resulting promise as soon as one of the input promises is fulfilled. If all input promises are…
Leave a CommentWe can send On Demand Notifications using the Notification facade using an only email address. This is feature is available since Laravel 5.5 and above.
Leave a CommentA virtual environment is a lightweight Python installation with its own package directories and a Python binary copied (or linked) from the binary used to…
Comments closedIn this tutorial, you will learn about the Python list() function with the help of examples. The list() function creates a list object. And a list object…
Comments closedThere are four collection data types in the Python programming language and Tuple is one of them, the other 3 are List, Set, and Dictionary, and each has…
Comments closedIn this tutorial, you will learn about the Python id() function with the help of examples. The id() function returns a unique id for the given object. All…
Comments closedIn this tutorial, you will learn about the Python len() function with the help of examples. The len() function returns the number of items in an object. When the…
Comments closedIn this tutorial, you will learn about the Python any() function with the help of examples. The any() function returns True if any item in an iterable is true,…
Comments closedIn this tutorial, you will learn about the Python all() function with the help of examples. The all() function returns True if all items in an iterable…
Comments closedIn this tutorial, you will learn about the Python abs() function with the help of examples. The abs() function of Python’s standard library returns the absolute…
Comments closedIn this tutorial, you will learn how to remove empty and false values from a list in Python. You can use Python’s built-in function filter(function, iterable),…
Comments closedIn this tutorial, you will learn how to delete a file using the Python programing language. Deleting files using Python is very simple. You can…
Comments closedAzure has a built-in feature to change the Access tier from Hot to Cool. Along with this feature, Azure has other options like moving to…
Leave a CommentIt is easy and hassle-free to integrate the WordPress websites with the available Plugins from PayKun Payment Gateway. With PayKun WordPress Plugins you do not…
Leave a Comment