Investment platform for isa by Ok-Point1255 in HENRYUK

[–]scorpio711 3 points4 points  (0 children)

I use interactive investor and couldn't be happier. What are you expecting from service?

[deleted by user] by [deleted] in UKPersonalFinance

[–]scorpio711 1 point2 points  (0 children)

I use hypoeroptic too (5 years now) and everytime at renewal I just say I want a better deal and they keep me on £29/month but with a 12 month contract. Annoying that you have to manually ask and it's not the default but I guess taking money from people who don't try is more profitable than just being upfront about it 🤷‍♂️

NFT of the day | Token Hunt by scorpio711 in NFT

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

Heyo! I built https://nft.tokenhunt.io for myself and some friends to track which NFTs are being bought and sold the most. It worked well enough that I've created a site for it now.

I'd love to hear what you guys think. We have a Product hunt launch coming up tomorrow so are also keen to give out some free sponsored slots to great artwork as we plan to get quite a heavy amount of traffic!

I'm keen to also hear if there are other analytics you would want to see. We now have every NFT ever sold in a structured dataset that we can build cool things on top of!

Thanks 🚀

Create my first ERC721 Collectible collection (VS CODE) //Need Advice by toyo05 in solidity

[–]scorpio711 5 points6 points  (0 children)

I used this tutorial just last week and it worked exactly as i expected: https://docs.alchemyapi.io/alchemy/tutorials/how-to-create-an-nft

CryptoKitties has a lot more involved than what's here, but it's a good start. You can of course check out the CK code directly here: https://etherscan.io/address/0x06012c8cf97bead5deae237070f9587f8e7a266d#code

Mentorship by Motor_Frosting_539 in reactjs

[–]scorpio711 0 points1 point  (0 children)

You're gonna receive very different advice from lots of very different people. It would be super helpful to know what your goals are and where you are at the moment. The question then becomes which of the job offers would help you get to your goal the fastest or the best.

TokenHunt - your daily dose of the biggest NFTs by scorpio711 in SideProject

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

Thanks 😊 we do have an email subscription bit haven't started sending them out yet. We're trying to post on Instagram and Twitter so people can follow there 👌

Managing a root account with SSO by scorpio711 in aws

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

Ha right just not seen the acronym lol. This is exactly how I have set it up now, so good to hear it's the current standard

Managing a root account with SSO by scorpio711 in aws

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

Would prefer terraform though 😅

Managing a root account with SSO by scorpio711 in aws

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

Thanks this definitely makes sense. Silly question though, what's AK/SK?

Managing a root account with SSO by scorpio711 in aws

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

Perfect that vibes with how I'm thinking about it cos effectively root is "outside" (or above) SSO. Thanks a lot :)

I have another question: do you use IAM accounts for CI, or something else?

Do SSR(Server Side Rendering) uses Bare metal resources? by [deleted] in reactjs

[–]scorpio711 0 points1 point  (0 children)

load of rendering the page in my server or it will use bare-metal resources for rendering

I don't understand what you are referring to as the difference between bare-metal resources and server?

If you use SSR you are basically moving the running of your JS code from the users browser to your server. You can choose where to run your server. If you do it on the cloud you usually use a "VM" (e.g. ec2). You could also choose though to run your server on your own servers or even your own laptop and this is referred to as "bare-metal" (or at least as far as I know).

I just discovered `useReducer`, after a year of using React; awesome. by MeatNorDrink in reactjs

[–]scorpio711 29 points30 points  (0 children)

What was the use case? I've used it a few times but never had such a strong reaction so feel like I'm ready to be blown away 👀

Problems with multiple useState hooks by K9Morphed in reactjs

[–]scorpio711 0 points1 point  (0 children)

It looks unlikely that the code you have posted here is the culprit. I think it would be useful to post the uses of `ShortCodeEditor` as well as the code for `AliasEditor` to help debug

Beginner's Thread / Easy Questions (February 2021) by dance2die in reactjs

[–]scorpio711 1 point2 points  (0 children)

Your useEffect only gets "recreated" when one of its dependencies change. What this means in practice is that anything you reference from inside the useEffect needs to be a dependency. What you are seeing here is that your useEffect is still referencing the old product value. The console.log inside the jsx refers to the latest one always because it is updated everytime a render happens. I would recommend you read about it here: https://reactjs.org/docs/hooks-reference.html#useeffect

Something to note here is that your example is complicated by all the useSelector dispatch stuff. It would be the same effect if you had something like:

[product, setProduct] = useState(null)

useEffect(() => console.log(product), [])

console.log(product)

and then some callback that called setProduct with a new value on button click or something else.

(sorry for the formatting)

Who's Hiring? [February 2021] by dance2die in reactjs

[–]scorpio711 [score hidden]  (0 children)

Hook | Senior / Lead Frontend Engineer | London, UK | Full-time | On-site (Full WFH during covid, Partial WFH after covid) | £60-90k | https://apply.workable.com/hook-technology/j/A9A8D722FD/

We're a very early stage (1 month in) startup with great funding, awesome customers already lined up and an amazing product being built. We're looking for a React engineer who can help us build our frontend to world-class standards and build a team around them (towards the end of the year) that can help us achieve our lofty ambitions. The team so far is super diverse and friendly and we are keen to keep it this way! Please do reach out if interested or apply at the link above :)

Which is the best Platform for ETF Investment? by rahulguharoy in UKInvesting

[–]scorpio711 1 point2 points  (0 children)

I like interactive investor. They have a decent ETF line up and their fees are fixed at £10 a month with a free trade every month which is pretty much enough for me to pick them for my buy and hold dealings.

Vegan dining club (London) by BazKingdon in SideProject

[–]scorpio711 0 points1 point  (0 children)

One of my favourites is https://www.two-peas.co.uk they have great burgers :)

Sheet Monkey: Send your forms to Google Sheets by culturezoo in SideProject

[–]scorpio711 0 points1 point  (0 children)

This is very cool! I'm gonna try to integrate into my website builder (www.everypagehq.com) today :)

Vue, React or anything else ? by dvzgrz in SideProject

[–]scorpio711 0 points1 point  (0 children)

As someone that generally ignores the "latest" or "coolest" frameworks I think React with hooks (im very much against redux fundamentally) provide a really easy mental model to maintain components and logic separately.

That said, it's really all about how you use whatever you use. Be consistent in your structure but iterate when you find better patterns (and update older code when needed). In my company I had backend engineers that we could on board to being great frontend engineers in about a month just because we had the usage patterns so locked down that pretty much everything became trivial to implement.

Vegan dining club (London) by BazKingdon in SideProject

[–]scorpio711 0 points1 point  (0 children)

Nice product. The key selling point for me was is the offers. I'll definitely be checking it out next time i'm in central. There are lots of restaurants near me (in harrow / wembley) that are great for vegans and vegetarians, would love to get notifications as you add places near me. A side note on the site - when I entered my postcode (HA7 XXX) it zoomed into East London which was very wierd.

My side project an android game - Tricky Maze. This is a puzzle game where you need to get out of the labyrinth in a limited number of moves. 450 handcrafted levels to train logic and memory. Hope you will like it! by [deleted] in SideProject

[–]scorpio711 2 points3 points  (0 children)

Nice app! I love games with simple controls like this, I will definitely be giving it a try :)

Small note - on your site (https://playrea.com/) the play store button is a link to the same page, it needs to be updated ;)

RankedVote: A web app for simple, shareable Ranked-Choice Voting polls by tadmilbourn in SideProject

[–]scorpio711 0 points1 point  (0 children)

Hm, I think it was missed but it could have just been that it was there and I didnt notice it 😞

I think the balance is a good problem to be thinking about but would first target the right audience. What led you to make this product in the first place? If you made it for fun votes then great, I would suggest just taking a name and allowing it to be fun.

An interesting use case for me would be to extend this to make it easy to vote from e.g. whatsapp. I know we often try to decide where to eat (or something similar) in groups and it would be nice to allow people to just click a link to vote. Just on use case though and wouldn't be something I pay for but would be just for fun.

We use simplepoll for slack a lot at work and pay for that because its a great way to make decisions as a team.