ofir fridmanSingularity Theme — Why did we change the colors of our consoleIn this article, we’re going to present the full process we went through when we decided to change our main product color palette to make…Feb 23, 2021Feb 23, 2021
ofir fridmanCustom Angular Component Using Two-Way Data Binding AKA “BANANA IN A BOX” = [🍌] SyntaxStandard Angular Two Way Data Binding is by using the [(ngModel)]=”model”.Aug 2, 2019Aug 2, 2019
ofir fridmanExtract Multiple Observables with the async pipe in AngularMost of us might familiar with this syntax:Feb 21, 20192Feb 21, 20192
ofir fridmanToggle Button with CSS OnlyTL;DR In this article I will show how we can create a toggle button with SCSS.Aug 4, 2018Aug 4, 2018
ofir fridmanNaive Implementation of JS Array MethodsIn this article I will show how we can implement the following Array methods forEach, map, filter, find and reduce by extend the…Jul 28, 2018Jul 28, 2018