20211207 5 ways to architect your enterprise automation strategy for expansion | Enable Architect, EN, ★★★
- Understand where you are today
- Set goals around how to expand automation
- Be a catalyst for unifying activities
- Build a community, expand skills, and scale automation
- https://www.coursera.org/learn/software-processes-and-agile-practices
- Module 1: Introduction to Processes
- Module 2: Process Models
- Module 3: Agile Practices
- Module 4: Other Practices
Here’s a brief explanation of the key elements you’ll see in the Apache Spark History Server:
🔹 Application A Spark application is a complete program that runs on the cluster. It includes everything from reading data to processing and writing results. Each application has its own driver and executors.
-
🤔 How to pick the right #GoogleCloud #MachineLearning tool for your application?
Answer these questions
-
❓ What's your teams ML expertise?\
-
Convert data type https://roboquery.com/app/convert-Microsoft_SQL_Server-to-snowflake
-
Ticket
-
Pricing
-
Pricing Guide, https://www.snowflake.com/pricing/pricing-guide/
- STRING INTERPOLATION, https://docs.scala-lang.org/overviews/core/string-interpolation.html
s"Hello, ${name}"
"%s %s, age %d".format(firstName, lastName, age)
-
ternary expression
REST – PUT vs POST, https://restfulapi.net/rest-put-vs-post/
POST is NOT idempotent. So if you retry the request N times, you will end up having N resources with N different URIs created on server.