The Spread Operator in JavascriptWith “spread operators”, introduced starting with ECMAScript 6 (ES6), it is possible to copy all or part of an existing array or object into another array or object, combine arrays or objects, and pass an array to a function as a topic. The notation ...Dec 29, 2023·3 min read
Git Commands BaseGit and GitHub are the most fundamental things that every Software Engineer must know. These tools are integral to a developer’s daily routine, as we interact with them daily. Proficiency in Git not only simplifies your life but also enhances product...Dec 18, 2023·8 min read
Open Source, AI and Board GamesOpen source AI and software development is the new hotness and is generating alot of buzz. Rightfully so, however, I’d like to reflect on why this is healthy and important for global growth. OpenAI, a non-profit AI research organization, (is) was lea...Dec 18, 2023·2 min read
Using fetch api in JSThe Fetch API provides a JavaScript interface for accessing and manipulating parts of the protocol, such as requests and responses. It also provides a global fetch() method that provides an easy, logical way to fetch resources asynchronously across t...Dec 18, 2023·3 min read