Fri.Oct 11, 2019

article thumbnail

Cross-Browser Testing: Best Practices and Useful Resources

DZone

Wine testing.browser testing.what's the difference? In the earlier days of web development, executing cross-browser testing used to be very easy. There used to be only a few limited browsers, each browser had limited versions in usage, and most importantly, there were not so many different mobile screen sizes to worry about. But time has turned upside-down, now there are multiple devices to check on, there are many different browsers available on the market that are used by a considerable number

article thumbnail

Stuff The Internet Says On Scalability For October 11th, 2019

High Scalability

Wake up! It's HighScalability time: Light is fast—or is it? Do you like this sort of Stuff? I'd greatly appreciate your support on Patreon. And I wrote Explain the Cloud Like I'm 10 for all who want to understand the cloud. On Amazon it has 57 mostly 5 star reviews (135 on Goodreads). Please consider recommending it. You'll be a cloud hero. Number Stuff: Don't miss all that the Internet has to say on Scalability, click below and become eventually consistent with all scalability knowledge (

article thumbnail

Distributed and Guaranteed Executor Service

DZone

Sometimes the start is the most difficult part. You may also like: Using Java's Future and ExecutorService. If you have ever implemented an async API / Event listener then the following would have been the typical implementation. High-Level Diagram of the Implementation.

Java 122