🤖 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
​​The world’s top tech firms test candidates’ knowledge of algorithms and how fast these algorithms run. That’s where Big O Notation comes in. This article explains what it is, and provides practical examples of real world algorithms and their Big O Classification.

20 min read

#Algorithms #Interviews
​​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
​​Building from Simple Algorithms & Data Structures in JS, here we’ll look at data structures beyond arrays and key-value objects, beyond “labelled & deposit” boxes.

4 min read

#Algorithms #JavaScript
​​Sorting algorithms are very important to know and implement. Today, I want to go over one of the most popular sorting algorithms called merge sort implemented in JavaScript.

4 min read

#Algorithms #JavaScript
​​This post draws on my personal experiences and challenges over the past term at school, which I entered with hardly any knowledge of DSA (data structures and algorithms) and problem-solving strategies.

5 minutes read

#DataStructures #Algorithms
​​The single most important aspect of preparing for technical interviews is to solve many coding challenges. Although some tech companies have stopped asking algorithm questions and instead test domain-specific knowledge, most tech giants (and even the small ones) still require candidates to solve coding challenges.

9 minutes

#Algorithms
​​March is the best time to change jobs again. I fantasize that as long as I change my job, I can leave this “broken place”, make more money and do the most comfortable things.

5 minutes read

#Algorithms
​​Like every other person who thinks about job switching gets haunted by the thought of DSA. The same happened to me when I considered changing my job 1 year ago. Job market was not good at that time, so I needed to make myself stand out from crowd to get selected from 100’s of other applicants who were applying for same job.

⏱️ 4 min read

#algorithms
5👍5🔥4🏆1