Coolhead

Coolhead

Follow
homeContactFunctional ProgrammingScrollNotesSponserWebstorynewsletter
Blog Author

30 posts ยท 205 followers

@BioMathCode@biomathcode@biomathcode

Sponsor & Support

Coolhead

Writing to learn more. Your support is highly appreciated

Recent articles

Garbage Collector in javascript

Aug 15, 2023In JavaScript, memory management is handled by the JavaScript engine and its runtime environment. One crucial memory management component is the Garbage Collector (GC), which is responsible for automatically identifying and reclaiming memory that the...

Demystifying JavaScript Terminology

Aug 9, 2023Syntax Parser: A Program that reads and determines what it does and if the grammar is valid. Lexical Environment: where something sits physically in the code you write. Execution Contexts: A wrapper to help the code that is running. Variable Envir...

Naming Variables in Rust

Aug 9, 2023Here is a table that you follow the naming variables in Rust. ItemConvention CratesNot Clear(https://github.com/rust-lang/api-guidelines/issues/29) Modulessnake_case TypesUpperCamelCase TraitsUpperCamelCase Enum variantsUpperCamelCase Fun...

Preparing For Azure - 204

Aug 9, 2023Hey, I am preparing for Azure - 204 Developer Certification. These are the resources that I collected. If you already have other resources, Tips or Guides, please share them with us in the comment. Study Guide: https://learn.microsoft.com/en-gb/certi...

Recent Sponsors

Default photo

Be the first one to sponsor Coolhead