Become a member
Sign in
Florian Hirsch
Florian Hirsch

Florian Hirsch

developer at finanzguru.de

63 Following
46 Followers
·
  • Profile

  • Claps

  • Highlights

  • Responses

Latest

Florian Hirsch
Florian Hirsch
Feb 17 · 2 min read

React Native and the jumping datepicker

If you’re working with React Native you might have seen this:

32

Florian Hirsch
Florian Hirsch
Mar 30, 2018 · 6 min read

Your app displays a wrong birthdate

Lately a user was complaining that he sees a wrong birthdate in our app. I asked our business guy to verify if it differs by one day just to ensure that we don’t have a timezone bug here. Actually this wasn’t the problem but my business guy went mad. “How can it…

2

Florian Hirsch
Florian Hirsch
Dec 12, 2017 · 2 min read

Connect the React Native Emulator to Intellij IDEA

React Native displays a red screen when an error occurs in debug mode:

Florian Hirsch
Florian Hirsch
Mar 12, 2017 · 3 min read

Switching from QWERTZ to QWERTY on macOS

The German QWERTZ keyboard layout was not made for developers. Often needed keys like brackets and braces are unnecessarily hard to type. The layout is also not ideal for some applications or often used character combinations. Ever wondered why the creators…

4

1 response
Florian Hirsch
Florian Hirsch
Feb 4, 2017 · 1 min read

Using Lodash with Ionic 2

I just started my first Ionic 2 application and struggled with adding Lodash as dependency. Since TypeScript 2 adding npm dependencies should be that easy:

npm install --save @types/lodash