Skip to main content

Software development insights compiled for you by the people of bitcrowd

· 6 min read
Philipp Tessenow

Summary

On 2019-08-02 we at bitcrowd discovered a security vulnerability in simple_form. simple_form is one of the go-to ways to easily handle HTML forms in Ruby on Rails. The security issue allows arbitrary code execution in the worst case, but at least has potential for data corruption or DOS attacks. This security issue was responsibly disclosed by bitcrowd. Find details about the timeline of the events and a more detailed description below.

· One min read
Christoph Beck

We sometimes have to create HTML emails and there’s usually some aspects of them behaving differently depending on the email client people use.

This project, inspired by “caniuse.com” might be useful: https://www.caniemail.com/

· One min read
Christoph Beck

If you add a new file to your code which you want to add to git later, you can show that intent early with git add --intent-to-add. This is quite useful when want to add new files to the index (so you don’t forget about them later), but you’re still working on them and don’t want to add the content just yet 🥳

· One min read
Darren Cadwallader

Git is a useful tool for collaboration. However, we often experience conflicts when multiple people are working on the same branch.

· 5 min read
Philipp Tessenow
At some point in the life of a Ruby on Rails app comes the point where a user or admin needs to download data. This is often done in the form of CSV or JSON downloads.

· One min read
Philipp Tessenow

Both, SASS and CSS support variables, and of course they are not the same:

  • SASS variables get compiled into actual values into final CSS files.
  • CSS variables can be used as variables in the browser.

· 3 min read
Bodo Tasche

The first time I found out about eurucamp was during the euruko 2011. Some people talked about this “unconference” close to the venue that a few people had organized. The tickets for the euruko had been sold out too quickly and everyone who could not buy one was invited to meet there instead. At that euruko I gave my first real talk and because of that I was way too nervous to take the U8 to visit them. I should have done it.

· 2 min read
Bodo Tasche

React is currently the hottest JavaScript framework out there. And shockingly it had no usergroup here in Berlin. But luckily this changed last week with the first meeting of React Berlin in our office.