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

Memory Management

A collection of 3 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
Concurrent Programming and Shared Memory Pitfalls
concurrent programming

Concurrent Programming and Shared Memory Pitfalls

Objectives * Process * Process Scheduling * Interprocess Communication * Synchronization Mechanisms What is a Process? Typically a process is: -> A program in execution is considered a process... -> But some programs run as multiple processes.. Process: A new Perspective We could view Process as a data structure. Example: Stack Defined as the
Nov 19, 2021 9 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