🤖 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 this article, I’ll walk you through my strategy for solving programming problems from start to finish, which I use both in my daily work at Google and with programmers of all levels (bootcampers, university students, and interns alike) as they learn and grow.

6 min read

#Programming
​​Understanding the impact of choosing the right tech stack is a major factor of success for freelance developers. This guide explores key questions that you should answer when picking the best technologies for your client’s application or website. We urge you to read it before hopping carelessly on the latest JavaScript framework.

7 min read

#Programming
​​​​So you might have clicked on this article because you are curious. You are curious to know why someone would differentiate a programmer from a coder. You might be thinking “well aren’t they the same thing?” A lot of people do think they are. However in my eyes I see a big difference between a programmer and a coder. Let me explain.

4 min read

#Programming
​​We often hear about algorithms, but there aren’t many tutorials that give you a sample demonstrating how to actually write one. Algorithms solve specific problems. In this case, we will draw a line on a custom raster “display” consisting of HTML elements. Of course, it is easier to simply use canvas, WebGL or some other library to draw lines. But by doing that you’re not really learning how to write your own. You will probably never have to write code to draw a line on the computer screen during your entire career as a web developer. But in this tutorial we’ll take a look at one of the most simple algorithms in computer history as an example to demonstrate the basic principles!

10 min read

#Programming #Algorithms #JavaScript
​​All of us write code that breaks at some point. That is part of the development process. When you run into an error, you may feel that you don’t know what to do. However, even the most seasoned developers introduce errors and bugs that break their code. We are humans after all.

4 min read

#Programming
​​This is the story of Peter. Peter is a programmer that can do anything. He can create software as good as any of his other peers. However, there's a difference between a programmer with experience from a programmer without experience, even though both have the same technical skills.

6 min read

#Programming
​​The road to becoming a software developer is a long and difficult one, especially for individuals like me who come from a completely non-technical background. I am a communication-oriented person. I have a passion for speaking foreign languages, immersing myself in foreign cultures, and trying all sorts of new food.

11 min read

#Programming
​​There is a wide range in the skill of developers out there — and seniority often doesn’t determine one's caliber. So what makes some superior to their peers? What is it that separates them from the pack and sea of mediocrity?

5 min read

#Programming
​​As a developer, you know that nothing can be quite so helpful as a well-placed comment. But on the other hand, nothing can be quite so damaging as an old comment that contains lies or misinformation.


4 min read

#Programming
​​Some programmers are better than others. In fact, there’s a statistical distribution: a few are absolutely brilliant, some are good, most are at least competent, some are barely competent and a few are truly dire.

5 min read

#Programming #Productivity
​​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
​​Hi, I wrote an article about how a process of fighting code complexity drives your project architecture:

I called this phenomena "Architecture on Demand".

19 min read

🔘 #Programming

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

⬇️