Skip to content

Nick Pachulski - iPhone App Developer

Posts about software development.

  • By Nick Pachulski
  • Based in United States of America
  • Roughly four posts per year
  • First post on

Posts per month

Data for this chart is available in the table below
Posts per month
Month starting Posts
Aug 2021 5
Sep 2021 2
Oct 2021 0
Nov 2021 0
Dec 2021 0
Jan 2022 0
Feb 2022 0
Mar 2022 0
Apr 2022 0
May 2022 0
Jun 2022 0
Jul 2022 0
Aug 2022 0
Sep 2022 0
Oct 2022 1
Nov 2022 0
Dec 2022 0
Jan 2023 0
Feb 2023 0
Mar 2023 1
Apr 2023 0
May 2023 0
Jun 2023 0
Jul 2023 0
Aug 2023 0
Sep 2023 0
Oct 2023 0
Nov 2023 0
Dec 2023 0
Jan 2024 0
Feb 2024 0
Mar 2024 4
Apr 2024 0
May 2024 0

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Syncing State with AsyncStorage
I have a few providers which initialize state, shove it in a context, and then ensure that the state is synchronized with AsyncStorage so that if the app is quit and restarted, the context’s state …
On , by Nick Pachulski, 403 words
Composing React Providers with Differing Value Prop Types in a Type-Safe Way with Typescript
There’s a common complaint - not a problem, per se - that people run into when building applications which use React Contexts to share state. every React doom tree must have obligatory hadouken pic.twitter.com/VHej94qn2w— swyx …
On , by Nick Pachulski, 895 words
Testing React Native Alerts
Today I needed to test drive a feature which allows users to confirm their account. Users find their name in a list and tap a “👋 This is Me” button by it. When the button …
On , by Nick Pachulski, 420 words