🤖 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
🤖 Coding News ⚡️ pinned «​​​​​​JavaScript is one of the most popular programming languages in the world, and is now widely used also outside of the browser. The rise of Node.js in the last few years unlocked back-end development - once the domain of Java, Ruby, Python, PHP, and more…»
​​To simplify shopping for razors we built a performant, visually-appealing, and secure site. Our architecture performs well across browsers and devices, emphasizes developer ergonomics and modern tools, and lets us continuously deploy with confidence. We think shopflamingo.com can be a model for how to architect other e-commerce sites.


7 min read

#JAMstack #Gatsby #eCommerce
​​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 adjectives other meanings.

5 min read

#Auth #Security
​​Coding conventions are style guidelines for programming. They typically cover:
• Naming and declaration rules for variables and functions.
• Rules for the use of white space, indentation, and comments.
• Programming practices and principles

8 min read

#Programming
The best advice I received about securing my first job as a web developer was to attend meetups.

6 min read


#Programming
​​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!

⬇️