Easy to Find Your Objects in ASP.NET Core

In your existing ASP.NET MVC applications there are objects you must instantiate with local values — if the client sends your Controller some customer information, you have to instantiate a Customer object in that Controller with the values from the client. There are, however, also objects that you use in multiple Controllers that don’t require […]

Why Image Optimization is Important

According to HTTPArchive, the average website size has almost doubled in 5 years, from 1MB in 2014 to 2MB in 2019. Sure, Internet access is faster than ever but, still, how come websites are so big now? The answer partially lies in multimedia assets in general and images in particular. It’s been a long time since […]

Cross Browser Testing for WordPress Website

WordPress powers over 30% of all websites on the internet today. From personal blogs and portfolios to business and news websites and eCommerce portals of all scales; sites like Forbes and the New York Times are built on WordPress. The reason for WordPress’ widespread adoption, across verticals, is its customizability. With an incredible selection of […]