๐Ÿค– 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
โ€‹โ€‹ECMAScript 2021 (12th edition) is now available, and it ships with new features and syntax improvements. The specifications have been finalized by ECMA International on June 22, 2021. These improvements have been implemented to make JavaScript more robust and to help developers accomplish their tasks easily.

โฑ 5 minutes read

#JavaScript
โ€‹โ€‹For the past few years, Node became one of the most popular back-end solutions. Itโ€™s very easy to bootstrap an app on Node and start handling HTTP requests on the fly. But there is a problem, in most cases, Node apps get very complicated and coupled while they grow, so keeping domain and persistence layers separate becomes extremely hard.

โฑ 5 minutes read

#TypeScript
โ€‹โ€‹A well-thought out design must also take into account the performance aspects of an API. Good design means little if the API does not perform as desired in response to increasing requests, and evolving business and/or customer requirements.

โฑ 6 minutes read

#Architecture
โ€‹โ€‹Hacking is not always so cool that we see in movies. The lives of many people or even a countries reputation can be put on the ground because of a single system security violation.

โฑ 5 minutes read

#hacking
โ€‹โ€‹Whether you are just starting to learn React or youโ€™re already full-time working professionally in it, there are many tools (both free and paid) that you can use in your personal or professional projects. They are always beneficial as they help speed up the workflow or get things done quickly.

โฑ 5 minutes read

#React
โ€‹โ€‹Since React props are used to send transmit data between one React component to another, there are many types that you can use to type React props.

โฑ 12 minutes read

#React #TypeScript
โ€‹โ€‹React 18 Alpha is here there are many things that got added in React 18. React 17 didnโ€™t see many new additions. But thatโ€™s definitely not the case with React 18. In this article, we will look at some of the top updates.

โฑ 5 minutes read

#React
โ€‹โ€‹When learning React Hooks, it seems like black magic. How the heck does useState retains its value? Over time, some learn the hook incantations to get stuff done. Even fewer eventually understand how hooks actually work.

โฑ 8 minutes read

#React
โ€‹โ€‹I started to build a digital garden for my learning journey. I try different components, layouts, algorithms, stylings to improve my front-end skills. Making a digital garden has some difficulties and challenges. Every experiment (plant in my digital garden) must be abstracted and encapsulated, and also reusable.

โฑ 4 minutes read

#React
โ€‹โ€‹Iโ€™ve been programming computers since the 1980s. In that time, Iโ€™ve seen and used a lot of languages and technologies that have come and gone. I watched as the web blossomed with new features, like browsers exchanging XML data asynchronously. Today we call this Asynchronous JavaScript and XML data exchange โ€œAJAXโ€, but ironically, AJAX doesnโ€™t typically even use XML anymore. Most of the time, this data is exchanged as JSON, or YAML, HTML or some other format.

โฑ 7 minutes read

#MicroServices
โ€‹โ€‹Git is the most popular distributed version control system in the world. Linus Torvalds, the creator of the Linux kernel, built this tool way back in 2005, which is currently an actively maintained open-source project. A huge number of open-source and commercial projects rely on Git for version control.

โฑ 12 minutes

#Git
โ€‹โ€‹Next.js is a well-known React framework. Itโ€™s been around for a few years now. It allows you to create feature-rich React applications without compromising performance and SEO. Remix was created to solve the same issues, but with a different approach. Iโ€™ve had a chance to work with it recently, here are my thoughts about these two contenders.

โฑ 7 minutes read

#React #Remix #NextJS