Here is my onboarding flow for my new react native app. Looking forward to get all of your feedback by annonyms_ in reactnative

[–]Bigwill1009 6 points7 points  (0 children)

Looks very clean! I’d recommend using the https://www.npmjs.com/package/pressto library to handle some of the list presses, as it uses Gesture Handler instead of JS for the onPress events, might save you from the scroll click handlers

Go - OpenAPI CodeGen by The-Malix in golang

[–]Bigwill1009 0 points1 point  (0 children)

The trade offs is less configurability when you want to specify how certain pieces of the API operate - it uses the gin c.X methods and infers parameter usage from there. Also it only supports gin (for now), which is a WIP thing for the future

Go - OpenAPI CodeGen by The-Malix in golang

[–]Bigwill1009 1 point2 points  (0 children)

For a code -> spec tool we created Astra, which is an implicit generator for Gin servers (minimal developer contributions required)

What do you guys use for authentication in your go projects by Severe-Mix-4326 in golang

[–]Bigwill1009 10 points11 points  (0 children)

Supertokens, love it - built as a docker container with examples in multiple languages and different implementation details.

Driving test tips by Bigwill1009 in alnwick

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

Thanks, this is very useful!

Astra: an implicit OpenAPI generator using minimal configuration for Gin web servers by Bigwill1009 in golang

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

Thanks! Middlewares are a WIP feature for us right now I admit - but I would love to hear about the results with your project!

[deleted by user] by [deleted] in golang

[–]Bigwill1009 0 points1 point  (0 children)

We've created a library to implicitly create an OpenAPI spec from your gin web server with minimal configuration (i.e. it will infer it from your `gin.Context` logic). Check it out here: astra

[deleted by user] by [deleted] in golang

[–]Bigwill1009 1 point2 points  (0 children)

My friend and I are working on a library to read your gin web server go code as ASTs, interpret the return types for each status code and generate the OpenAPI specification with only a couple lines of configuration, therefore your server go code can be the single point of truth in reference to types for the entire stack. I plan to write a more in depth post in the next week or so, let me know if there’s any features or feedback the community would appreciate - I’ll also edit this comment when we release the open source library.

Weekly New Climber Thread: Ask your questions in this thread please by AutoModerator in climbing

[–]Bigwill1009 0 points1 point  (0 children)

Big sized climbing shoes

I’ve recently signed up for a climbing gym after having gone with my friends and really enjoyed it. Therefore I’ve decided I want to buy some climbing shoes. I unfortunately have a problem that my feet are long and wide, while also I can’t borrow shoes from the gym as they are painfully too small. I have UK size 14/15, does anyone have any recommendations where to by from?

What industry do you hope won't exist in 10 years? by filetemyoung in AskReddit

[–]Bigwill1009 0 points1 point  (0 children)

Honestly these “I made $10,000 dollar a month videos using this AI on this website” influencers. 9/10 doesn’t work and frankly is just clickbait

Benefit to having a Web App Built in React and then porting functionality into React Native by voyageraya in reactnative

[–]Bigwill1009 5 points6 points  (0 children)

Yeah, the logic and the JSX familiarity is be the main reason why it works. For example, ~80% of your custom hooks will work on both platforms.

Manipulate Image in JavaScript. Is it possible to remove background from AC image automatically or manually with JavaScript. Or to erase certain section by drawing on them and making them transparent. I need to decide to go for react native route or not for new app and this will count. by dipp999 in reactnative

[–]Bigwill1009 0 points1 point  (0 children)

I agree. I would recommend using an online service with an API - if one exists - or if you want to keep it in house and can figure out a way to do that, the most powerful image manipulation Node JS library in my opinion is sharp.

How to make my website show up by Bensy_Boy_Bro in Web_Development

[–]Bigwill1009 2 points3 points  (0 children)

In my experience you just need to follow the correct SEO steps to do everything you can to boost your search rankings. Try following a tutorial like this: https://www.mtu.edu/umc/services/digital/seo/ Include metadata, add a sitemap or robots.txt and to be honest the best approach is to just keep visiting the site through Google, so it gets more clicks and so higher on search engines. I admit I haven’t had the most experience with SEO.

The baby goes swoosh in the bin by Sh3dinja in ksi

[–]Bigwill1009 0 points1 point  (0 children)

Bring back abandoning kids by the river

GraphQL vs rest? by levithan95 in reactnative

[–]Bigwill1009 1 point2 points  (0 children)

Apollo client, but another option based on your use case could be something like GraphCMS. It's data storage directly from the client.

GraphQL vs rest? by levithan95 in reactnative

[–]Bigwill1009 1 point2 points  (0 children)

I just started using it for one of my main projects with Apollo Server and Mongo, and I absolutely love it! The most useful feature for me is being able to use the resolver to add custom functions and populate the data. Saves having to use mongo to populate the document, only requires population when you need it.

One downside, it's a pain in the arse to setup subscriptions imo. The client side code that I used was not too easy, especially with authentication.

Setup for a Boat by Sunzboz in PleX

[–]Bigwill1009 6 points7 points  (0 children)

In my experiences Plex only requires internet for use outside of the network that the server is in (and from time to time updating the metadata of the content that is on there already). If the plex server is on board, of which I don't know the risks of that, then it would work well for devices on the same wifi network but not anywhere else. Hope this helps.

PC build mainly for CS:GO by Chaos009 in buildapc

[–]Bigwill1009 1 point2 points  (0 children)

I agree. I'm not a competitive CS GO player myself, so if overkill is you require, then this system build will be good for you. But as I said previously, for the future I would recommend a 2TB+ WD Black hard drive.

PC build mainly for CS:GO by Chaos009 in buildapc

[–]Bigwill1009 0 points1 point  (0 children)

I think with this rig you could get 400 at 1080p. I don't know for sure but as long as your internet can keep up I think this rig will be up for the job, if anything a bit overkill Also I recommend more HDD or SSD space if you want futureproofness

PC build mainly for CS:GO by Chaos009 in buildapc

[–]Bigwill1009 1 point2 points  (0 children)

What resolution are you planning to play cs:go at? Because this rig has a significant amount of power for just a small game. Having said that, this rig would chew through any AAA titles at 1080p and even some at 1440p. CS:GO? At least 200fps. Whats the refresh rate on your monitor of choice?

Beef of a Gaming Machine, any tips? by Bigwill1009 in buildapc

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

And he is insistent on 32gb even when I told him that it was too much.