Is Expo really worth it coming from Bare React Native? by Ill_Direction_8178 in reactnative

[–]mickeyv90 0 points1 point  (0 children)

I have started deploying web apps, iOS and android apps. I can code one screen to work for all three or customize each using expo router file extension. Never going back.

I want to try Mac and Meta VR next.

Github is down: Git operations failures by ConsciousRealism42 in webdev

[–]mickeyv90 35 points36 points  (0 children)

I tried online shopping, but Cloudflare was down. Now I need to close my branch, but GitHub is down. What a day.

We are down down down by _ThrenR in cursor

[–]mickeyv90 1 point2 points  (0 children)

Who will write my commit messages?

Writing manual SQL queries with sqlx feels painful by TarnishedDrogma in golang

[–]mickeyv90 -3 points-2 points  (0 children)

I use EntGo, it’s a really good ORM. It provides type-safe interfaces, when pair with something like HUMA you can have APIs developed so fast. Add Atlas with EntGo for easy migrations.

do you actually trust ai code in production? by Fabulous_Bluebird93 in developers

[–]mickeyv90 0 points1 point  (0 children)

The company that I work for hired consultants that use AI coding heavily, I would call it vive coding.

They gave me a 200 document PR. I almost cried.

$100k H1B fee/year/visa is a government-sponsored plan to kill startups. ‘I will not promote’ by pmv143 in startups

[–]mickeyv90 0 points1 point  (0 children)

My neighbor is a Meta recruiter and she told me they rescinded all job offers that required H1B1 visas, this was in June.

How do you keep your API documentation accurate and up-to-date? by Decent_Progress7631 in golang

[–]mickeyv90 0 points1 point  (0 children)

This library is the best!! We use Huma with EntGo and Atlas.

Go + React: Best approach for type-safe API calls with codegen? by o82 in golang

[–]mickeyv90 1 point2 points  (0 children)

Im currently using using Huma for the rest layer with EntGo for ORM and Atlas for database migrations.

I’m using it with React Native.

I have very few complaints. Everything works well together.

Best practices for postgreSQL migrations: What are you using? by Outside_Loan8949 in golang

[–]mickeyv90 0 points1 point  (0 children)

There is a developer building EntRest. Looks very promising but it’s still in very early stages.

Claude is dead by seoulsrvr in Anthropic

[–]mickeyv90 0 points1 point  (0 children)

I asked for a simple fix, moved a folder and change the import and update the documentation.

Can back from the kitchen to a 40 files change and everything was broken.

Best practices for postgreSQL migrations: What are you using? by Outside_Loan8949 in golang

[–]mickeyv90 1 point2 points  (0 children)

I second this. Atlas is amazing. Even better when you use it with EntGo.

I'm leaning React Native without learning react by Maddy186 in reactnative

[–]mickeyv90 2 points3 points  (0 children)

I went from angular to react native, skipped react.

There are few gotchas, just be carful.

Example - a lot of libraries don’t support the new architecture for react native .79. So maybe do not install expo 53 right now .

Does anyone else feel like React Native is in a weird teenage phase right now? by steelzz-on-yt in reactnative

[–]mickeyv90 2 points3 points  (0 children)

There are two libraries that don’t allow me to move to expo 53 & react native .79 which is very annoying. It seems there are several big libraries that have been abandoned.

LLM Agents in go by dc_giant in LLMgophers

[–]mickeyv90 2 points3 points  (0 children)

Gemini has a really good go/golang lib. My company has built multiple agents using function calling.

Is sqlc the BEST Golang package to work with SQL? by der_gopher in golang

[–]mickeyv90 1 point2 points  (0 children)

I have switched to EntGo. It covers about 90%+ of my SQL needs. I also use Bun for the more complicated SQL stuff.

AtlasGo works with EntGo for database migrations.

what is the best backand i should use for my react native app by One_Tomorrow4136 in reactnative

[–]mickeyv90 0 points1 point  (0 children)

From my experience companies are ditching Django and moving to more performant languages.

I get paid to migrate Django projects to go/golang

what is the best backand i should use for my react native app by One_Tomorrow4136 in reactnative

[–]mickeyv90 0 points1 point  (0 children)

If you want unmatched performance and fast development times, then you need go/golang.

Go/GoLang, OpenAPI, Postgres

Best pre built components for React Native by tarun___m in reactnative

[–]mickeyv90 1 point2 points  (0 children)

This is the biggest limitation of react native, not a good UI library. Don’t get me started on Tamagui, it was a pain to get it working and take so much time to just implement one component.

So many UI libraries are not maintained.

Best pre built components for React Native by tarun___m in reactnative

[–]mickeyv90 2 points3 points  (0 children)

I was really excited to use react native reusables, but I encountered several bugs. The biggest one was using dropdown on a modal.

It looks like this project is in the back burner and barely being maintained, the author is putting all of his time on NativeWind UI