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

Javascript

A collection of 3 posts
Understanding Micro-Frontends: Small, Standalone Frontend Applications for Agile Development
micro frontends

Understanding Micro-Frontends: Small, Standalone Frontend Applications for Agile Development

Micro-frontends refer to small, standalone, and deliverable frontend applications that can be combined to form a whole single application. The idea is to break down a monolithic frontend into smaller, more manageable pieces that can be developed, tested, and deployed independently.
14 Dec 2022 4 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
19 Nov 2021 8 min read
Javascript: Macro, Micro and Nano tasks
Software Developement

Javascript: Macro, Micro and Nano tasks

Introduction Javascript is a single-threaded language, so it can only execute one operation at a time. It uses a javascript scheduler to manage long operations such as HTTP calls in order to avoid blocking the main thread. To understand this you need to know how the event loop handles tasks
18 Nov 2021 3 min read
Page 1 of 1
Latest developer stories © 2025
Powered by Ghost