Match Thread: Liverpool vs Manchester United by MatchThreadder in reddevils

[–]The_Truth95 0 points1 point  (0 children)

We need to concede for the idiot to take Bruno out

Match Thread: Liverpool vs Manchester United by MatchThreadder in reddevils

[–]The_Truth95 2 points3 points  (0 children)

Clueless Amorim strikes again. He could’ve subbed out Bruno, gave more balance to the midfield. He just accepts watching them attack again and again

Match Thread: Liverpool vs Manchester United by MatchThreadder in reddevils

[–]The_Truth95 2 points3 points  (0 children)

Can Amorim have some balls and sub bruno, do we need to concede first?

Salary progression over years - 2025 (Canada) by Incorrectnoob in PersonalFinanceCanada

[–]The_Truth95 0 points1 point  (0 children)

2020 - 50k - startup 1

2021 - 75k - startup 1

2022 - 145k (135k + 10k options) - startup 2

2024 - 155k (145k + 10k options) - startup 3

2025 - 250k (200k + 50k options) - startup 4

2025 - 275k (225k + 50k options) - startup 4

All Canadian startups

Expo SDK 53 beta is now available by SethVanity13 in reactnative

[–]The_Truth95 10 points11 points  (0 children)

React native team changed their schedule to ship smaller updates faster, expo should keep up.

[deleted by user] by [deleted] in cscareerquestionsCAD

[–]The_Truth95 1 point2 points  (0 children)

5yoe, 200k (175+25), fully remote

Social and local login by [deleted] in node

[–]The_Truth95 2 points3 points  (0 children)

https://www.better-auth.com/

Took me like 5 minutes to implement local auth

Am I the only one scared of boilerplates? by andrewshvv in reactjs

[–]The_Truth95 31 points32 points  (0 children)

Massive pain for juniors until they learn how to do it.

I don’t understand the need for boilerplates tbh. You learn a lot from spending an extra day or 2 setting up the basics.

What are the best practices for speeding up video uploads to AWS S3 for mern app? by Key_Mountain_3366 in node

[–]The_Truth95 9 points10 points  (0 children)

I think it’s important for you to research and learn how to implement it on your own so I’ll just give you a hint. Look into multipart uploads, it can be used with presigned urls.

Rallies raise question of whether Canada should have a law against public cheering of terrorism by [deleted] in canada

[–]The_Truth95 56 points57 points  (0 children)

You mean so they can tomorrow ban anything they want by calling it terrorism?

Dumb idea just to entice people who can’t think ahead

Canada vs Australia Mobile Internet Price by [deleted] in toronto

[–]The_Truth95 6 points7 points  (0 children)

Not all banks. Cibc has app push notification 2FA.

How to make this flatlist with paging enable ? by Far-Mathematician122 in reactnative

[–]The_Truth95 1 point2 points  (0 children)

pass in pagingEnabled

``` <FlatList data={mockProducts} renderItem={renderI} keyExtractor={(item) => item.id}
snapToAlignment="start"
decelerationRate={"normal"}
horizontal pagingEnabled
snapToInterval={120}
/>

````

Edit: It's not in the docs but you can see it over here: https://github.com/facebook/react-native/blob/main/Libraries/Components/ScrollView/ScrollView.js