"Part 1" Introduction to Docker for Javascript developers (based on Node.js)

Docker is an open source application container engine. If you are a back-end developer, you should know or be familiar with this technology. For many front-end developers, you may just stay at the stage of listening to it, or even don't know what it is? Or I think this is a back-end technology. I don't need to know. For example, I really don't ...

Posted by eddie_twoFingers on Wed, 05 Jan 2022 16:13:53 +0100

Node. Learning notes of JS framework Express and MySQL database

1, Basic concepts of database 1. What is a database database is a warehouse used to organize, store and manage data. 2. Common database and classification Common databases include MySQL database, Oracle database (charging), SQL Server database (charging) and Mongodb database. Among them, MySQL, Oracle and SQL Server belong to traditional d ...

Posted by srinivas6203 on Wed, 05 Jan 2022 09:20:53 +0100

Handwritten simple webpack

Compile product analysis (() => { // Module dependency var __webpack_modules__ = ({ "./src/index.js": ((module, __unused_webpack_exports, __webpack_require__) => { // Execute the module code, where it is executed at the same time__ webpack_require__ Reference code eval(`const str = __webpack_require ...

Posted by michealholding on Wed, 05 Jan 2022 03:57:36 +0100

Getting started with GraphQL, Scheme and type

https://www.yuque.com/books/share/ec8980d3-bf8c-4277-a96d-957455adf289?# (password: xume) GraphQL tutorial GraphQL introduction GraphQL is a data query language for API developed by Facebook and opened in 2015GraphQL is not only a query language for API, but also a runtime to meet your data query.GraphQL is an interface development standard t ...

Posted by etully on Tue, 04 Jan 2022 13:04:45 +0100

Based on node JS build express application to realize simple Web server function. It is recommended to collect

1, express Foundation 1. Introduction to express Express is a flexible node that maintains a minimum size JS Web application development framework provides a set of powerful functions for Web and mobile applications.Express provides streamlined basic Web application functionality without hiding node JS.Many popular development frameworks ...

Posted by Amanda1998 on Tue, 04 Jan 2022 10:40:29 +0100

This article takes you nodejs from introduction to mastery

"The ancients' knowledge is weak, but their Kung Fu can only be achieved when they are young and old." One article takes you from the introduction to the mastery of nodejs. In fact, the cost of learning nodejs is not so high. You only need this article from brother feitu. Ten minutes will take you from the introduction to the master ...

Posted by Amanda1998 on Mon, 03 Jan 2022 12:54:54 +0100

The third-party library puppeter of nodejs is used to solve some landing page simulation problems of rendering pages with js

I came across a man named puppeteer Google browser developed itself in 17 years Chrome Headless characteristic,And launched at the same time puppeteer,It can be understood as our daily use Chrome Interface free version of and how to manipulate it js Interface package ". In short, it is a third-party library that simulates the behavior of ...

Posted by hughesa on Mon, 03 Jan 2022 11:44:22 +0100

Write a CLI tool to grab links to Qiwu weekly articles

introductionYou should know Qiwu weekly. It is a technical blog, which gathers a large number of technical articles contributed by excellent bloggers. I personally go to see the above articles every few days, but its official website often can't be opened. Every time I want to read the articles, I have to turn page by page to find the articles ...

Posted by theflea912 on Mon, 03 Jan 2022 07:35:46 +0100

Why do you need the middleware bodyParser?

preface I haven't written articles on JS development for many days, mainly because there are too many recent things. I don't know what to write today. Then I noticed that when we write http services, we usually directly use a middleware body parser to get the parameters passed in our post request. Front end code Let's take a look at our test co ...

Posted by gibbo1715 on Mon, 03 Jan 2022 07:25:47 +0100

Node. crypto module of JS series learning

Catalogue of series articles One stage 1. fs of node basic module 2. stream of node basic module 3. http of node basic module 4. crypto of node basic module Two stage koa framework 1. Getting started with koa and how koa handles different URLs 2. Koo's template engine nunjuks 3.koa realize MVC mode Three stages 1.Node+WebSocket implements a ch ...

Posted by mecha_godzilla on Mon, 03 Jan 2022 01:22:12 +0100