πŸ€– 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
​​Dear Sebastian,

We regret to inform you that you have not been selected for the position of Software Engineer.
However, we would like to offer you a position as one of our Amazon Fresh drivers.

Thank you,
Amazon HR

⏱ 3 minutes read

#Career
​​Javascript is continuously evolving and in every year it is coming up with new features which are very demanding from developer community side since it could help code to improve the code quality, reduce the final bundle size and also could help an application to improve application performance.

⏱ 3 minutes read

#JavaScript
​​REST, GraphQL, and gRPC are the 3 most popular API development technologies in modern web applications. However, choosing one isn’t easy since they all have unique features.

⏱ 6 minutes read

#REST #GraphQL #gRPC
​​There are a number of popular open source development tools available for use within the software development process. Many of these tools have similar features and offer a variety of different approaches to software development. It can be difficult to know where to begin looking when it comes to choosing the right open source development tool for you.

⏱ 5 minutes read

#Tools #OpenSource
πŸ‘1
​​Using strongly typed language has a lot of benefits. But TypeScript is not a magical tool β€” the stronger types you provide, the better results you will get. Unfortunately, in a lot of the cases we can end up using very broad types to describe much narrower sets of values β€” it’s foremost apparent when using primitives like strings or numbers.

⏱ 5 minutes read

#TypeScript
❀1
​​NodeJS has released the new version of NodeJS, which is named NodeJS 18 and it offers plenty of new features for developers to take advantage of. These new features are quite useful to every developer as they help in improving productivity and increasing performance as well. This article will talk about some of the important new features that you should start using if you’re running an existing application on NodeJS or want to start building one from scratch.

⏱ 3 minutes read

#NodeJS
πŸ‘1
​​After so many years of having to use Node.js, there is finally competition. Bun is now publicly available. It describes itself as a fast all-in-one JavaScript runtime. Just like Node.js? β€” No, not like Node.js. There is much more to this story.

⏱ 5 minutes read

#Bun #JavaScript #Runtime
​​Welcome to the Mastering TypeScript series. This series will introduce the core knowledge and techniques of TypeScript in the form of animations. Let’s learn together!

⏱ 6 minutes read

#TypeScript
​​So when most of the people talks about performance, I had seen many stories or blogs which says mostly about β€” optimize queries to dB, cache using redis, checking time complexity of code etc

⏱ 5 minutes read

#NodeJS
​​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