A rough guide how to implement a REST API. The discussion here includes some interesting points as well: Timestamps: ISO8601...
In my experience, the most common sources of memory leaks are APIs like these: addEventListener. This is the most common...
Headless Chrome is a way to run the Chrome browser without a visible window. Configuring Capybara Configure the Capybara driver...
In the tab where you need it, open Chrome DevTools with F12, open settings with F1, scroll down to the...
This card is mainly an explanation how variable fonts work in CSS, not necessarily a recommendation to actually use them...
Scroll and touch event listeners tend to be computationally expensive as they are triggered very often. Every time the event...
If you're experiencing problems with your Google Chrome installation after an update, it might help downgrading Chrome to check...
Google Chrome disables Notifications for insecure origins (i.e. those using HTTP). Only http://localhost is considered secure.
Chrome has a built-in utility to check performance and accessibility (and more) of your web app: Lighthouse.
I experienced a lot of issues with google chrome that made it almost impossible to work with it. Here are...
CSP hat zum Ziel einen Browser-seitigen Mechanismus zu schaffen um einige Angriffe auf Webseiten zu verhindern, hauptsächlich XSS...
If you render markdown from user input, an attacker might be able to use this to inject javascript code into...
Speaker today is Henning Koch, Head of Development at makandra. This talk will be in German with English slides.
The linked GitHub repository is a bit like our "dev" cards deck, but groomed from a single person (Josh Branchaud...
Chrome allows you to throttle the Network and the CPU. Both settings are useful to measure the performance of you...
Embedding videos on a website is very easy, add a tag to your source code and it just works...
If you want to make your Rails application be capable of sending SMTP emails, check out the action mailer configuration...
This is a bookmarklet you can add to Chrome or Firefox which will allow you to create a story in...
When text renders differently in Firefox and Chrome, it may be caused by a font alias that both browsers handle...
Projects with more than one developer should always consider to enforce code review even for small changes to improves the...
This collection contains some useful design resources for developers. Many of them were mentioned in the Refactoring UI tutorials.
When using Chrome for Selenium tests, the chromedriver binary will be used to control Chrome. To debug problems that stem...
When you update your ChromeDriver to version 75 or beyond, you might get w3c errors in your tests.
Download buttons can be difficult to test, especially with Selenium. Depending on browser, user settings and response headers, one of...