• System Design

    https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#step-2-review-the-scalability-article

    High Scalability

    Website scaling helps handle growing traffic and user demands while maintaining peak performance.

    Website scaling is the process of improving …


  • Azure Cli

    • clouds
    # list available clouds
    az cloud list --output table
    # China Azure
    az cloud set --name AzureChinaCloud
    
    • login
    # login service account
    az login --service-principal --tenant xxx -u xxx -p xxx
    
    # local …

  • Kubernetes

    Kubernetes

    Docker VS K8S

    • Docker是一个轻量级的容器化平台,它允许开发人员将应用程序和其依赖项打包为可移植的容 …

  • Knex

    https://knexjs.org/guide/

    Knex can be used as an SQL query builder. The primary target environment for Knex is Node.js.

    $ npm install knex --save
    $ npm install mysql2 # pg …

  • Compliance Portal


  • Drupal

    CMS

    A content management system (CMS) is a software tool that lets users add, publish, edit, or remove content from a website.

    Drupal is a flexible CMS based on the …


  • Azure Blob Storage

    1. list file
    /* eslint-disable no-undef */
    const { ContainerClient } = require("@azure/storage-blob");
    
    const azure = {
      blobContainer: "xxx",
      storageAccount: "xxx",
      sasDomain: "blob.core.xxx.cn",
      containerName: "xxx",
      sasToken: "sp=xxx",
    };
    
    const getStorageDetails = () => {
      return {
        containerName: azure …

  • 文件上传

    解析 Content-Type: multipart/form-data

    • formidable
    const form = new formidable({ multiples: true });
    
    form.parse(req, async (err, fields, files) => {
      if (err) {
        res.status(400).json({ error: `Invalid request: ${err}` });
        return …

  • Snyk

    注册: https://snyk.io/

    Install Snyk CLI

    npm install -g snyk
    
    curl https://static.snyk.io/cli/latest/snyk-macos -o snyk
    chmod +x ./snyk
    mv ./snyk /usr/local/bin …

  • Reinforcement learning

    Summit Training

    Rule-based VS ML

    • Rule-based approach: Decision rules are clearly defined by humans

    • Machine Learning: Trained from examples. Rules are note defined by humans but learned by the machine …


« Page 2 / 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