πŸ€– 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
​​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
​​In their own words: Prism is a lightweight, extensible syntax highlighter β€” meaning it can be used to highlight code blocks or code samples in a website.


⏱ 4 min read

πŸ”˜ #React #PrismJS
​​JavaScript is famous for the number of frameworks and tools that are created around it every week, and React, being one of the most popular of those frameworks as of late, β€œsuffers” a similar fate, causing new developers to get overwhelmed when they attempt to start delving into the technology.

⏱ 13 min read

πŸ”˜ #React #Tools