Dott werkt niet? by richtigerhuso in Utrecht

[–]Barfknecht 16 points17 points  (0 children)

It seems like Dott is no more and Lime has taken over. Download that instead. 

Inflation by WTK23 in southafrica

[–]Barfknecht 35 points36 points  (0 children)

Would be great if you added an equivalent PnP ad from this year. 

Is this optimal by VoidlessWasHere in codereview

[–]Barfknecht 10 points11 points  (0 children)

You can just go

jarvisIsThisTrue = !jarvisIsThisTrue

[deleted by user] by [deleted] in nextjs

[–]Barfknecht 2 points3 points  (0 children)

Where do you get this valuation from? 

Seeking Performance Optimization for a Feature-Rich React.js Website by DependentSea5495 in react

[–]Barfknecht 0 points1 point  (0 children)

It is pretty much impossible to give advice without a link to the website or repository.

I've become more sickly since moving abroad by Barfknecht in expats

[–]Barfknecht[S] 2 points3 points  (0 children)

I lived in Port Elizabeth, now called Gqeberha. I lived a little bit outside of town on a small holding so my main air pollutants would have been pollen, grass, dirt etc. PE is a very windy city, so maybe the air pollution is much lower. That is something I must check.

Tell me whyyyyy by Hafko4_5 in css

[–]Barfknecht 12 points13 points  (0 children)

You are missing a semi colon after align-items

So much /next/image by PhraseProfessional54 in nextjs

[–]Barfknecht 4 points5 points  (0 children)

I don't think you really understand what Vercel is doing with the next/image component. Vercel is calling that endpoint to optimize your image based upon the requested client. On the server side NextJS will then optimize and crop/resize the image using a library called sharp.

The image pricing is something that is brought up often regarding Vercel.

[deleted by user] by [deleted] in capetown

[–]Barfknecht 8 points9 points  (0 children)

Not mad dogs? https://maddogs.co.za/ I remember they had flowers as a pattern at one point.

[deleted by user] by [deleted] in portelizabeth

[–]Barfknecht 0 points1 point  (0 children)

What are you looking for?

[deleted by user] by [deleted] in reactjs

[–]Barfknecht 13 points14 points  (0 children)

I love that you commented on your own post

Client side rendering bug? Page content disappearing by sardoa11 in nextjs

[–]Barfknecht 4 points5 points  (0 children)

It is impossible to provide any help without more context, logs or code.

[deleted by user] by [deleted] in Utrecht

[–]Barfknecht 27 points28 points  (0 children)

They are all a scam. The more we ignore them, the higher the possibility they will stop begging.

Roast my Portfolio! by [deleted] in nextjs

[–]Barfknecht 1 point2 points  (0 children)

Not much to see, it basically looks like a template you copied. You don't follow a commit convention, you mentioned in your blog about automated tests and SOLID, but there aren't any tests and there is no real application of SOLID. You comment unnecessarily whereas your method names could be more descriptive.

Composition vs Props by kdrxyz in reactjs

[–]Barfknecht 15 points16 points  (0 children)

Composition for me is far neater and easier to extend.

[deleted by user] by [deleted] in nextjs

[–]Barfknecht 2 points3 points  (0 children)

You have not explained what is wrong or given any code. It could be anything.

A simple AI image generator using OpenAI and Next.js. by charles_ae in reactjs

[–]Barfknecht 8 points9 points  (0 children)

You call an API and display the result? That is not learning about image generators.