Maayan SavirLeetcode — Valid Sudoku #36Determine if a 9 x 9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules:May 10, 2022May 10, 2022
Maayan SavirImplement Array.map() in JSmap() is not a complex function to implement but it can be very trickyApr 30, 2021Apr 30, 2021
Maayan SavirGet The Timezone Offset on Client sideOne of the problems I had to solve recently involved handling Timezone and Date/Time data types. Whoever ever worked with both Timezones…Jan 10, 2021Jan 10, 2021
Maayan SavirData Structure: ArraysArray is one of the most commonly used data structure in the computer science world. If you ever had used a list of items such as todo…Oct 2, 2020Oct 2, 2020
Maayan SavirImplement debounce in JavaScriptDebounce function limits the rate at which a function can fire.Oct 2, 2020Oct 2, 2020
Maayan SavirJavaScript — flatten an Array recursivelyFlatten a dimensional array is a perfect problem to use recursion. Recursion is great if you want to solve a big problem by solving…Sep 25, 2020Sep 25, 2020
Maayan SavirWhat is JavaScript all about: PromiseJavaScript runs code sequentially in top-down order. Sometimes (which actually happen a lot) we want to run code after function has finish…Aug 12, 2020Aug 12, 2020
Maayan SavirWhat is JavaScript all about: callback functionA callback function is a function passed into another function as an argument, which is then invoked inside the outer function to complete…Jul 22, 2020Jul 22, 2020
Maayan SavirinDev GeniusWhat is JavaScript all about: this keywordIn JavaScript, this keyword behaves a bit differently than other languages like C++, Java, etcJul 14, 2020Jul 14, 2020
Maayan SavirinDev GeniusAPI Documentation to simplify development processThrough out my career as a Software Engineer I have always had the need to deal with API endpoints either from the front or the back side…Jul 10, 2020Jul 10, 2020