Open in app
Home
Notifications
Lists
Stories

Write
Petr Lzicar
Petr Lzicar

Home
About

3 days ago

How I migrate Symfony 4.4 to 5.4 in legacy app

We are using Symfony FW from version 2.x, so we have lots of code, which is with us for several yers. Because end of lifecycle 4.x version is coming, I have to do upgrade, which is always fun :). …

PHP

2 min read

How I migrate Symfony 4.4 to 5.4 in legacy app
How I migrate Symfony 4.4 to 5.4 in legacy app

May 20

Why we did choose NextJS for our website and you should consider it too for next project

About a year ago we decided to redesign our website pracezarohem.cz and pracazarogiem.pl. Redesign was too extensive, so we decided to change the web system too. As mobile dev team we normally using react-native and php for backend. …

Java Script

3 min read

Why we did choose NextJS for our website and you should consider it too for next project
Why we did choose NextJS for our website and you should consider it too for next project

Jan 29

How I Upgraded Expo 41 -> 44

Upgrading Expo over more versions can be tricky. Lets see to my jurney, when i migrating from Expo version 41 to 44. Expo upgrade Console command expo upgrade is good start, it will try upgrade all known libs to right version. Then you don’t have to handle which version of react, react-native…

Expo

2 min read

How I Upgraded Expo 41 -> 44
How I Upgraded Expo 41 -> 44

Jan 14

Why I Like redux-observable

I would like to share my experience with redux-observable in a few points. Logic separation Epics is nice place for your business logic. Doesn’t matter which functionality you need handle. Epics can contains almost everything — Api calls, Navigation handling, or other side-effects. Easy invocation Epics react on redux actions, so everywhere you can…

Rxjs

2 min read

Why I Like redux-observable
Why I Like redux-observable

Jan 12

Appium tips for react-native apps

I’ve been collected some tips, which about i want to share you. I believe, that can helps, when you are about start with appium or searching for improvements in yours test suites. Keep test suites small In my opinion is maintaining tests as small and simple units the right way. Don’t do complex passages…

Appium

2 min read

Appium tips for react-native apps
Appium tips for react-native apps

Jan 8

iOS simple painting App — demonstration in Swift, SwiftUI and RxSwift

Paintings apps are very common stuff in AppStore. I would like introduce one of the most easiest implemantation of this kind application. It’s about free-hand painting without layering. To be more interesting i created same functionality in 3-different ways — pure Swift, more powerfull RxSwift and modern SwiftUI. It's my…

I OS

3 min read

iOS simple painting App — demonstration in Swift, SwiftUI and RxSwift
iOS simple painting App — demonstration in Swift, SwiftUI and RxSwift

Jan 1

How we are using Sentry for mobile apps

Today i want to show you how we are using sentry as bug-tracker for ours mobile apps written in react-native. Sentry redux middleware Because we are using Redux we created Sentry middleware which capture every action into breadcrumbs. const sentryMiddleware: Middleware<State, Action> = ({ getState }) => next => action => {…

React Native

2 min read

How we are using Sentry for mobile apps
How we are using Sentry for mobile apps

Dec 5, 2021

How and why we migrate from Detox e2e to Appium

Two years ago we started using detox tests for our app. Since then we have covered every screen in application at least by smoke test. We have fighting with reliability, when detox tests fails in some mystery cases. E.g. …

Appium

2 min read

How and why we migrate from Detox e2e to Appium
How and why we migrate from Detox e2e to Appium

Jun 9, 2021

Sentry source maps with hermes in react-native

After turn on Hermes engine in our app i was fighting with ugly source maps in sentry events. Every issue looked same… :/ Look at official documentation doesn't help much https://docs.sentry.io/platforms/react-native/manual-setup/hermes/ . I was informed that need upload custom source maps. …

React Native

2 min read

Sentry source maps with hermes in react-native
Sentry source maps with hermes in react-native
Petr Lzicar

Petr Lzicar

I'm react-native and iOS developer

Following
  • Spencer Carli

    Spencer Carli

  • Mohammad Faisal

    Mohammad Faisal

  • Mohammad Azam

    Mohammad Azam

  • Fernando Doglio

    Fernando Doglio

  • Jason Zhang

    Jason Zhang

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable