🤖 Coding News ⚡️
27.2K subscribers
2 photos
1 video
807 links
High quality articles, videos, and tutorials about programming 💻

HTML, CSS, Sass, JavaScript, TypeScript, React, Angular, Electron, Node, Vue, GraphQL and other topics 💥

@CodingChat talk with other engineers
@CodingNewsFeedbackBot advertisement
加入频道
http://bit.ly/2ERJLBW

Great in-depth tutorial about all things node.js. It also includes source code and interactive tutorials.

Table of content:

- Learn node interactively
- Understanding node
- Core modules
- Callbacks
- Events
- Streams
- Modules and npm
- Client side development with npm
- Going with the grain

#node #npm
http://bit.ly/2SyAgLj

19 skills and topics you might find valuable in 2019 for becoming a better node.js developer. Awesome article with a bunch of links for a deeper dive in the topic 🤩

#node #javascript
http://bit.ly/2AOVZYn

How to choose the right test types for Node and JavaScript, code them correctly, measure their effectiveness and host them in a CI/CD pipeline in the right way 💪🏼

#testing #jest #mocha #javascript #node #ci #cd
​​The MERN stack consists of MongoDB, Express, React / Redux, and Node.js. Given the popularity of React on the frontend and of Node.js on the backend, the MERN stack is one of the most popular stack of technologies for building a modern single-page application.

#mern #tutorial #mongodb #express #react #redux #node
​​Validation of data is an interesting topic, we tend to write code that looks really horrible in the sense that it contains a lot of checks. There are different situations when we need to perform these checks like validating a response from a backend endpoint or maybe verifying what goes into our REST API won’t break our code. We will focus on the latter, how to validate our API.

#validation #javascript #node #express #api
​​This post is a write-up of how I learnt more about server-side web development with Node.js, and a brief comparison of writing a simple HTTP server using 3 different frameworks, Express, Koa.js and Hapi.js.

#node #http
https://yangx.top/NodeJSNews/6

​​Before event-driven programming became popular, the standard way to communicate between different parts of an application was pretty straightforward: a component that wanted to send out a message to another one explicitly invoked a method on that component. But event-driven code is written to react rather than be called.

#node #javascript
https://yangx.top/NodeJSNews/8

​​​​Node.js is a JavaScript runtime environment. Sounds great, but what does that mean? How does that work?

#node
https://yangx.top/NodeJSNews/9

​​The left-pad fiasco shook the JavaScript community to its core when a rouge developer removed a popular module from npm, causing tens of projects to go dark.

#node