πŸ€– 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
​​Throttling and debouncing give us control over the rate at which a function is called. They are need to know techniques for any web developer.

⏱ 8 min read

πŸ”˜ #JavaScript

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

⬇️
πŸ€– Coding News ⚑️ pinned «​​In this article I am going to talk about two different ways of authentication: stateful and stateless authentication. If you have learnt about networking, you may already heard about stateful and stateless, but in this article I am going to give these two…»
​​Many people wonder how a single-threaded Node.js can compete with multithreaded back ends. As such, it may seem counterintuitive that so many huge companies pick Node as their back end, given its supposed single-threaded nature. To know why, we have to understand what we really mean when we say that Node is single-threaded.

⏱ 8 min read

πŸ”˜ #NodeJS

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

⬇️
​​Javascript reach has increased from a web browser to all places of programming.

Node.js β€” Used for CLI and Server.
Electron β€” Used for cross-platform desktop Apps.
React native β€” Used for cross-platform mobile Apps.
IoT β€” Low-cost IoT devices, now support javascript.

⏱ 9 min read

πŸ”˜ #JavaScript

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

⬇️
​​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