Map, Filter, Reduce (learnpython.org)
Map, filter, and reduce are built-in functions in Python that operate on iterable objects like lists, tuples, or sets. Map applies a function to each element, filter selects elements based…
Continue readingAll AWS content from my online portfolio
Map, filter, and reduce are built-in functions in Python that operate on iterable objects like lists, tuples, or sets. Map applies a function to each element, filter selects elements based…
Continue readingAWS Lambda stands as a cornerstone of serverless computing, revolutionizing how developers deploy and manage applications. It enables you to run code without provisioning or managing servers, paying only for…
Continue readingUnderstanding Lists in Python Lists are one of the most fundamental data structures in Python, providing a way to store multiple items in a single variable. They are versatile and…
Continue readingIn the dynamic realm of software engineering, backend development stands as the unsung hero, driving the functionality, performance, and reliability of digital systems behind the scenes. As the backbone of…
Continue readingLambda functions, also known as anonymous functions, are small, one-line functions without a defined name. They are created using the lambda keyword and can take any number of arguments but…
Continue readingAWS stands for Amazon Web Services and it is a secure ‘cloud’ based services platform. The ‘cloud’ being an on-demand array of computer system resources, data storage and processing power,…
Continue readingWelcome to my website, my name is Paul T (ptd3v) and the purpose of this blog is to have a place to demonstrate and document my software projects to use…
Continue reading