πŸ€– 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
​​In this modern era of web development, we don’t really need a heavy-handed reset, or even a reset at all, because CSS browser compatibility issues are much less likely than they were in the old IE 6 days.

⏱ 8 min read

πŸ”˜ #CSS

✍️ Don’t forget to say if you liked the article by leaving a comment below this post

⬇️
JAMstack.systems is the presentation about fast, secure and dynamic sites built with JavaScript, APIs, and prerendered Markup, served without web servers.

⏱ 10 min read

πŸ”˜ #JavaScript #API #JAMstack

⭐️ Don’t forget to star the repo and share it in twitter
​​This tutorial explains the basics of OAuth 2.0 and how to deploy an OAuth2 authorization service in Node.js to Google Cloud Functions.

⏱ 8 min read

πŸ”˜ #OAuth2 #Security #JWT #Serverless

✍️ Don’t forget to say if you liked the article by leaving a comment below this post

⬇️
​​This is a graph I made with the technologies that will make you a well-rounded developer proficient in Vue.js programming.

⏱ 3 min read

πŸ”˜ #Vue

✍️ Don’t forget to say if you liked the article by leaving a comment below this post

⬇️
​​Hi, I wrote an article about how a process of fighting code complexity drives your project architecture:

I called this phenomena "Architecture on Demand".

⏱ 19 min read

πŸ”˜ #Programming

✍️ Don’t forget to say if you liked the article by leaving a comment below this post

⬇️
​​You can easily choose your UI design based on viewport width in CSS using media queries, but sometimes you need to get the window width or breakpoints to adjust your UI as per the viewport width in React.

⏱ 4 min read

πŸ”˜ #React
​​A few days ago I was writing my bi-annual review, and I was thinking of how I could include some meaningful metrics about the success of our design system in Badoo.

⏱ 12 min read

πŸ”˜ #DesignSystems
​​At Torii, we decided to go the no-ops path as much as possible meaning we’ll focus all our efforts on our product and not on operations. While we enjoy doing devops, that’s not our main focus as a company.

⏱ 8 min read

πŸ”˜ #Serverless #AWS #Lambda
πŸ€– Coding News ⚑️ pinned «​​Which side are you on?Β»
​​Memes are great - they're such a fun way of describing ideas and opinions. So it's no coincidence that I picked a meme generator app as the capstone project in my free React course on Scrimba. The app works by pulling a random meme image from an API and placing your text over the top of it to create your very own, personalized meme.

⏱ 8 min read

πŸ”˜ #React
​​We are going to rewrite React from scratch. Step by step. Following the architecture from the real React code but without all the optimizations and non-essential features.


⏱ 9 min read

πŸ”˜ #React