πŸ€– Coding News ⚑️
27.1K 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
​​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
​​As a developer, I consider browser extensions are a great way for developers to improve their productivity. Over time, I have compiled a list of Chrome extension tools that have proven extremely useful to me.

⏱ 3 minutes read

#Productivity
​​When I started as a software developer five years back, I had no clue where or whom to reach for improving my skills. The truth is we have the needed information available online. All we need to do is learn how to access those resources effortlessly.

⏱ 4 minutes read

#Education