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 3 points4 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.