• 理解Angular

    AngularJS

    Angular 1是Google发布的第一个MVVM框架,以JavaScript文件形式发布的。 (Angular Seed)

    特点:

    • 实现响应式网页、双向数据绑定的Web应用,模板功能强大 …

  • 递归

    斐波那契数列

    function fibonacci(n) {
      if (n <= 2) {
        return 1;
      } else {
        return fibonacci(n-1) + fibonacci(n-2)
      }
    }
    

    字符串全排列

    重新 …


  • Cascader Select

    层级搜索

    在 ant-design3.0 的 select component 基础上,用 dropdownRender 自定义搜索选项

    const ellipsePath: taxonomyType[] = useMemo(() => {
      let ePath = clone(path …

  • Technical Debt

    What is Technical Debt

    Technical Debt refers to the need to revisit previously written code. Often associated with the practice of relying on temporary easier-to-implement solutions to achieve short-term results …


  • CI/CD Pipeline Setup

    Frontend Structure

    • _scm_jenkins
      • install.groovy
      • jenkins.yaml
      • s3Upload.groovy
      • unitTest.groovy
      • version-calculation.groovy
    • public
    • src
    • node_modules
    • automation_pipelies.yaml
    • environment-mapping.yaml
    • Jenkinsfile
    • jest.config.js
    • manifest-sources.yaml
    • manifest.yaml
    • sonar-project.propertieis …

  • Feature Toggle

    Feature Toggles (often also refered to as Feature Flags) are a powerful technique, allowing teams to modify system behavior without changing code. 允许团队不用修改 …


  • Timing

    • Resource Scheduling
      • Queueing: 队列 — 请求排队的时间。浏览器是有线程限制的,发请求也不能所有 …

  • Amazon CloudWatch

    Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time.

    End Goal: Keep an application log and a log of API …


  • Blue-Green Deployment

    Blue Green deployments is a technique for rapidly and repeatedly releasing changes to software in production.

    1. Go to EC2 instances in AWS and rename environment (EC2(s) in which you …

« Page 8 / 16 »

Article
Tagcloud
DVA Azure Security Microsoft Java Express Architecture CI/CD database ML AWS ETL nest sql AntV Next Deep Learning Flutter TypeScript Angular DevTools egg Tableau SAP Token Regexp Unit test Nginx nodeJS sails wechat Jmeter HTML2Canvas Swift Jenkins JS event GTM Algorithm Echarts React-Admin Rest React hook Flux Redux ES6 Route Component Ref AJAX Form JSX Virtual Dom Javascript CSS design pattern