Kaynağa Gözat

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

pont 2 ay önce
ebeveyn
işleme
2da6d36c3b
1 değiştirilmiş dosya ile 14 ekleme ve 1 silme
  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