Arun Krishnan

Unleashing Creative Innovation: The Power of Crazy 8’s in the Design Sprint Ideation Phase

Crazy 8’s is a core Design Sprint method. It is a fast sketching exercise that challenges people to sketch eight distinct ideas in eight minutes. The goal is to push beyond your first idea, frequently the least innovative, and to generate a wide variety of solutions to your challenge. :- Google Design Sprints In the …

Unleashing Creative Innovation: The Power of Crazy 8’s in the Design Sprint Ideation Phase Read More »

A/B Testing

A process known as A/B testing, or split testing, stands as a quantitative approach to determining the most effective version of various elements like call-to-action (CTA), text, images, and more. The methodology involves creating multiple versions of a single element, randomly dividing the user base, and analyzing which version yields better performance. Some excellent tools …

A/B Testing Read More »

To run some initialization code before the Angular application starts

In Angular 8, you can execute code before the application boots up using the APP_INITIALIZER token and the APP_INITIALIZER provider. This allows you to run some initialization code before the Angular application starts. Here’s an example of how you can call a function before the Angular application boots up: Create a FunctionCreate a function that …

To run some initialization code before the Angular application starts Read More »