Summary
- π 2025 βοΈ [80 Posts]
- π 2024 βοΈ [00 Posts]
- π 2023 βοΈ [06 Posts]
- π 2022 βοΈ [00 Posts]
- π 2021 βοΈ [27 Posts]
- π 2020 βοΈ [70 Posts]
2025
- Contains Duplicate LeetCode β JS Solution
- Implementing Stack in JavaScript
- Implementing Queue in JavaScript
- Singly Linked List in JavaScript
- Doubly Linked List in JavaScript
- Create Hello World Function β 2667
- Counter β 2620
- To Be Or Not To Be β 2704
- Counter II β 2665
- Apply Transform Over Each Element in Array β 2635
- Filter Elements from Array β 2634
- Array Reduce Transformation β 2626
- Function Composition β 2629
- Return Length of Arguments Passed β 2703
- Allow One Function Call β 2666
- Memoize β 2623
- Add Two Promises β 2723
- Sleep β 2621
- Timeout Cancellation β 2715
- Interval Cancellation β 2725
- Promise Time Limit β 2637
- Cache With Time Limit β 2622
- Debounce β 2627
- Execute Asynchronous Functions in Parallel β 2721
- Is Object Empty β 2727
- Chunk Array β 2677
- Array Prototype Last β 2619
- Group By β 2631
- Sort By β 2724
- Join Two Arrays by ID β 2722
- Flatten Deeply Nested Array β 2625
- Compact Object β 2705
- Event Emitter β 2694
- Array Wrapper β 2695
- Calculator with Method Chaining β 2726
- 30 Days of JavaScript Challenge
- Squares of a Sorted Array β 977
- Maximum Occurring Character in a String β JS
- Sum of Numbers in a String β JS
- Fibonacci β Iterative vs Recursive JS
- Single Number β 136
- Missing Number β 268
- Valid Anagram β 242
- Separate 0s and 1s in an array β Single Iteration
- Separate Even and Odd numbers in an array
- Majority Element β 169
- Unique Pairs with Target Sum
- Linear Search in JavaScript
- Binary Search in JavaScript
- Check if parentheses are balanced β JS
- Transpose a Matrix β JavaScript
- Evaluate Reverse Polish Notation β 150
- Two Sum β LC1 JS Solution
- Deep Clone an Object in JavaScript
- Generate Fibonacci Sequence β 2648
- Type of Triangle β 3024
- Palindrome Number β 9
- Debounce with flush and cancel
- Polyfill for Array.prototype.reduce
- Create a function to combine classNames
- Flatten a nested array
- Throttle in JavaScript
- Check types in JavaScript
- Write a polyfill for promise.all()
- Merge User Data β JavaScript
- 10 Ways to iterate through an array in JavaScript
- 5 Ways to iterate through an object in JavaScript
- 6 Ways to iterate through a string in JavaScript
- Remove duplicates from an array in JavaScript
- Remove duplicates from a string in JavaScript
- 4 Ways to reverse a string in JavaScript
- Is a palindrome check in JavaScript
- Is a prime number check in JavaScript
- Generate prime numbers from 1 to N in JavaScript
- Generate N prime numbers in JavaScript
- Prime number generator function in JavaScript
- Check if the given number is a Fibonacci in JavaScript
- Generate Fibonacci numbers from 1 to N with JavaScript
- Generate N Fibonacci numbers with JavaScript
- Return the largest number in a nested array
- Return the Factorial of a number
2024
- No Posts were published during this year.
2023
- Convert SASS and Minify CSS
- Learning to write Unit Tests
- Cannot find module βagentkeepaliveβ npm update
- Count Vowels in a String with JavaScript
- Consecutive characters count in String with JavaScript
- Simple and Pure CSS Spinner
2022
- No Posts were published during this year.
2021
- Firebase Security β 101
- Matrixread V3 β Minimalist Design
- #4: Developer Changelog 2021
- SEO 101 for developers
- Did you know Object.seal() in JavaScript
- Meta Tags for Twitter SEO
- How to submit a Sitemap to Google
- #5: I made some Minimal pages
- How WordPress helps me blog
- Accessibility with Chrome color picker
- VS Code extensions for WEB developers
- var, let, always use const?
- Hoisting in JavaScript
- JavaScript Data Types 101
- JSON and JavaScript 101
- Nullish Coalescing Operator ??
- Optional Chaining (?.) β Question mark and Dot in JavaScript
- Promise in JavaScript
- Iterating arrays with array.some() in JavaScript
- 3 years of Blogging, what Next?
- Dynamic imports in JavaScript
- Promise.all() vs Promise.allSettled() in JavaScript
- ES2020 JavaScript features
- JavaScript dates simplified
- Promise in JavaScript : 101
- Handling Fetch errors, Fetch never fails
- Assign with Destructuring
2020
- How to add Automatic Dark Mode to any Website / WordPress with 1 line of code
- Learn Android App Development with Kotlin for free with Google Codelabs
- The Art of Automation β Billion Dollar ideas
- Is your website mobile friendly, 3 ways to test, and its effect on Google Ranking
- Why every Business must have a Blog β Billion Dollar idea
- Before you hype to learn Full Stack Development
- 8 Best VS Code Extensions to Improve your Productivity
- Learn Machine Learning from Google
- 4 sites to learn Python for free
- Freemium is the new Premium a Billion Dollar idea
- 10 Benefits of Facebook Group for Businesses
- How to change the Address Bar Color
- Change Text Selection Color
- SSL β Adding a layer of security to your website
- How to view GitHub Commits in 3D
- Why I prefer to use 10 or fewer WordPress Plugins
- Program to Click a Button N times
- How I made 5 Selenium Bots
- Collecting Fake Profiles on LinkedIn
- 4 Best and Free Screen Recorder for PC
- I made a 5KB Flutter App
- 5 Android App Projects for Beginners
- #1: Matrixread hit 10000
- Stack Program in C++ using Array and STL
- Contains Duplicate LeetCode C++
- Queue program in C++ using Array and STL
- Linked List Code in C++
- Remove Duplicates from an Unsorted Array
- Find Missing Number in Array LeetCode
- Program to Validate Username
- Single Number in Array LeetCode C++
- Squares of a Sorted Array LeetCode O(N)
- Two Sum LeetCode Optimized
- Template Functions in C++
- Bubble Sort Algorithm
- Linear Search Algorithm
- Sum of Numbers in a String
- Maximum Occurring Character in a String
- Fibonacci Series β Iterative vs Recursive
- Reverse a Linked List
- Binary Search Algorithm
- Target Sum β Single Iteration O(N)
- Anagram in Strings
- Count the Duplicates of Array O(N)
- Remove Duplicates from a Sorted Linked List
- Perform Set Operations on Arrays
- Separate 0s and 1s β O(N) Single Iteration
- How the bits/stdc++ .h works in C++
- Balanced Parenthesis Program
- Program to Evaluate Postfix Expression β LeetCode
- Tree Traversals β Preorder, Inorder, Postorder
- Even Odd Separation O(N) Single Iteration
- Direct & Indirect Recursion
- #30DaysofCode
- LQIP in the WEB
- Create a Beautiful Table of Contents
- Create Beautiful Buttons
- How to Style Images with CSS
- FRONT-END WEB DEV 101
- #2: Free Frontend Cheat-Sheets
- Array of Structures β API Problem
- Transpose a Matrix
- Sorting Algorithms in C++
- Majority Element in an Array β LeetCode
- #3: Interview Resources
- Styling Code Blocks in WordPress
- Best of Web β 2020
- Adding a Simple Cookie Consent
- BACKEND 101
- Matrixread Archives