MegaMacSlice
@MegaMacSlice@programming.dev
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Never trust a programmer who says they know C++ by Louis Brandy 1 year ago:
Remind me why we don’t trust anyone over 30?
- Comment on [deleted] 1 year ago:
I wouldn’t limit yourself to game dev and you might consider looking for a software product tech support role to get your “foot in the door”.
Obviously if your heart is set on game dev then ignore me. But getting some experience in software dev in general will help you be able to pivot to other roles or sectors.
- Comment on Why You Shouldn’t Use OFFSET and LIMIT For Your Pagination 1 year ago:
I was going to recommend looking at www.elastic.co/…/paginate-search-results.html#scr… - but it looks like that method is now not advised- but if you read up above it it looks like there’s a search_after/PIT method described which sounds similar to the article.
This is all to say - I don’t think this is a one-off concept - it’s been around for a bit.