The Tech PlatformJul 28, 2022JavaScriptmap() 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 PlatformApr 27, 2022CSSCSS Methodology you should knowA CSS methodology is a set of guidelines for writing modular, reusable and scalable code. Although CSS is an easy language to write,...
The Tech PlatformMar 2, 2022APIWhat 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...