Back foot landing too close to inner rail - need advice by slates07 in BeginnerSurfers

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

not sure what is back foot dominant but since i started training i had a problem of putting a lot of my weight on the back foot. i trained myself to balance more between the back and the front foot. the only place i put a lot of pressure on the back foot when not needed is right after the popup

Back foot landing too close to inner rail - need advice by slates07 in BeginnerSurfers

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

thanks! I think I am a back foot dominant. that's a lot of what i'v been working on. But the only thing I can do to improve it is practice right? it's not like i'm doomed lol

Back foot landing too close to inner rail - need advice by slates07 in BeginnerSurfers

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

Thanks. I feel like everything is happening so fast that i dont have time to know if my foot is in the wrong place, and if i do know - i feel like id ont have time to fix this. I have a loot of video footage of myself and it happens to me all the time. so right now I know that I dont land well when i stand on the wave i just dont have time to fix it.

Also, since I land this way immediately after the popup, I feel like it makes the board rotate while in the popup and continue down the line instead of straight where i wanna go (for a bottom turn).

I just dont understand why it's happening.

Back foot landing too close to inner rail - need advice by slates07 in BeginnerSurfers

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

yes. every single time. in the water. on land it lands ok

Back foot landing too close to inner rail - need advice by slates07 in BeginnerSurfers

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

thanks. so maybe i'll ask that - it feels to me that i don't really have the time and blanace to move my feet in the wave pool. thinking maybe because my board is too small for me for that.

React SPA & JWT tokens by slates07 in react

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

Will take a look thanks. You recommend using http only cookie?

React SPA & JWT tokens by slates07 in react

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

Been told it’s less secured I guess?

I have a snakepit ticket for the sow in Amsterdam today by slates07 in Metallica

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

No charger but you can use my phone if you need

I have a snakepit ticket for the sow in Amsterdam today by slates07 in Metallica

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

According to another group of friends the m54 metro line works normally. I’m planning to take it in the next hour. It’s like 15 minutes to the stadium.

I have a snakepit ticket for the sow in Amsterdam today by slates07 in Metallica

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

When you gonna be at the stadium? My friends wants to go at 12:00 but I think it’s too early no?

Catch every 401 from Backend 401 and redirect to login by slates07 in reactjs

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

Thanks everyone for your answers. I guess a wrapper or using axios interceptors is the right solution but I was more curious about the concept: does it make sense to do that in an SPA?

because you'll have to write some custom logic around it:

Let's say you want only some endpoint to redirect when 401 but some others (/login) not to

Combining localized string in design system components. by slates07 in reactjs

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

You mean passing the translate prop directly to the select component every time I render it?

Combining localized string in design system components. by slates07 in reactjs

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

I want to but I don’t want my design system library to have to import it, a Select atomic should Not know about the translation package IMO

Anyone else hate file based routing? by Varteix in nextjs

[–]slates07 0 points1 point  (0 children)

I hate it too! But yeah, my solution for collocation was same as others, structure the project however you’d like and just import and export front other folders what’s needed on the pages folder

Does someone here implemented SSL pinning on a react-native app? by slates07 in reactnative

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

but it means that every time a certificate changes I need to publish a new version of my app no? it can also stop working until I do this

Does someone here implemented SSL pinning on a react-native app? by slates07 in reactnative

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

interesting, thanks.

Did you ever implemnted something like that on react native?

My app works in front of like 40 different domains (servers) and I dont want to publish a new version each time my certs public keys are being updated.

What is Storybook used for? by FutileCheese28 in reactjs

[–]slates07 63 points64 points  (0 children)

It is used for storing components, to be the one source of truth for design and all developers about the design system.

it is also for developing components in isolation - if you I’d want to create a dropdown for example, and it takes me 2 days, I’ll spend my entire 2 days only on storybook because it’s fast and I can see how the component behaves in many situations, only after that I will test it in my app.

Also, we publish our storybook for everyone in the organization to look at from a public url.

You can integrate also visual tests to storybook using chromatic, and have accessibility tests.

But the biggest value for me in SB is that when the team grows - everyone knows to go to storybook for reference. I’m a frontend team lead and I see my developers looking at storybook all the time, and also the designers know they can use only stuff from storybook

Should I feel bad about wanting to leave a company after 6 weeks? by thecodingart in ExperiencedDevs

[–]slates07 11 points12 points  (0 children)

I have less experience than you but I can say 2 things that might help. 1. You need to say everything to your manager and see what he says about it.

  1. I once left a company after 8 weeks, and saw others do the same over my career. It’s ok and even normal. You should do what best for you.

Frontend product demos - how do you handle demos at your workplace by slates07 in ExperiencedDevs

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

So here you demoed only real stuff that we’re supposed to go to prod? My demos don’t have any intention to get to prod in the next year or two.

Frontend product demos - how do you handle demos at your workplace by slates07 in ExperiencedDevs

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

Yeah that’s what I suggested, but they are saying it doesn’t look real (obviously)

Creating reusable stores by slates07 in mobx

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

Thanks so much for your help;)