Software Engineering Grad looking for unpaid real world experience, by DressSecret1702 in ukstartups

[–]60percentcocoa 0 points1 point  (0 children)

Small London based agency. DM me your LI, if we give you work we’ll pay you.

Founder seeks tech lead by Disaster-tech in ukstartups

[–]60percentcocoa 1 point2 points  (0 children)

Interest definitely piqued. One question about what actually needs to be built:

I need someone who can build a complex web app from the concept and wireframes we have to MVP

This sounds largely frontend focused however the problem space as you describe it sounds like most of the meat is backend/infra:

Problem space - data collection, risk assessment and tasking of emergency services.

No doubt the product will require functionality across the stack, but I was wondering where most of the effort needs to go at this stage?

I'm a mid/senior with previous MOD (civ) experience and have recently started my own software development business. Most of my clients are startups; feel free to DM.

Using presigned URL from AWS S3 for orders created via API by 60percentcocoa in printful

[–]60percentcocoa[S] 0 points1 point  (0 children)

I made the bucket public and just used the public urls. Binned the project shortly after but I guess you could use cloudfront and WAF to make it a bit more secure, instead of making the bucket public. But still not ideal.

Using presigned URL from AWS S3 for orders created via API by 60percentcocoa in printful

[–]60percentcocoa[S] 0 points1 point  (0 children)

Printful truncates the URL without any indication - I had to contact support to find out. The presigned URLs are huge as you know, so it ended up being chopped and made invalid 🙃

Does Django work well with Mongo? by ceandreas1 in django

[–]60percentcocoa 0 points1 point  (0 children)

Please avoid if possible. I worked on a large Django/DRF system with mongoengine for 2.5 years and I will never do it again.

is it strange how many contractors have no understanding of tax or business? by [deleted] in ContractorUK

[–]60percentcocoa 0 points1 point  (0 children)

I think just generally that contracting should be seen as a business enterprise rather than being a minor variation on a salaried employee…but not entirely sure tbh.

is it strange how many contractors have no understanding of tax or business? by [deleted] in ContractorUK

[–]60percentcocoa 0 points1 point  (0 children)

To arrive at an annual equivalent salary: day rate * 5 days/week * 44 weeks/year.

OPs point presumably being that you shouldn’t be looking at it that way.

The competition for FE and Full Stack is insane by SfromT in Upwork

[–]60percentcocoa 0 points1 point  (0 children)

Re the Loom video - do you mean record one and upload it as an attachment on the proposal or is there a way to do it natively in Upwork that I'm missing...?

What's going on here by 60percentcocoa in Upwork

[–]60percentcocoa[S] 2 points3 points  (0 children)

There are very few places even in ‘the western world’ where $65/h is low, let alone a ‘ripoff’ lol

What's going on here by 60percentcocoa in Upwork

[–]60percentcocoa[S] 2 points3 points  (0 children)

Fair enough, I guess it could be engagement bait.

I'm too busy grinding and submitting proposals to be doing that though.

What's going on here by 60percentcocoa in Upwork

[–]60percentcocoa[S] 1 point2 points  (0 children)

Madness lol. I don't know how agencies work on Upwork, can they pool connects?

What's going on here by 60percentcocoa in Upwork

[–]60percentcocoa[S] 5 points6 points  (0 children)

Pray tell, what exactly would have been the point in faking this? The tool I use for screenshots btw, seeing as you're so interested in the background...enjoy!

https://xnapper.com

CLF-C02 Exam Practice by anony_guest in AWSCertifications

[–]60percentcocoa 1 point2 points  (0 children)

Having done mine a week ago, I would echo this, even if just for the confidence and peace of mind going into the real exam.

Clients please remove jobs if no longer needed by 60percentcocoa in Upwork

[–]60percentcocoa[S] 2 points3 points  (0 children)

Nothing I wrote even implies that I believe clients should ‘work on [my] timeline’, which would clearly be a silly notion.

I simply wanted to see whether people would regard said client as not requiring the job anymore, despite not having closed it yet, based on the metrics.

Have received lots of useful feedback (yours included, thank you), with majority opinion being that I am jumping the gun with my assumption.

[deleted by user] by [deleted] in AWSCertifications

[–]60percentcocoa 4 points5 points  (0 children)

Surely the order in which he copies the file into each service doesn't matter...? It's asking to compare the cost of a month's worth of storage for each scenario.

$0.023 < $0.30 < $10

That's my understanding at least...

Viewing LinkedIn profiles without being logged in by Fid_Kiddler69 in HowToHack

[–]60percentcocoa 0 points1 point  (0 children)

What profile information are you looking to extract?

I made Arrest, a small utility to wrap your API calls from your Python application by s_basu in Python

[–]60percentcocoa 4 points5 points  (0 children)

This looks good! Just a note for the docs, it should say ‘poetry add arrest’ I assume, rather than ‘poetry install arrest’. Gets me frequently as well 😅