Astrodevil / resource-gallery

Resources related to software development
https://resource-gallery.pages.dev/
MIT License
28 stars 53 forks source link

πŸ’‘ [REQUEST] - Add Article on "How Does JavaScript Work Behind the Scenes? JS Engine and Runtime Explained" #268

Closed Nishitbaria closed 10 months ago

Nishitbaria commented 11 months ago

Section Description
Concise Description Propose adding an article on the inner workings of JavaScript, focusing on the JS engine and runtime explanation.
Solution Proposed The article should cover JS engine components, AST, bytecode, JIT compilation, memory management, and concurrency model.
Alternative Solutions Reach out to experienced JavaScript experts for authorship.
Additional Context The article should be beginner-friendly yet informative for advanced users. Follow ResourceGallery's formatting guidelines.
Screenshots [Provide screenshots here]

Concise Description: This issue suggests adding an article titled "How Does JavaScript Work Behind the Scenes? JS Engine and Runtime Explained" to the JavaScript resources section on the ResourceGallery website. The article will delve into JavaScript's internal workings, focusing on the JS engine and runtime environment, to help users understand the execution process and optimize their code.

Solution Proposed: The proposed article will comprehensively cover various aspects, including the JS engine, ECMAScript specification, parser, bytecode, JIT compilation, memory management, and the concurrency model. It will explain these concepts in a manner suitable for beginners while providing depth for intermediate and advanced readers.

Alternative Solutions: For authorship, it is recommended to reach out to experienced JavaScript experts or developers familiar with the intricacies of JS engine and runtime environments.

Additional Context: Maintaining consistency with ResourceGallery's formatting guidelines is crucial for this article. Including code examples and visual aids will enhance the learning experience for readers of all skill levels.

Looking forward to collaborating on adding this valuable resource to the JavaScript section of ResourceGallery and contributing to the JavaScript community's growth and knowledge.

github-actions[bot] commented 11 months ago

HeyπŸ‘‹πŸΌ, @Nishitbaria, thank you for opening an issue. You need to update or make PR in under 7 days

Soon the maintainers/owner will review it and provide you with feedback/suggestions.
If you think it's something urgent, feel free to reach out to Anand on Twitter.


Give us a ⭐ to show some support
Keep Contributing πŸš€

bhartik021 commented 11 months ago

@Nishitbaria assigned

Nishitbaria commented 11 months ago

@bhartik021 , I need to add my own article or any reference i can use