The Pragmatic Programmer

Appian, Pega, Java, DevSecOps, Quality Engineering

  • Amazon AppSync supports multiple data sources, including the following AWS services: Amazon DynamoDB: A fast and flexible NoSQL database service. Amazon RDS: A managed relational database service for SQL, MySQL, PostgreSQL, and other databases. AWS Lambda: A serverless computing platform that runs your code without requiring you to provision or manage servers. Amazon S3: An… Read more

  • What is Amazon S3?

    Amazon S3 (Simple Storage Service) is a cloud storage service provided by Amazon Web Services (AWS). It allows users to store and retrieve any amount of data, at any time, from anywhere on the web. S3 provides high durability and availability for data, making it suitable for storing mission-critical data. S3 can be used for… Read more

  • First Factorial

    Have the function FirstFactorial(num) take the num parameter being passed and return the factorial of it. For example: if num = 4, then your program should return (4 * 3 * 2 * 1) = 24. For the test cases, the range will be between 1 and 18 and the input will always be an… Read more

  • The following features of an Amazon S3 bucket can only be suspended once they have been enabled: Read more

  • Amazon Kinesis Data Streams and Amazon Kinesis Data Firehose are both services for streaming data on AWS, but they are used for different purposes. Amazon Kinesis Data Streams is a real-time data streaming service that allows you to collect, process, and analyze data as it is generated by various sources. It is a fully managed… Read more

  • 1833. Maximum Ice Cream Bars It is a sweltering summer day, and a boy wants to buy some ice cream bars. At the store, there are n ice cream bars. You are given an array costs of length n, where costs[i] is the price of the ith ice cream bar in coins. The boy initially has coins coins to spend, and he wants to buy as many… Read more

  • There are a few options that you could consider to provide adequate protection against accidental deletion of objects in Amazon S3: Read more

  • Top 10 Cloud Certification

    AWS Certified Cloud Practitioner AWS Certified Solutions Architect — Associate AWS Architect Professional AWS Certified Developer — Associate AWS Certified SysOps Administrator — Associate Microsoft Certified: Azure Fundamentals Microsoft Certified: Azure Solutions Architect Expert Microsoft Certified: Azure Administrator Associate Google Associate Cloud Engineer Google Professional Cloud Architect Read more

  • Here are a few tips for studying for the AWS Certified Solutions Architect Associate exam: Read more

  • Here are a few best practices to follow when reviewing Appian code: Read more