Cache Service in WPEngine

WPEngine support powerful cache functionality. Because of this, you may sometimes have the non-updating issue of website. To prevent this problems, you need to register specific URL not to cache in WPEngine. For instance, when you add the WooCommerce plugin to your WP Engine website, WPEngine automatically adds some caching exclusions to ensure your pages …

Synergy – use one mouse and keyboard for mac and windows

Synergy is a software download that shares one mouse and one keyboard between multiple computers. It combines your desktop devices together into one cohesive experience. You can even copy and paste between your computers. Synergy works on Windows, macOS, Linux, and Raspberry Pi. You only need a regular WiFi or Ethernet connection. Simply move your …

How to make self-signed certification work in google chrome

In some cases, we are forced to use https even on local development server. We can use OpenSSL to issue SSL certification, which can be used with Apache, nginx or node server. Steps are as follows:1. generate key for rootCA2. create rootCA3. create key for serverCA4. create certification request for server (domain)5. create serverCA using …

Emails are going to SPAM with Sendgrid Service

When you use sendgrid for email marketing, your emails are normally going to spam. How can we prevent sending SPAM email? Sender domain authentication: When you create email campaign, you should config the sender, title, content, etc. In this case, for setting sender email, you should authenticate the sender domain in sendgrid or other email …

WebRTC

Web Real-Time Communication (WebRTC) is a collection of standards, protocols, and JavaScript APIs, the combination of which enables peer-to-peer audio, video, and data sharing between browsers (peers). Instead of relying on third-party plug-ins or proprietary software, WebRTC turns real-time communication into a standard feature that any web application can leverage via a simple JavaScript API. …

Introduction about BugSnag

https://www.bugsnag.com/ Bugsnag monitors application stability, so you can make data-driven decisions on whether you should be building new features, or fixing bugs. Improve the stability of your application Set a targetTrack release stability against a target to decide when you need to take action. Focus on impactPrioritize fixing errors with the greatest impact on application …