🤖 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
At the coding bootcamp where I teach, “How do I upload images with React?” is a question that comes up repeatedly. As with any programming problem there are a million ways to achieve this outcome with various tradeoffs.

6 min read

#React
​​When HTML5 introduced the <video> and <audio> tags, they made your media files genuinely accessible to the Internet. HTML5 videos are fast replacing Flash Player and other similar third-party media players. Historically, it’s been quite a cumbersome process to get media to play correctly. Often the <embed> and <object> tags would need to be used which would assign an extensive list of parameters to get the media playback working.

7 min read

#HTML #JavaScript
​​It was always complicated to flatten an array in #JavaScript. Not anymore! ES2019 introduced a new method that flattens arrays. And there’s a “depth” parameter, so you can pass in ANY levels of nesting. AMAZING 🤩

3 min read

#JavaScript
​​We’ll investigate it in detail today. You can also refer to the official documentation about the same here.

3 min read

#React
​​Taking up a vital conversation is made simple by the persistent development of WebRTC that wholly magnifies the video/audio communication for “Enterprises” and “Professionals”.

5 min read

#WebRTC #NodeJS #JavaScript
​​Async/await was introduced in NodeJS 7.6 and is currently supported in all modern browsers. I believe it has been the single greatest addition to JS since 2017. If you are not convinced, here are a bunch of reasons with examples why you should adopt it immediately and never look back.

6 min read

#JavaScript #Async

❤️ Don’t forget to say if you liked the article by leaving a comment below this post ✍️
​​As you all know Javascript has become fashionable (I think we all agree on this point). This has meant an increase in the demand for job offers and the proliferation of “bootcamps” that promise to train developers in just 6 months.

10 min read

#JavaScript

❤️ Don’t forget to say if you liked the article by leaving a comment below this post ✍️
​​One feature that comes along with template literals, or template strings, is the ability to tag them.

8 min read

🔘 #JavaScript

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

⬇️
​​There are some major new features and enhancements coming up for the React framework; exciting for us developers, rewarding for the end user. In this article we will be exploring the usage of lazy() and <Suspense />, but for these features to be fully beneficial we also need to understand concurrent React and the benefits of its support for multi threading.

8 min read

✍️ Don’t forget to say if you liked the article by leaving a comment below this post
​​Adding authentication using the user’s Touch ID or the new Face ID is easier than ever in your React Native App.

3 min read

#React

✍️ Don’t forget to say if you liked the article by leaving a comment below this post
​​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