🤖 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/2Syc1g3

Official JSX specification document ⚛️

#jsx #specification #documentation
https://bit.ly/2CM1Fnu

CSS Shapes allow us to define geometric shapes that text can flow around. These shapes can be circles, ellipses, simple or complex polygons, and even images and gradients.

#css
https://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
https://bit.ly/2RaRDF9

Let's be honest modern JavaScript ecosystem is hard with all of its transpilers, tools, and frameworks, but it's still possible to figure it out. This article will help us to cure JavaScript fatigue! 💪🏼

#javascript #frameworks #tools
https://bit.ly/2Ftb5WP

Cranking up the performance rate of our apps is what we crave. Memoization is one of the techniques in JavaScript to speed up the lookup of expensive operations by caching the results and re-using the cache in the next operation.

#javascript #performance #memoization