Latest developer stories
  • Home
  • Contact Us
  • Website
Sign in Subscribe

Garbage Collection

A collection of 2 posts
Micro Frontends
micro frontends

Micro Frontends

Micro-Frontends means small, standalone and deliverable frontend applications combined to form a whole single application. The idea is the same as micro-services architecture for backend where we develop small API services. A Micro-Frontend is a portion of a webpage (not the entire page).
Dec 14, 2022 5 min read
JavaScript: Garbage Collection
Javascript

JavaScript: Garbage Collection

What is Garbage Collection? Overview Garbage collection (GC) is a form of automatic memory management. The garbage collector attempts to reclaim memory which was allocated by the program, but is no longer referenced also called garbage. Garbage collection was invented by American computer scientists around 1959 to simplify manual memory
Nov 19, 2021 8 min read
Page 1 of 1
Latest developer stories © 2023
Powered by Ghost