πŸ€– 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
​​How it should be done in 2 weeks

#Humor #GIF
​​Becoming a full-stack developer is the goal of a lot of developers. Being able to create a complete software product, getting to understand how the whole system work and the very nice wage increase(Over Β£5,500) are all reasons people want to level up their skills and become a full-stack developer.

4 min read

#Fullstack #Serverless #NodeJS #Lambda
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

⬇️