chrisheninger.com
👨🏻💻 technology + emoji enthusiast
📲 building react-native(+web) apps
🏜️ in the arizona desert
💁🏻♂️ (he/him)
9 posts
20 followers
38 following
comment in response to
post
Pretty much everyone else replying already said it… but I’ll say it too… Synology NAS is the best move here. Been using one since 2015ish and it’s fantastic. 👍
comment in response to
post
🤣 it seems a bit high especially with the amount of filament consumed- but I was printing lightsabers on 25% speed for months straight. 😅
comment in response to
post
Little over 600 days on the MK3S+ before I switched to the X1C.
I’ll have to look up and see how much time the Bambu has!
comment in response to
post
Replaced the KeyboardAwareScrollView from `react-native-keyboard-aware-scroll-view` with `react-native-keyboard-controller` in my project and it fixed the bug I needed to fix!
comment in response to
post
Geocities! Made websites with my neighborhood friends and then we’d link to each other.
Then I got a copy of FrontPage and learned html/css (with tables!), then Dreamweaver— always slicing my PSDs into pieces!
Wish I still had those early sites but I lost them on an external hard drive.
comment in response to
post
Apparently I need to give react-native-keyboard-controller a look now 😅
comment in response to
post
I just got done implementing “scroll to errors” on a form with many inputs- I used a combination of @sebastienlorber.com’s scroll-into-view library and the APSL react-native-keyboard-aware-scroll-view
Always grateful for folks who investigated the internals and gave me an easy library to use.
comment in response to
post
Over the past decade I’ve almost always developed my client side applications (both web and mobile) against QA/Staging servers— so live, internet-connected servers with data— but not actual prod.
It’s definitely my preference over running a backend/server locally.