๐Ÿค– 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
โ€‹โ€‹If you are part of a large organization or team, chances are you need a design system. There are tons of tools out there to help you develop and organize that design system, but in this article we will see how a combination of Nx and Storybook will make that process more efficient, more enjoyable, and definitely more scalable.

โฑ 12 minutes

#DesignSystem #Monorepo #Storybook #NX
โ€‹โ€‹Dealing with a common data model between the front-end and the back-end can be a pain if youโ€™re not working on a monorepo. This is because ideally, you do not want duplicate code that can become out of synch by lack of maintenance.

โฑ 8 minutes read

#TypeScript
โ€‹โ€‹If you are a programmer and have been working for more than a few years, I wonโ€™t be surprised if thoughts have gone through your head about whether you will still be hireable as you approach your forties and fifties.

โฑ 5 minutes read

#Career
โ€‹โ€‹A popular metric commonly used in performance measurement and evaluation, is the total page load time. This metric, obviously, has its importance when evaluating performance, as it states the full download time, to get your website and all of its assets.

โฑ 9 minutes read

#Performance
โ€‹โ€‹With the following tools you are going to be able to accelerate your development cycle tenfold. Ever since we started to make our VS Code extensions shortlists we have always been promoting the developer tool ecosystem to enable you to set up quickly and accelerate your workflow while preserving if not raising the quality of the features you deliver.

โฑ 4 minutes read

#Python #Tools #IDE
โ€‹โ€‹According to the StackOverflow developers survey, Node.js is the most popular development framework among developers from the last few years. It is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a V8 engine.

โฑ 5 minutes

#NodeJS
โ€‹โ€‹Today we are very happy to announce the stable release of React Router v6.

This release has been a long time coming. The last time we released a major breaking API change was over four years ago in March 2017 when we released version 4. Some of you probably weren't even born then.

โฑ 8 minutes read

#React #Remix
โ€‹โ€‹Rust is a fast, reliable, and memory-efficient programming language. It's been voted the most loved programming language six years in a row (survey). Created by Mozilla, it's now used at Facebook, Apple, Amazon, Microsoft, and Google for systems infrastructure, encryption, virtualization, and more low-level programming.

โฑ 8 minutes read

#Rust #JavaScript
โ€‹โ€‹Typescript has had Template Literals since its early stages. They are really useful when you want to create types from a static string. It was not until the Typescript 4.1 release that we saw Template Literal Types. In further releases, the Typescript team has been polishing its features and fixing some quirks. As a result, it is now a mature feature.

โฑ 5 minutes read

#TypeScript
โ€‹โ€‹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