🤖 Coding News ⚡️ – Telegram
🤖 Coding News ⚡️
26.6K 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
http://bit.ly/2Tj3Btc

New font-display CSS property will help you to deal with FOUT and FOIT. If you don’t know what it mean you definitely have to read this article 📖

#css #fonts
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/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
http://bit.ly/2AmeWBH

feColorMatrix SVG filter is an extremely powerful tool which changes colors based on a transformation matrix. Very colorful read 🌈

#css #noscript #filters
http://bit.ly/2GVVgKK

Great resource for programming cheat sheets. Super useful 👍🏻

#cheatsheet #programming
http://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
http://bit.ly/2Ar1NqP

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

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

Official JSX specification document ⚛️

#jsx #specification #documentation
http://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