πŸ€– 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
​​Both npm and Yarn are great package managers for Node.js and Javascript. But have you ever wondered why Yarn was developed when there was already npm? It was built by Facebook to solve major problems they faced with npm, such as slower installation of packages and there were also a few security issues in npm. In this article, I’ll compare both these package managers, so that you can decide which one suits your needs better.

⏱ 3 minutes read

#NPM #yarn
​​Browser APIs (or web APIs) are the APIs that come built-in with the browsers. They allow developers to perform complex operations without dealing with the sophisticated lower-level code. There are a number of browser APIs for manipulating the DOM, making network requests, managing client-side storage, and retrieving device media streams, etc.

⏱ 7 minutes read

#API
πŸ€– Coding News ⚑️ pinned «​​React 17 release is unique. There are hardly any new features you will notice. However, you can find several high-impact improvements to React core. Out of these, the changes for JSX is quite noticeable. ⏱ 5 minutes read #ReactΒ»
​​When you become good at something, you can hit a wall in your development. No matter how hard you try, you feel like you can’t break through it. Pushing harder doesn’t pay off as much as before.

⏱ 12 minutes read

#Career
​​An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context.

⏱ 8 minutes read

#Architecture
​​The search function is one of the most important features of a software application. Search sites like Google and DuckDuckGo have helped millions of users to navigate through the internet and quickly find what they’re looking for in mere seconds.

⏱ 8 minutes read

#React #Serverless
​​Recently, I’ve written an article about some signs of an inexperienced developer. Just like you can recognize inexperienced developers by their habits the same applies to senior developers.

⏱ 4 minutes read

#Career
​​GraphQL is a strongly typed query language, and Typescript is a typed superset of JavaScript β€” together they are a match made in heaven!

⏱ 15 minutes read

#TypeScript #Node #GraphQL
​​Ever since ES2015, also known as ES6, JavaScript has moved away from a waterfall style approach where loads of features were released at once under a major version, to a more agile approach where new features are released annually as the spec is completed. This has allowed new language features to be added every year since. These features can be large and small, but they all tend to be well battle-tested through the use of transpiling and polyfills before their official release. In fact, when they actually become β€œofficial” it’s actually pretty underwhelming since the community has been using them for some time.

⏱ 4 minutes read

#JavaScript
​​I was looking around the web and realized we haven’t had a good JavaScript Framework Performance Shootout in over 2 years. So before 2020 wraps up, let’s have a bit of fun pitting these libraries against each other.

⏱ 13 minutes read

#JavaScript
​​Every software has best practices. Git is not different. It has become the most used versioning system in the last years. Many companies adopted git because of its features.

⏱ 5 minutes read

#Git
​​Over the years, CSS has seen a number of new properties added to it such as Flexbox and Grid.

Despite the immense popularity and rising complexities of creating web apps, there are still a number of CSS properties and tricks that most developers don’t know.

Below are 6 CSS properties that you probably never heard of...

⏱ 6 minutes read

#CSS
​​ES2021 is the version of ECMAScript corresponding to the year 2021. This version doesn’t include as many new features as those that appeared in ES6 (2015). However, some useful features have been incorporated.

⏱ 3 minutes read

#JavaScript
​​When I started as a software developer five years back, I had no clue that everything required to learn and grow as a developer is easily available online. All we need to do is learn how to access those resources effortlessly.

⏱ 4 minutes read

#Education