I hear you know Python?
Preface Recently, I felt that Python was too “simple”, so I said to my teacher, Chuan Ye: “I think Python…
Read MorePreface Recently, I felt that Python was too “simple”, so I said to my teacher, Chuan Ye: “I think Python…
Read MoreIntroduction electron is developed by Github , is an open source library with Html, css, JavaScript to build desktop applications…
Read More01 – Runtime Type Checking with Zod TypeScript is a very useful type tool for checking the type of variables…
Read MoreHigh concurrency: Yes, high concurrency this is a point we do not even have to think about, a moment so…
Read MoreGenerating arrays When you need to generate a 0-99 array const createArr = (n) => Array.from(new Array(n), (v, i) =>…
Read MoreFile upload is a common demand, generally we will not upload files directly to the application server, because a single…
Read MoreFor the node.js part, we have to have a script that changes the repository code left for ci to execute…
Read More1. Confirm whether caching is required Before using caching, you need to make sure that your project really needs it.…
Read MoreAfter the user logs in, a user ID is returned, and the user can be identified by requesting another interface…
Read More1. Reduction of HTTP requests A complete HTTP request requires a DNS lookup, a TCP handshake, the browser making the…
Read More