This is a personal post-mortem analysis of a project that was mainly build to provide a REST API to...
SimpleScreenRecorder I recommend simplescreenrecorder, it produces an adequate output with only a few clicks. The audio recording contained some...
You can use the Youtube API to get data from youtube. Here are some resources and some things that are...
TL;DR Most web applications do not require action on this. SameSite=None (old browser default) will continue to work...
When you created a project on the Google API Console which is not being used, you may receive an e...
When you are using lambdas in RSpec to assert certain changes of a call, you know this syntax: expect { playlist.destroy...
I recently had fun with replacing a custom video plattform ("mycustomtv") in one of our applications. I learned a lot...
In most projects I know, Cucumber test suite speed is not an issue. Of course, running 350 features takes its...
Dump this method into your Ruby console to quickly print data in columns. This is helpful for e.g. comparing attributes...
Web technology is a broad field and you cannot be an expert in all aspects. However, it is useful to...
This might be relevant for us since we're often managing customer documents in our apps. I played around with...
It claims to be even faster and brings a new plugin that polyfills object-fit and object-position. This allows...
While IE9 does support HTML5 tags, it fails to work until you force HTML5 mode. Here are two ways to...
Cause logstaglia is so cool you may want to record a video. We're lucky: Logstalgia has a parameter for...
Starting with Ruby 1.9, most #each methods can be called without a block, and will return an enumerator. This is...
We use Selenium WebDriver integrated with Cucumber/Capybara for full-stack integration testing. Try and use it Your forked MovieDB should...
Interesting talk about a team that integrated automated security testing into their BDD workflow. There is also a video of...
Understand how asynchronous JavaScript works: Read Henning's presentation about asynchronous Javascript (there's also a German video presentation...
Stepping forward from JavaScript Basics, the goal of this card is for you to be able to read and write...
As developers we are dealing with many tasks every week. We need a system to organize ourselves. Goals After completing...
To avoid n+1 queries, you want to eager-load associated records if you know you need to access them...
MenuetOS is an Operating System in development for the PC written entirely in 32/64 bit assembly language. Menuet64 is released...
Use protocol independent URLs whenever possible so that the browser will choose the protocol related to the protocol which the...
Font Awesome 4 has renamed all icons. What the fuck. Check the attached link for an icon list for the...