上一页 1 ··· 146 147 148 149 150 151 152 153 154 ··· 494 下一页
摘要: Elastic Beanstalk is a powerful Development Operations tool (Dev Ops) to deploy your code to AWS services and infrastructure with minimal effort. EB C 阅读全文
posted @ 2021-03-24 15:07 Zhentiw 阅读(57) 评论(0) 推荐(0)
摘要: 1. Shell - Linux/Mac Users For Unix/Linux/Mac operating systems, a shell is a command-line program that accepts users' commands and executes those com 阅读全文
posted @ 2021-03-23 01:47 Zhentiw 阅读(144) 评论(0) 推荐(0)
摘要: When Launch a new EC2 instance, in the final step, you can create a new private key pair and download it as pem file. For example, I have one call `my 阅读全文
posted @ 2021-03-22 16:55 Zhentiw 阅读(50) 评论(0) 推荐(0)
摘要: ORMS allow us to easily switch to a different dialect of SQL (e.g. PostgreSQL, MySQL), without having to modify the code that interacts with the datab 阅读全文
posted @ 2021-03-22 15:33 Zhentiw 阅读(40) 评论(0) 推荐(0)
摘要: Intro to Object-Relational Maps (ORM) We'll be using an ORM called Sequelize to manage the connection to our database. We'll cover the basics in this 阅读全文
posted @ 2021-03-22 15:04 Zhentiw 阅读(43) 评论(0) 推荐(0)
摘要: Features and Modularity In this concept, we dive into splitting our code into logical "features". This is a way of describing modular programming wher 阅读全文
posted @ 2021-03-22 14:48 Zhentiw 阅读(34) 评论(0) 推荐(0)
摘要: CORS: Cross Origin Resource Sharing: defines how a client can interact with a resource, and what the client can and cannot do with that resource. Sett 阅读全文
posted @ 2021-03-21 22:07 Zhentiw 阅读(53) 评论(0) 推荐(0)
摘要: For example client want to upload some large file to our FileSotre, for example S3. Normally we might thinking about Send file to our server Our serve 阅读全文
posted @ 2021-03-20 23:47 Zhentiw 阅读(47) 评论(0) 推荐(0)
摘要: For examlpe, we have two tables: cars: make: For cars table, we want to know 'make_name' instead of 'make_id', we can do with 'join' two tables. In or 阅读全文
posted @ 2021-03-20 23:35 Zhentiw 阅读(55) 评论(0) 推荐(0)
摘要: In project, we can have three branches such as dev stage master Every developer can merge their code into 'dev' branch. 'stage' & 'master' will be loc 阅读全文
posted @ 2021-03-20 17:36 Zhentiw 阅读(41) 评论(0) 推荐(0)
上一页 1 ··· 146 147 148 149 150 151 152 153 154 ··· 494 下一页