Explorar o código

Update 'interview/2025-02-21.md'

pont hai 2 meses
pai
achega
2da6d36c3b
Modificáronse 1 ficheiros con 14 adicións e 1 borrados
  1. 14 1
      interview/2025-02-21.md

+ 14 - 1
interview/2025-02-21.md

@@ -1,12 +1,25 @@
 # question
 
+- How many types of ORMs have you used? How do you troubleshoot issues when working with them?
 
+I only used EFcore and used it for manipilate the database like sqlserver and mongodb. 
 
+For example, in the CMS-like project, I used EFcore to control the databases like models. 
 
+In another project using microservices architecture, I used EfCore to manpulate the mongodb database. 
 
+---
 
+- Have you worked with containers? If so, which container technologies have you used?
 
+Docker 
 
+use docker encapulate the service and deploy in servers by Github Actions 
 
+---
 
-# next
+- How many types of databases have you worked with? How do you troubleshoot issues when encountering problems?
+
+for relational database, include Mysql, sqlserver, [[PostgreSQL]]  
+
+for no-sql, include mongodb, Azure cosmosdb