tech/webdev magazine

June 3, 2018

Capture and Report JavaScript Errors with window.onerror

Sunday, June 03, 2018 Teklinks

onerror is a special browser event that fires whenever an uncaught JavaScript error has been thrown. It's one of the easiest ways to log client-side errors and report them to your servers. It's also one of the major mechanisms by which Sentry's client JavaScript integration (raven-js) works.

Full article

Building a responsive image

Sunday, June 03, 2018 Teklinks

There are quite a few articles on the web that deal with responsive logos. The most popular example might be the Responsive Logos website that shows some very well known logos in different variations for different screen sizes.

Full article

June 2, 2018

How to Record HTTP/HTTPS Traffic With mitmproxy

Saturday, June 02, 2018 Teklinks

Mobile performance engineering projects often require record and play functionality. JMeter has a very good Proxy Recorder, but there are other tools to help you overcome the challenges. One of these tools is mitmproxy. Mitmproxy is a lightweight, fully capable proxy recorder.

Full article