در حال دریافت اطلاعات ...
تمرین ۱: جاخالیها (Fill in the blanks)
شکل صحیح فعلی که در پرانتز آمده است را در جای خالی قرار دهید.
You should always test your API endpoints before (publish) ________ them to the production server.
The senior developer fixed the memory leak issue by (refactor) ________ the old C# module.
After (install) ________ all the required npm packages, you can start the Next.js development server.
It is risky to push your code to the main branch without (run) ________ the unit tests first.
We are interested in (migrate) ________ our current database to SQL Server next month.
تمرین ۲: متن کوتاه (Cloze Passage)
متن زیر در مورد توسعه نرمافزار است. جاهای خالی را با شکل درست افعال داخل پرانتز پر کنید.
When starting a new project, setting up the architecture is crucial. Before (1. write) ________ any actual code, the team should design the ERD (Entity-Relationship Diagram). You can greatly improve the application’s performance by (2. implement) ________ caching strategies. Furthermore, never close a Jira ticket without (3. document) ________ the changes you made. After (4. merge) ________ the pull request, the CI/CD pipeline will take care of the rest.