-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideos.html
More file actions
152 lines (136 loc) · 13.1 KB
/
videos.html
File metadata and controls
152 lines (136 loc) · 13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Moses Roth - Videos</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<nav class="top-nav">
<a href="index.html" class="nav-link">Bio</a>
<a href="writing.html" class="nav-link">Writing</a>
<a href="videos.html" class="nav-link active">Videos</a>
</nav>
<header class="page-header">
<img src="profile.png" alt="Moses Roth" class="page-photo">
<div class="page-content">
<h1><a href="index.html">Moses Roth</a></h1>
<h2>Videos</h2>
</div>
</header>
<main>
<section>
<div class="content-grid">
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/d9LLNLhY7RI?si=3KkV8TR16mjjDdQn" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">March 13, 2025</p>
<p>With the App Health Insights dashboard, you can track key app performance and stability metrics across all live versions of an app. These metrics can help you monitor any ongoing issues, track potential regressions across newer app versions, and continuously improve your app's user experience.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/FLKkY3PDhDA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">December 18, 2024</p>
<p>As 2024 comes to a close, we're taking a moment to reflect on the many achievements of our developer community. Your creativity and input have guided us to build better tools, foster collaboration, and address the challenges that matter most to you this year.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/zDl_GT-gEMU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">August 26, 2024</p>
<p>In this video tutorial, Developer Evangelist Moses Roth will show you how to submit retention offers for your subscription IAP. Retention offers allow you to offer discounts to customers who subscribe to your app and are considering canceling their subscription.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Qlezq8N0y9g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">October 13, 2023</p>
<p>A video tutorial about how the all new, fully update Live App Testing experience for the Amazon Appstore. This video includes information about how to create a new Live App Test, manage testers, download the test, and promote it to production.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/-8Bmp01Z6T8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">October 5, 2023</p>
<p>A video tutorial about how to submit apps to Amazon Appstore, with the new updated app submission experience. This video includes information about porting apps, uploading files, targeting devices, and filling out app details.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/f3MUBZoOeG0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">April 11, 2023</p>
<p>In this video tutorial, Developer Advocate Moses Roth, will show you how to submit privacy labels. Privacy labels provide your customers with a way to view information about how your apps handle user data.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/72Wx_8QI5jk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">November 18, 2022</p>
<p>In this video tutorial, Developer Advocate Moses Roth will explain how to set up your AWS account in the Amazon Developer Console. Developers eligible for the Small Business Accelerator Program benefits must follow these steps to receive their promotional AWS credits.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/tTIPjLgF_SU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">May 17, 2021</p>
<p>In this Tutorial, Amazon Developer Advocate Moses Roth will explain how you can easily add new users to your Amazon Developer Account and how you can set specific user permission based on your team needs.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/m_tRGoLwLHg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">September 6, 2021</p>
<p>In this video tutorial Developer Advocate Moses Roth with explain how you can easily submit your Apps and Games to the Amazon Appstore.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/8P61xMuC7cA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">August 20, 2021</p>
<p>In this short video, Developer Advocate Moses Roth explains what are the key monetization models for apps on Amazon Appstore and how developers can set up their accounts to receive payments from Amazon for their apps' sales.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/wVhsg_6Lvx4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">July 7, 2021</p>
<p>In this short video Developer Advocate Moses Roth will share how to access Sales Reports, and Earnings and Payments Reports on the Amazon Appstore developer dashboard.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/SZvVfHA6egA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">June 17, 2021</p>
<p>In this tutorial Developer Advocate Moses Roth will explain how you can easily update your apps on the Amazon Appstore using the Developer Dashboard.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/URsm_3KmvEA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">August 13, 2013</p>
<p>All's fair in love and games. A romantic comedy about gamers.</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/gV2cgtAp-7Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">June 21, 2013</p>
<p>Teaser trailer for the independent comedy "Gamer Theory".</p>
</div>
</article>
<article class="content-item">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ki1LrjX87P0?si=ZOS1_jMsmvZtMPFI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="date">December 27, 2012</p>
<p>Captain Tom Anson, hero of the Second Moon War, piloted the first faster than light test flight. But something went wrong and he was launched hundreds of light years into space with a broken hyperdrive. Now he travels home at 99% of the speed of light, but with time dilation his wife and children will be dead.</p>
</div>
</article>
</div>
</section>
</main>
</div>
</body>
</html>