Discussion Others

Anti Flicker on Google Optimize

we normally use Google Optimize for A/B testing. A/B testing is redirecting pages with loading. But it is redirected to next page after original page is loaded. Users will feel flicker with first loading. So, we need to prevent the flicker. So, Google provides Anti Flicker Code for Google Optimize. https://support.google.com/optimize/answer/7100284?hl=en Please check the detail.

DevOps

Nginxconfig Generator

(https://nginxconfig.io/) NGINX is so much more than just a webserver. You already knew that, probably. low memory usage high concurrency asynchronous event-driven architecture load balancing reverse proxying FastCGI support with caching (PHP) amazing fast handling of static files TLS/SSL with SNI A lot of features with corresponding configuration directives. You can deep dive into the NGINX …

Discussion

Angular – dirty and touched

Why check dirty and touched? You may not want your application to display errors before the user has a chance to edit the form. The checks for dirty and touched prevent errors from showing until the user does one of two things: changes the value, turning the control dirty; or blurs the form control element, setting the control to touched. You can …

Discussion

Git Tower

Over 100,000 developers and designers are more productive with Tower – the most powerful Git client for Mac and Windows. Drag and Drop â€¢ Undo everything â€¢ A unique Conflict Wizard â€¢ File history â€¢ Extensive documentation â€¢ Great customer support… Tower helps you master version control with Git. The brand new Quick Actions dialog gives you superpowers: Give it a branch name and it will …

Discussion Javascript

Keycloak

Keycloak is open source identity and access management for modern applications and services. Add authentication to applications and secure services with minimum fuss. No need to deal with storing users or authenticating users. It’s all available out of the box. You’ll even get advanced features such as User Federation, Identity Brokering and Social Login. For …