• Bootcamp (9)
    • 📱 236 - 992 - 3846

      📧 jxjwilliam@gmail.com

    • Version: ‍🚀 1.1.0
  • Reference

    BootcampBestitconsulting/Bootcamp2020-11-15


    Verb.

    
    payoff 清偿
    amend 修改
    counter-intuitively 与直觉相反
    refactoring 重构
    correlation 相关
    
    compatibility - 兼容性
    comparability - 可比性
    flaws - 破绽, 缺陷
    
    retrospective - 回顾
    
    look into - 
    tackling them - 解决它们
    narrow down - 
    prioritize appropriately - 
    conduct  - 
    tackling the problem- 解决这个问题 - 
    highlight - 
    majority - 
    neccessary - 
    instant message, jabber, skype business, msn messenger - 
    email thread - 
    the subject line of the email should accurately, clearly, precisely, concise - 
    coherent, irrelevant - 
    evaluate  - 
    
    proposal, purpose,  - 
    social weekend away from the office, - 
    organize - 
    coach service - 
    fairly - 
    preferable - 
    based on - 
    I would therefore suggest - 
    showcase achievements - 
    evidence - 
    exceed - 
    it is vital to ensure the script is relevant to each job application, specific, glassdoor, indeed, - 
    avoid, rather than, generic - 
    in a wide range of roles, - 
    In general, no more than 2 pages - 
    trend - 
    gaining popularity - 
    IT sphere - IT领域 - 
    exotic - 
    
    coherence - 相干性
    accuracy - 
    fluency - 
    range - 
    interaction - 
    
    

    Abbr of Engineering Excellence, Engineering Culture

    Abbr. Description
    ALM application lifecycle management
    Jira a proprietary issue tracking product, developed by Atlassian. It provides bug tracking, issue tracking, and project management functions.
    "Green" delivery the project is performing according to a plan and delivery is on track
    CSRF (cross-site request forgery) - a type of malicious exploit of a website where unauthorized commands are transmitted from a user that the website trusts.
    Smoke test a type of software testing that comprises of a non-exhaustive set of tests that aim at ensuring that the most important functions work
    Test harness a collection of software and test data configured to test a program unit by running it under varying conditions and monitoring its behavior and outputs
    UAT (User Acceptance Testing) - the last phase of the software testing process, during which actual software users test the software to make sure it can handle required tasks in real-world scenarios, according to specifications.
    XSS (cross-site scripting) - a type of computer security vulnerability typically found in web applications. XSS enables attackers to inject client-side scripts into web pages viewed by other users.
    Regression Test 回归 Regression testing is the process of testing changes to computer programs to make sure that the older programming still works with the new changes.
    Load Testing Load testing is a kind of Performance Testing which determines a system's performance under real-life load conditions. This testing helps determine how the application behaves when multiple users access it simultaneously. This testing usually identifies - The maximum operating capacity of an application.