Profile avatar
isuckatprogramming.bsky.social
Coder, musician, coffee lover, dog lover. Living in Toronto - ON From BR
21 posts 37 followers 26 following
Regular Contributor
Conversation Starter

Hey Toronto. I love your beauty

Toronto, please I beg you, PICK A F**ING WEATHER. I just stored my winter clothes. 🤣

What is more funny about azure app deployment is that sometimes they chose to not deploy and not telling you sh*t about it to give you the opportunity to blame yourself the whole day first. It’s always an amazing experience. 😍

Say hello to typegpu-confetti: buttery smooth, fully customizable, and rendered 100% on the GPU via TypeGPU + react-native-wgpu. 🎉

Tough weeks. It’s been 2 weeks since I don’t touch any personal projects. Time to clean the dusty keyboard and star coding again. 🤓

How would you program that? I want to create an app to better organize ADHD people with some CBT techniques and a clean/unclutered design. My first thought was “I don’t want to provide a subscription and I don’t to avoid store the user sensitive data”

I love to use TDD because it gives me the peace of mind to do “shitty code” first and then refactoring knowing that I didn’t break any previous cases. My anxiety say thanks.

Toronto being Toronto for the first time in a while. A LOT of snow. Cantico is loving it lol

It’s fun starting a new hobby with ADHD because I never know if I’ve found a new lifelong passion or if I’m going to spend $2000 on stuff and immediately lose all interest

Replaced by a robot

Quick tip: whenever TypeScript yells at you saying "Cannot find module '@/assets/images/sample.png'" when importing a image" just add this to your types: ```typescript declare module '*.png' { const value: any; export default value; } ``` If there's a proper/easy/better way happy to learn. :)

As much as I love custom uis, animations, transitions etc, I really appreciate when I see a simple native experience that properly uses the OS behaviours. So cool. ❤️

Trying to wrap my head around a APP that I am building. The whole idea is to have it as much as "local first" as possible. I don't the data from my community unless is strictly necessary. Pretty cool concept to work with. #expo #react-native #ios #dev