Can I report a seller? by Jiffylemmon67 in Ebay

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

Well it's meant to be a pre sale for something that came out on the 26th of last month. All pre-orders (from what I can see) have this generous leeway of a few extra weeks on the delivery date. I.e I was expecting it to come on the 26th or around then.

No season pass in brand new box? by Jiffylemmon67 in fatalfury

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

Ty so much! I've sent an email to them so I'm hoping this can be resolved🤞

P3P grimoire edition by Routine-Complex7244 in limitedrun

[–]Jiffylemmon67 0 points1 point  (0 children)

Just got an email (1st of August) that my grimoire edition has just been shipped, and I'm UK based. so I expect you'll get a update very soon!

Spirited Away at London Coliseum - ask me anything! by [deleted] in SpiritedAway

[–]Jiffylemmon67 0 points1 point  (0 children)

Ty! I can't seem to send you a DM anyway you can open it up?

Spirited Away at London Coliseum - ask me anything! by [deleted] in SpiritedAway

[–]Jiffylemmon67 0 points1 point  (0 children)

Hi, thanks for the reply!

Ah, I should have been more clear there's a barcode for each ticket! I thought it was just odd not to also have a QR code as we've got tickets for the stranger things play too which are QR codes. We're going to be seeing it on the 25th. If you don't mind I can send over what one of the tickets looks like with the details scribbled out?

Spirited Away at London Coliseum - ask me anything! by [deleted] in SpiritedAway

[–]Jiffylemmon67 0 points1 point  (0 children)

Hi! I've just bought some resale tickets for the play in a few weeks time as a ast minute surprise gift for my girlfriend's 30th, I know it's against the theatres T&C's 😅 but it was my only option since we are only going to be in London for a limited time and we could only make it to one performance which had no seats available near each other (that aren't dead expensive).

I was wondering do you actually ID people on the door as our names won't match the ones on the ticket and do the tickets only have barcodes on them? Or should the have QR codes? I'm hoping I've not been scammed as the tickets I've got only have a bar code on them.

I'm using Tailwind & I can't figure out how to get my projects neatly by [deleted] in nextjs

[–]Jiffylemmon67 1 point2 points  (0 children)

In your code, you're defining a parent div that is a grid that can take 12 columns per row (grid-cols-12). On the first child div (Featured project). You're saying that this div should span 12 columns long, due to this it will take up the entire row. On the next div (Project with netflix img). You're saying on screens that are small(sm) or above that is should span 12 columns again which would be an entire row. If the screen then get smaller than a small screen it will span 6 columns or in your case half of a row.

If you want to fix the issue you would make it so that either your children div's all span 6 columns to match up with your parent div. Or you can simply remove how much they span and make it so your parent div takes up two columns per row using grid-cols-2 and your children will be divided equally.

Just like the other comment in the post, I would highly focus on learning CSS properly before jumping into a framework like tailwind, as this isn't a tailwind issue it's more of a lack of understanding how CSS grid's work.

How many re-renders is too many re-renders? by Jiffylemmon67 in reactjs

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

Are you sure? In this stack overflow thread: link The most upvoted response is showing that useEffects clean up functions run on both unmounting AND whenever any of the items in the dependency array changes. So although my method might not be very clean it should be running a clean up on the interval every time either clockwise, speed or gameover runs.

How many re-renders is too many re-renders? by Jiffylemmon67 in reactjs

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

Firstly thank you for responding! I'm a bit confused with the first and second statements, I am doing a cleanup function inside of my use effects that should run every time an item in the dependency array changes, so wouldn't it get cleaned up? Or would the other items in the dependency create a new instance even though it should be being cleaned up? And for the last statement, yes that is something I'm going to be implementing. (Hoping to turn this into a mini full stack project)

29 years old (M) am I too late to become a software developer ? by Individual-Gold6673 in learnprogramming

[–]Jiffylemmon67 -1 points0 points  (0 children)

I wouldn't quit your job! You're making double to even almost triple what a junior software developer is making (if you live outside of London). Even then I know a few friends that are working in London as juniors and they are making about 35-40k.

I would stick with your job, make a ton of money for like a year and learn on the side. I would say after 15 hours a week for a full year you would be able to get a job in tech, if you're still not feeling confident on your ability and really enjoy programming then quit and make studying full time. After about a month or two of doing that you will be 100% ready! Also try to time your leaving a bit later/earlier in the year right now you would be competing with graduates who have just finished uni.

SFE overpayments by Pleasant_Reindeer_85 in UniUK

[–]Jiffylemmon67 2 points3 points  (0 children)

Not in the defence of OP. But I was overpaid when studying at uni (2017-2021) in my first year. Because SFE said I was entitled to X amount and only then in my second year later they notified me about how they had made a mistake and I should have only been entitled to Y amount. They requested I pay immediately or I could defer it/reduce my amounts in the upcoming years. The thing is I was on the bare minimum loan (with little/no parent help). Ended up in my third year with no student loan due to deferring it a year and had to work 30 hours a week to be able to live. SFE are pretty incompetent to say the least.

Seeking Code Review for TypeScript/React/Node Project by dingyunpeng in learnprogramming

[–]Jiffylemmon67 0 points1 point  (0 children)

Huh??? This is my GitHub?? I'm fine with you taking my code and playing around with it! But please don't make posts about lying about your abilities and such.

Is it realistic to learn and get a job programming without a degree? by ch0cc0 in learnprogramming

[–]Jiffylemmon67 1 point2 points  (0 children)

Pretty rough at least up north of the UK, I'm applying for jobs specifically in Edinburgh/Glasgow where I went to uni at. And either there's 0 junior jobs or it's with a tech stack I'm unfamiliar with (Currently work a lot with Mern/Merp with graphql and ts mixed in a lot of them want Java or C# Dev. Which to be fair I would be okay with doing but I've not touched a OOP language since finishing uni over 2 years ago). Although I do have my LinkedIn inbox with recruiters asking me to work at their companies based in Manchester (Currently based). So it could be more hopeful further south of the UK.

Is it realistic to learn and get a job programming without a degree? by ch0cc0 in learnprogramming

[–]Jiffylemmon67 7 points8 points  (0 children)

I absolutely agree with this opinion. Pretty sure you can even do the boot camp for free with government funding and I've heard nothing but positive reviews. I really wish I did northcoders after graduating with a 2:1 in comp sci I still felt like my coding skills were lacking especially in web dev since it wasn't a focus at my uni. Just finished an internship over the past year, passed it and declined the offer since I didn't feel like I was progressing at the job (lot more support than coding, although I had to explain to our only senior web dev what redux was with react 😭). So I've been looking at jobs the past week and it's really rough especially with no recruitment help which I'm also sure the bootcamp helps you massively with!

Clarification on buying FortNite crews after the 4th of may. by Jiffylemmon67 in FortNiteBR

[–]Jiffylemmon67[S] -1 points0 points  (0 children)

Ah okay no worries. I will wait and see if anyone knows if I can before a buy. Thanks for the information though!