πŸ€– 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
​​In software management, we often change our code and all these changes need to be tracked. As our projects grow, all the dependencies of the projects increase as well. If you want to make changes to your project and move forward, you need to make sure all your dependencies works with your current changes as well. We can’t move forward if these dependencies are too tight or loosely defined. This is called dependency hell.

6 min read


#Software
​​Being a good programmer is a mix of skills and some common sense. It is all about being pragmatic and knowing what is the solution that fits better your problem. When facing a challenge, there are some software principles that will guide you in choosing the most correct approach.

7 minutes read ⏱

#Software
​​We all know we won’t get very far without a code review. It improves the quality of the code and makes its structure more stable. Reviews also help programmers build relationships and work more effectively.

⏱ 4 minutes read

#Software
​​The most significant problem of a code review is asynchronous ping-pong of quite difficult questions/answers. This is inefficient, but also makes people frustrated.

⏱ 4 minutes

#Software
​​When was the last time when you were thinking about β€œWhat’s going on with monorepos now”? Is Lerna still the best choice or just Yarn Workspaces could be enough?

⏱ 5 minutes read

#Software
​​Earlier this year, we had Andrzej Frydryszak attend a few conferences on software development. The list we compiled is a list of the most significant points the attendees of the conferences have heard. Here goes:

⏱ 11 minutes read

#Software
​​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
​​It’s 7:15 am and customer support is swamped. We just got featured on Good Morning America, and a whole bunch of first time customers are bumping into bugs. A customer would fill a shopping cart with items, check out, pay for the items, and then be presented with an order receipt with all the wrong items!

⏱️ 8 minutes read

#Software
​​I recently read the book β€œSoftware Architecture: The Hard Parts” by Neal Ford, Mark, Richards, Pramod Sadalage & Zhamak Dehghani, and this is my review of the book.

⏱️ 8 minutes read

#software #architecture
❀2πŸ”₯1