-
Урок 1. 00:05:06Introduction to Developer To Architect
-
Урок 2. 00:02:45Module contents overview
-
Урок 3. 00:01:41A reference software system for discussing performance
-
Урок 4. 00:03:09What is performance
-
Урок 5. 00:05:55How do performance problems look like
-
Урок 6. 00:11:48Performance principles
-
Урок 7. 00:04:45System performance objectives
-
Урок 8. 00:11:05Performance measurement metrics
-
Урок 9. 00:00:48Serial request latency
-
Урок 10. 00:07:42Network transfer latency
-
Урок 11. 00:13:14Minimizing network transfer latency
-
Урок 12. 00:05:38Memory access latency
-
Урок 13. 00:12:16Minimizing memory access latency
-
Урок 14. 00:01:39Disk access latency
-
Урок 15. 00:19:44Minimizing disk access latency
-
Урок 16. 00:05:44CPU processing latency
-
Урок 17. 00:10:11Minimizing CPU processing latency
-
Урок 18. 00:07:28Some common latency costs
-
Урок 19. 00:00:33Concurrency related latency
-
Урок 20. 00:13:02Amdahl's law for concurrent tasks
-
Урок 21. 00:07:39Gunther's universal scalability law
-
Урок 22. 00:08:56Shared resource contention
-
Урок 23. 00:19:15Minimizing shared resource contention
-
Урок 24. 00:10:06Minimizing locking related contention
-
Урок 25. 00:06:12Pessimistic Locking
-
Урок 26. 00:11:12Optimistic Locking
-
Урок 27. 00:10:04Compare and swap mechanism
-
Урок 28. 00:11:12Deadlocks
-
Урок 29. 00:10:09Coherence related delays
-
Урок 30. 00:00:30Caching
-
Урок 31. 00:04:19System architecture for performance
-
Урок 32. 00:04:55Caching for performance
-
Урок 33. 00:13:50HTTP Caching of static data
-
Урок 34. 00:12:22Caching of dynamic data
-
Урок 35. 00:15:23Caching related challenges
-
Урок 36. 00:04:42Summary
-
Урок 37. 00:02:15Module contents overview
-
Урок 38. 00:05:19Performance vs Scalability
-
Урок 39. 00:06:26Vertical & Horizontal scalability
-
Урок 40. 00:04:48Reverse proxy
-
Урок 41. 00:00:45A reference software system for discussing scalability
-
Урок 42. 00:05:19Scalability principles
-
Урок 43. 00:02:35Modularity for scalability
-
Урок 44. 00:04:53Replication
-
Урок 45. 00:13:13Stateful replication in web applications
-
Урок 46. 00:06:37Stateless replication in web applications
-
Урок 47. 00:03:18Stateless replication of services
-
Урок 48. 00:04:52Database replication
-
Урок 49. 00:20:09Database replication types
-
Урок 50. 00:04:54Need for specialized services
-
Урок 51. 00:08:40Specialized services - SOAP/REST
-
Урок 52. 00:08:22Asynchronous services
-
Урок 53. 00:07:58Asynchronous processing & scalability
-
Урок 54. 00:04:26Caching for scalability
-
Урок 55. 00:06:50Vertical partitioning with micro-services
-
Урок 56. 00:15:38Database partitioning
-
Урок 57. 00:08:05Database partitioning selection
-
Урок 58. 00:03:37Routing with database partitioning
-
Урок 59. 00:02:24Methods for horizontal scalability
-
Урок 60. 00:00:24Dealing with large scale systems
-
Урок 61. 00:04:12Load balancing multiple instances
-
Урок 62. 00:08:37Discovery service and load balancing
-
Урок 63. 00:02:32Load balancer discovery
-
Урок 64. 00:04:30HLB vs SLB
-
Урок 65. 00:03:52Layer-7 load balancers
-
Урок 66. 00:05:29DNS as load balancer
-
Урок 67. 00:13:46Global server load balancing
-
Урок 68. 00:10:05Global data replication
-
Урок 69. 00:06:28Auto scaling instances
-
Урок 70. 00:00:20Micro-Services Architecture
-
Урок 71. 00:05:55Micro-Services Motivation
-
Урок 72. 00:11:49Service Oriented Architecture
-
Урок 73. 00:12:26Micro-Services Architecture Style
-
Урок 74. 00:11:06Transactions in Micro-Services
-
Урок 75. 00:14:54Compensating Transactions - SAGA Pattern
-
Урок 76. 00:03:38Micro-services communication model
-
Урок 77. 00:11:15Event driven transactions
-
Урок 78. 00:08:52Extreme scalability with NoSQL and Kafka
-
Урок 79. 00:04:16Summary
-
Урок 80. 00:01:59Module contents overview
-
Урок 81. 00:06:41Failures in large scale distributed systems
-
Урок 82. 00:04:39Partial system failures
-
Урок 83. 00:00:47Reliability engineering topics
-
Урок 84. 00:02:26Reliability
-
Урок 85. 00:03:17Availability
-
Урок 86. 00:03:19High Availability
-
Урок 87. 00:02:12Fault Tolerance
-
Урок 88. 00:00:13Designing Fault Tolerance
-
Урок 89. 00:01:03Fault tolerant design
-
Урок 90. 00:03:36Redundancy
-
Урок 91. 00:05:33Types of redundancy
-
Урок 92. 00:02:33Single point of failures
-
Урок 93. 00:03:46Stateless component redundancy
-
Урок 94. 00:15:22Stateful component redundancy
-
Урок 95. 00:01:41Load balancer redundancy
-
Урок 96. 00:02:12Datacentre infrastructure as SPOF
-
Урок 97. 00:11:19Creating datacenter redundancy
-
Урок 98. 00:00:47Fault detection
-
Урок 99. 00:02:49Fault models
-
Урок 100. 00:02:53Health checks
-
Урок 101. 00:07:32External monitoring service
-
Урок 102. 00:08:24Internal cluster monitoring
-
Урок 103. 00:02:09Fault detection in a system
-
Урок 104. 00:00:42Recovering from failures
-
Урок 105. 00:03:07Stateless component recovery
-
Урок 106. 00:08:57Stateful Failovers
-
Урок 107. 00:01:13Load Balancer high availability
-
Урок 108. 00:05:01Database recovery with hot standby
-
Урок 109. 00:06:25Database recovery with warm standby
-
Урок 110. 00:06:20Database recovery with cold backups
-
Урок 111. 00:11:51High Availability in large scale systems
-
Урок 112. 00:01:45Failover best practices
-
Урок 113. 00:00:33System stability
-
Урок 114. 00:05:16Timeouts
-
Урок 115. 00:08:30Retries
-
Урок 116. 00:04:05Circuit Breaker
-
Урок 117. 00:07:57Fail Fast and Shed Load
-
Урок 118. 00:03:47Summary
-
Урок 119. 00:02:16Module contents overview
-
Урок 120. 00:08:10Security objectives
-
Урок 121. 00:00:15Network security
-
Урок 122. 00:06:49Symmetric key encryption
-
Урок 123. 00:09:08Public key encryption
-
Урок 124. 00:07:16Secure network protocol
-
Урок 125. 00:05:54SSL and TLS
-
Урок 126. 00:06:11Hashing
-
Урок 127. 00:09:44Digital signatures
-
Урок 128. 00:10:38Digital certificates
-
Урок 129. 00:08:48Chain of trust
-
Урок 130. 00:04:30TLS/SSL handshake
-
Урок 131. 00:03:22Secure network channel
-
Урок 132. 00:04:08Firewalls
-
Урок 133. 00:05:02Network security
-
Урок 134. 00:00:15Identity management
-
Урок 135. 00:01:54Authentication and authorization
-
Урок 136. 00:01:20Authentication
-
Урок 137. 00:11:24Credentials transfer
-
Урок 138. 00:08:37Credentials verification
-
Урок 139. 00:08:22Stateful authentication
-
Урок 140. 00:07:42Stateless authentication
-
Урок 141. 00:03:18Single Sign-On
-
Урок 142. 00:00:18Access management
-
Урок 143. 00:08:29Role based access control model
-
Урок 144. 00:05:18Role based access example
-
Урок 145. 00:07:02Authorization
-
Урок 146. 00:05:58OAuth2 token grant
-
Урок 147. 00:07:36OAuth2 token grant - Code Flow
-
Урок 148. 00:01:46OAuth2 token grant - Password Flow
-
Урок 149. 00:02:16OAuth2 in a system
-
Урок 150. 00:10:40OAuth2 token types
-
Урок 151. 00:06:30Json Web Tokens
-
Урок 152. 00:05:38Token storage
-
Урок 153. 00:12:27Securing data at rest
-
Урок 154. 00:05:16Securing a Software System
-
Урок 155. 00:00:14Common vulnerabilities
-
Урок 156. 00:04:49SQL Injection
-
Урок 157. 00:05:08Cross Site Scripting
-
Урок 158. 00:07:27Cross Site Resource Forgery
-
Урок 159. 00:02:08Summary
-
Урок 160. 00:03:12Module contents overview
-
Урок 161. 00:01:07Large scale deployment challenges
-
Урок 162. 00:02:51Application deployment
-
Урок 163. 00:03:54Infrastructure deployment
-
Урок 164. 00:05:52System operations
-
Урок 165. 00:01:08Modern deployment solutions
-
Урок 166. 00:00:09Application deployment
-
Урок 167. 00:03:05Component deployment
-
Урок 168. 00:03:32Component deployment automation
-
Урок 169. 00:08:46Deployment with Virtual Machines
-
Урок 170. 00:04:08Isolation through virtual machines
-
Урок 171. 00:05:55Deployment with Containers
-
Урок 172. 00:06:14Docker containers
-
Урок 173. 00:00:06Infrastructure deployment
-
Урок 174. 00:01:31Infrastructure requirements
-
Урок 175. 00:03:19Provisioning and configuration
-
Урок 176. 00:02:29Deployment with containers on Cloud
-
Урок 177. 00:08:11Deployment with AWS cloud stack
-
Урок 178. 00:00:19Deployment with Kubernetes
-
Урок 179. 00:01:43Kubernetes lifecycle management
-
Урок 180. 00:02:21Kubernetes naming and addressing
-
Урок 181. 00:02:05Kubernetes scaling with multiple instances
-
Урок 182. 00:01:56Kubernetes load balacing
-
Урок 183. 00:00:57Kubernetes high availability
-
Урок 184. 00:02:31Kubernetes rolling upgrades
-
Урок 185. 00:03:30Kubernetes capabilities
-
Урок 186. 00:04:06Kubernetes deployment
-
Урок 187. 00:04:00Kubernetes services and workloads
-
Урок 188. 00:10:17Kubernetes architecture
-
Урок 189. 00:00:16System upgrades
-
Урок 190. 00:02:34Rolling updates
-
Урок 191. 00:01:38Canary deployment
-
Урок 192. 00:00:56Recreate deployment
-
Урок 193. 00:02:02Blue Green deployment
-
Урок 194. 00:03:16A/B testing
-
Урок 195. 00:02:14Summary
-
Урок 196. 00:03:43Module contents overview
-
Урок 197. 00:01:21Reference system for using tech platforms
-
Урок 198. 00:02:58Web applications
-
Урок 199. 00:02:58Solutions for web applications
-
Урок 200. 00:06:01Apache web server
-
Урок 201. 00:05:33Apache webServer architecture
-
Урок 202. 00:05:07Apache webserver scalability
-
Урок 203. 00:01:16Nginx webserver
-
Урок 204. 00:09:43Nginx architecture
-
Урок 205. 00:04:47Nginx as reverse proxy and cache
-
Урок 206. 00:05:35Web containers & spring framework
-
Урок 207. 00:02:56Jetty & Spring
-
Урок 208. 00:04:30Node.JS
-
Урок 209. 00:12:07Node.JS event loop
-
Урок 210. 00:13:45Cloud Solutions for web
-
Урок 211. 00:05:33Cloud storage
-
Урок 212. 00:06:50Cloud CDN
-
Урок 213. 00:02:52Services
-
Урок 214. 00:01:45Services solutions
-
Урок 215. 00:04:50Memcached
-
Урок 216. 00:13:54Memcached Architecture
-
Урок 217. 00:08:19Redis Cache & its architecture
-
Урок 218. 00:02:09Cloud caching solutions
-
Урок 219. 00:15:09RabbitMQ
-
Урок 220. 00:12:27RabbitMQ architecture
-
Урок 221. 00:17:45Kafaka architecture
-
Урок 222. 00:09:54Redis Pub/Sub
-
Урок 223. 00:03:57Cloud MQ solutions
-
Урок 224. 00:02:09Datastores
-
Урок 225. 00:02:14Datastore solutions
-
Урок 226. 00:10:23RDBMS
-
Урок 227. 00:07:53RDBMS scalability architecture
-
Урок 228. 00:10:55NoSQL objectives & trade-offs
-
Урок 229. 00:09:25Amazon DynamoDB
-
Урок 230. 00:11:09DynamoDB architecture
-
Урок 231. 00:16:23Google BigTable
-
Урок 232. 00:15:03BigTable architecture
-
Урок 233. 00:03:26HBase
-
Урок 234. 00:15:09Cassandra
-
Урок 235. 00:04:37Cassandra features
-
Урок 236. 00:06:15MongoDB
-
Урок 237. 00:07:34MongoDB architecture
-
Урок 238. 00:04:18Analytics
-
Урок 239. 00:02:08Analytics solutions
-
Урок 240. 00:13:35Logstash architecture
-
Урок 241. 00:10:29Logstash data streaming architecture
-
Урок 242. 00:08:00Fluentd
-
Урок 243. 00:18:15Elasticsearch
-
Урок 244. 00:17:13Elasticsearch architecture
-
Урок 245. 00:10:51Hadoop HDFS
-
Урок 246. 00:21:43Map-Reduce
-
Урок 247. 00:09:33Apache Spark
-
Урок 248. 00:12:18Stream processing
-
Урок 249. 00:11:23Summary
- Категории
- Источники
- Все курсы
- Разделы
- Книги