πŸ€– 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
​​You might have been building containers for a long time, and in all your previous builds, the security and/or the size of your containers wasn’t the priority. But if you got here now you are putting a priority in those topics.

⏱ 7 minutes read

#Docker
​​How to structure large React applications into folders and files is a highly opinionated topic. I struggled for a while writing about this topic, because there is no right way to do it. However, every other week people ask me about how I structure my React projects -- with folder structures from small to large React projects.

⏱️ 7 minutes read

#React
❀1
​​My friends, as a software engineer, you must have used Event Emitter. We often use it to handle cross-component communication scenarios.

⏱️ 3 minutes read

#JavaScript
​​In this article, I’d like us to explore postMessage() again, but as it applies to communication within the same browsing context or same origin.

⏱️ 5 minutes read

#JavaScript
​​You can use a JS module (pubsub) that follows the publish-subscribe pattern to communicate between components that aren’t in the same DOM tree. In the publish-subscribe pattern, an event publishes the event and other components subscribe to it.

⏱️ 4 minutes read

#JavaScript
​​We, software engineers, spend a good chunk of time doing code reviews. And we should because reviewing code is an important activity.

⏱️ 6 minutes read

#CI #Tools
​​If you don’t know who Linus Torvalds is, I will give you a short introduction: If you’re a software engineer, you should know what Linux is and I’m almost sure that you used Git at least one time. Basically, he is the mind behind these two big projects. If you want to learn more about him, you can search online, I don’t want to give more details in this article but to move on to the wisdom I learned by listening to his speeches.

⏱️ 10 mins read

#Software