πŸ€– Coding News ⚑️
27.1K 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
Download Telegram
https://bit.ly/2CC0Kps

In modern web development ecosystem Webpack is one of the most crucial parts, but not everyone fully understands how it works under the hood. This video will help to understand all of its internal mechanism by writing your bundler! πŸ› 

#webpack #tool #javascript
https://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
https://bit.ly/2ESeZZN

Git is an essential part of modern development, but for some reason not all teams have commit message style guide. This article will help you and your teammates get better in writting commit messages and to have clean log history.

#git
https://bit.ly/2GVVgKK

Great resource for programming cheat sheets. Super useful πŸ‘πŸ»

#cheatsheet #programming
https://bit.ly/2CG0SEs

For as long as you have been using Google, Google has been building a β€œcitizen profile” of you. Fascinating read on how google marketers are closing the gap between online and offline world 🌎

#google #marketing #tracking
https://bit.ly/2Ar1NqP

How to build a Serverless URL shortener using AWS Lambda and S3

#urlshortner #aws #lambda #s3 #serverless
https://bit.ly/2Syc1g3

Official JSX specification document βš›οΈ

#jsx #specification #documentation