top of page
Search

map() vs filter() vs reduce() in JavaScript.
Map, reduce, and filter are all array methods in JavaScript. Each one will iterate over an array and perform a transformation or...
The Tech Platform
Jul 28, 2022

CSS Methodology you should know
A CSS methodology is a set of guidelines for writing modular, reusable and scalable code. Although CSS is an easy language to write,...
The Tech Platform
Apr 27, 2022

What is API Versioning? API Versioning Methods/Types
Versioning is the practice of creating collaborative data sharing and editing controls to ensure that your product continues to give...
The Tech Platform
Mar 2, 2022
bottom of page