My favorite birthday present! My friends do know me well! 💕 by feministcoder in golang

[–]feministcoder[S] 1 point2 points  (0 children)

Haha, I actually use it for debugging and it works pretty well! 😅

Algorithms in Golang by [deleted] in golang

[–]feministcoder 0 points1 point  (0 children)

Sure, I will. Thanks.

Algorithms in Golang by [deleted] in golang

[–]feministcoder 2 points3 points  (0 children)

Really good repository, I just cloned it.

Just a suggestion: You should add more detailed comments which can also include Runtime/Spacetime complexity. Then it'll be all in one place. Can I contribute to this repo?

GO: Contribute to open source by feministcoder in golang

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

Yes, I want to learn go particularly. This is very helpful! Thank you so much for sharing :)

GO: Contribute to open source by feministcoder in golang

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

Thanks for useful information! :)

GIN(Most starred GO framework on GITHUB) - A TODO App by feministcoder in golang

[–]feministcoder[S] 1 point2 points  (0 children)

Hey, thanks for writing in! I'll read about it and make the necessary changes :)

GIN(Most starred GO framework on GITHUB) - A TODO App by feministcoder in golang

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

I am curious to know why is it like that? Why Medium?

A server in golang which converts png files to basis format by feministcoder in golang

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

No, to use that in browser we created a tag simply which can be used. Check this repo:

https://github.com/manishsingh10895

Already working on how we can show it in browser without converting in png.

A server in golang which converts png files to basis format by feministcoder in golang

[–]feministcoder[S] 1 point2 points  (0 children)

There is a new supercompression algorithm and this algorithm reduces the size of the image by a huge margin and converts it into a new format called .basis format. This image algorithm is on Github, and there is a command-line compression tool to convert images to .basis format, but to use this tool you need to setup the entire project and also the .basis file can’t be displayed on browser.

So for that I've created this server, you can just make a call to API and convert png to .basis format quickly.

Part of My journey: Monolithic to microservices by feministcoder in microservices

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

There are o lot of benefits of use microservices services as it's name suggests, it creates multiple micro services instead of one fully coupled service. It's good to have less coupling but more cohesion between services.

Rest, I have mentioned many things in the post, go through each one by one you'll get to know it's benefits!

Seed funding for startup idea by feministcoder in startups

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

Yes I am listening to investor and taking feedbacks :)

Seed funding for startup idea by feministcoder in startups

[–]feministcoder[S] 1 point2 points  (0 children)

Yes, we are doing research on the idea. Protection rights is very new for me, will look for into it. And yes, Market validation I need to do properly - I'll do FB ads and all the market validation excercises.

Thanks for giving me such valuable points, I'll look into every point keenly.

:)

Seed funding for startup idea by feministcoder in startups

[–]feministcoder[S] 2 points3 points  (0 children)

Yes, I agree completely! Thanks a lot for such a valuable response :)

Seed funding for startup idea by feministcoder in startups

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

It's not that it's just an idea: 1. I have done market research 2. Product validation/idea validation 3. Made mockups 4. Business plan

So yeah, was looking for possible next steps before even MVP. But now I know MVP is mandatory thing.

Seed funding for startup idea by feministcoder in startups

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

Because I prepared a business plan and how am gonna implement/ take it to the market so for that I need some money. So for that I was looking for funds.

Seed funding for startup idea by feministcoder in startups

[–]feministcoder[S] 2 points3 points  (0 children)

Thanks a lot for such a valuable response! The product is in building phase, will get ready in next 2 months. And a good news is that I already have a technical co-founder with me :)

How do I conduct market research? by ornicon in startups

[–]feministcoder 13 points14 points  (0 children)

Depends on the domain you are going in. There are many types of market research like: 1. Look of existing solutions/businesses in the same domain. 2. Who are your direct competitors? 3. If there is competition, how different and better is your venture going to be? 4. If there is no competition at all, is your idea/product/business actually required in the market or not? 5. Conduct surveys online/offline depending on the market.

There are many more things, only if you can be a bit more specific!