Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. ask good questions (what featues to work on, how much to scale)
  2. dont use buzzwords
  3. clear and organized thinking
  4. drive the discussion (80 - 20)
  5.  
  6.  
  7. features
  8. define APIs
  9. availability
  10. latency performance
  11. scalability
  12. durability
  13. class diagram
  14. security & privacy
  15. cost effective
  16.  
  17.  
  18. vertical vs horizontal scaling
  19. cap theorem
  20. acid vs base
  21. partitioning/sharding data
  22. constistent hashing
  23. optimisting vs pesimisting locking
  24. strong vs eventual consistency
  25. relational vs nosql
  26. types of nosql (key value, wide column, document based, graph based)
  27. caching
  28. data center/ racks/ hosts
  29. cpu/ memory/ hard drive/ network bandwidth
  30. random vs sequential read/write on disk
  31. http vs http2 vs websockets
  32. tcp/ip model
  33. ipv4 vs ipv6
  34. tcp vs udp
  35. dns lookup
  36. https & tls
  37. public key infractructure & certificate authority
  38. symmetric vs asymmetric key
  39. load balancer -> l4 vs l7
  40. CDNs & Edge
  41. bloom filters & count-min sketch
  42. paxos-consensus over distributed hosts (leader election)
  43. design patterns & object oriented design
  44. virtual machines & containers
  45. publisher-subscriber or queue
  46. map reduce
  47. multi theading, concurrency, locks, syhcronisation, CAS
  48.  
  49.  
  50. cassandra
  51. mongodb/ couchbase
  52. mysql
  53. memcached
  54. redis
  55.  
  56. zookeeper
  57. kafka
  58.  
  59. nginx
  60. HAProxy
  61.  
  62. solr, elastic search
  63.  
  64. blobstore like Amazon S3
  65.  
  66. docker (kubernetes, mesos)
  67.  
  68. hadoop/spark (hdfs)
  69.  
  70.  
  71. https://martinfowler.com/articles/mocksArentStubs.html
  72.  
  73. https://plumbr.io/handbook/what-is-garbage-collection
  74.  
  75. class loader
  76.  
  77. thread pool (https://stackify.com/java-thread-pools/)
  78.  
  79.  
  80.  
  81. stream - czy moze byc zrownolegalny, jak
  82.  
  83. model pamieciowy javy - heap vs stack, z czego sklada sie heap
  84. https://stackoverflow.com/questions/1262328/how-is-the-java-memory-pool-divided
  85.  
  86.  
  87. Java Java 8, Spring Framework, Hibernate, Spring Boot
  88. Javascript Javascript (I have also basic knowledge about Angular, React and NodeJS)
  89. Programming Unit testing, OOP, TDD, Clean Code, Acceptance Testing
  90. Databases Oracle, Postgres
  91. Other Linux, Git, Python, Docker, Bash, Jenkins, IntelliJ Idea, REST
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement