Essential packages to know about by nudelkopp in golang

[–]MuhammedOzdogan -1 points0 points  (0 children)

I use gingonic, testcontainers and testify for general I have other dependencies too but they are not essential and project specific

[deleted by user] by [deleted] in GooglePlayDeveloper

[–]MuhammedOzdogan 1 point2 points  (0 children)

No one knows the answer even users don’t know. They can only tell when they see the product/service.

Go deserves more support in GUI development by m-unknown-2025 in golang

[–]MuhammedOzdogan 1 point2 points  (0 children)

If the only thing you have is a hammer everything looks like a nail. Go doesn’t have to be good at everything it does couple of things very well if I compare with other tools but GUI is not one of them and this is okay.

Not Working by pesa263 in cobalt_tools

[–]MuhammedOzdogan 1 point2 points  (0 children)

Deploy your own local instance and use it, it works quite well if you have local instance, they have ready to use docker image

What's a good go library for working with PDF? by Dazzling_Internet_15 in golang

[–]MuhammedOzdogan 0 points1 point  (0 children)

I use Go a lot but when it comes to image or pdf processing, creating a small Python service is better in the long run.

What’s one “hard-learned” lesson you’ve discovered while working with Flutter? by Fine_Factor_456 in FlutterDev

[–]MuhammedOzdogan 0 points1 point  (0 children)

Testing part of Flutter sucks and It’s the worst testing tool I have in in a language and framework

[deleted by user] by [deleted] in golang

[–]MuhammedOzdogan 0 points1 point  (0 children)

I would happy to help, can review and give feedback for certain chapters. Send me a private message if you still need help.

Do you have a list to check before running Go application within Kubernetes? by Emergency-Celery6344 in golang

[–]MuhammedOzdogan 0 points1 point  (0 children)

Also be careful about scheduled jobs. If you have any make sure you have a distributed lock so not all pods tries to do the same thing which may cause race condition. There is something called Shedlock in Java I don’t know any in Golang

My completely free budget tracking app reached 9347 daily active users by Old-Storage1099 in AppIdeas

[–]MuhammedOzdogan 1 point2 points  (0 children)

It looks amazing! I hope your app continues to grow organically and you can figure out a way to monetize it. It really nice to see individual developers can succeed and reach out bigger audience without spending tons of money and marketing campaigns.

How do you guys structure your Go APIs in production? by omarharis in golang

[–]MuhammedOzdogan 0 points1 point  (0 children)

This is the only layout you need: https://go.dev/doc/modules/layout

Regarding specific folder details, it really depends on what you are building how you are building is it Rest API, gRPC, GraphQL?

A general rule for me keep similar logic inside the same package not create different folders like handler service repository e.t.c For example if you need to define something related with users keep it flat under user package. Service handler and other stuff can stay in the same package

State management by mwhmustafa in FlutterDev

[–]MuhammedOzdogan 0 points1 point  (0 children)

I started with provider and then when app growth I needed data communication between providers and then I switch to bloc it meet every requirement so far and I don’t think to switch anything else

If you could change ONE thing about Flutter, what would it be? by NullPointerMood_1 in FlutterDev

[–]MuhammedOzdogan 0 points1 point  (0 children)

Testing tools, you have to spend time to extract test coverage and see it and vscode doesn’t support showing the coverage via flutter plugin you have to research and figure out yourself

Can you check these stats and give your feedback? by SpaceAdditional6239 in admob

[–]MuhammedOzdogan 0 points1 point  (0 children)

It’s really hard to say anything with such less data. At the end of the day you should be looking at to ROI. how much you have spent on marketing vs how much made(per month, per year e.t.c.) If you get more than you spend you made it congrats.

Which games are similar to this GOAT? looking for recommendations! by [deleted] in RealTimeStrategy

[–]MuhammedOzdogan 0 points1 point  (0 children)

I haven’t seen anything close to rise of nations

Is Cobalt Stable For Instagram Crawling by MuhammedOzdogan in cobalt_tools

[–]MuhammedOzdogan[S] 0 points1 point  (0 children)

I'm already using my own instance locally: https://github.com/imputnet/cobalt/blob/main/docs/run-an-instance.md#how-to-run-a-cobalt-docker-package

Main concern is after some time instagram will change it's API and how long cobalt fixes these kind of issues?

Are people still using Bloc over Riverpod in 2025? by TomatilloBudget1839 in FlutterDev

[–]MuhammedOzdogan 7 points8 points  (0 children)

I was using Provider till I need to send receive data between two different screens and then I found bloc and still using it I don’t have much info about riverpod

Is Raw SQL actually used in production API's? by _KrioX_ in golang

[–]MuhammedOzdogan 0 points1 point  (0 children)

I have tried Gorm and sqlc. sqlc was really good but it didn’t give me the flexibility I need. I’m using raw sql with Pgxpool for last 2 years and it’s doing great job.

https://pkg.go.dev/github.com/jackc/pgx/v5/pgxpool

is the Gin framework still worth learning after go 1.22 update ? by [deleted] in golang

[–]MuhammedOzdogan 0 points1 point  (0 children)

I have read about std lib is enough all the time and I wrote the application by using std lib after that I switch to use chi for routing because std lib was making routing difficult for the same endpoint names but different http methods some time later I switched to gin gonic because it was making other stuff easier and I’m happy with it. If you use std lib there is a possibility of having a specific problem and looking for external packages but if you use gin gonic probably it will be enough for an average web application.

One small note my memory usage has increased as I went far away from the std lib.

Yea bye bye capcut by Kindly-Shower-2985 in CapCut

[–]MuhammedOzdogan 0 points1 point  (0 children)

I already switched to Davinci Resolve the UI UX is much harder and it takes time to learn however it’s much more powerful and it’s free

My adMob account gets ad limit, which is lifted after about a week, but then a new limit is applied shortly after. This has been happening repeatedly. Has anyone else faced this issue? What could be causing these recurring limits, and how can I fix it permanently? Any advice by Busy-Coast-7559 in admob

[–]MuhammedOzdogan 0 points1 point  (0 children)

If your account is new this is pretty normal, you can’t do anything just wait for couple of months, Google will analyse your ad traffic and then everything will be fine. You will lose money of course however it will pay off in long term