πŸ€– 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
Download Telegram
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
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