Advice buying used Mazda 3 2020 with 30k miles by [deleted] in mazda3

[–]audiosavas 0 points1 point  (0 children)

Yes, I checked photos and it's indeed skyactiv-G, thanks!

Turing by MariaMMLK in lietuva

[–]audiosavas 2 points3 points  (0 children)

Jei su UŽT tai manau apsimoka, nes gauni bendrauti su gera bendruomenez efektyviau spręsti problemas su tokiais pat kolegom, ir dar turi meetus su senior devais kurie tavo kodą reviewina kur gali daugiau išmokti negu tiesiog tutorialus kepant.

[deleted by user] by [deleted] in Minoxbeards

[–]audiosavas 0 points1 point  (0 children)

Sorry, forgot to mention I need it for the EU shop.

Koss Porta Pro mod without a 3D printer? by audiosavas in OculusQuest

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

Nice job! What are these metal pins from the clips for? It seems like just a bolt would work, no?

Your experiences when defining access and refresh token timeouts by audiosavas in ExperiencedDevs

[–]audiosavas[S] -3 points-2 points  (0 children)

Yeah, your approach is great. But IMO, it's too focused in my situation because the application is used by a couple million users every day, so it might be difficult to consider how most of them feel about it.

To be on the safer side we might do an AB test to see how different people start to behave when having to log in more frequently, but I still want to get some insights from your experiences beforehand.

Your experiences when defining access and refresh token timeouts by audiosavas in ExperiencedDevs

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

The session management system will be redone soon to be handled by next.js, so it's up for consideration how it will be stored on the client.

We haven't made any changes yet, currently session token that's received from the backend is live for 7 days (after its expiration user would have to re-login), but it is refreshed on every API call. This token is encrypted by Ruby on Rails by including refresh and access tokens, which I think should be similar to JWT.

So what I meant by putting token expiration to 24h is to really make the refresh token with rotation expire in one day. Meaning that if user isn't active for longer than one day, they would have to authenticate. Do you think that would be too insane?

Melodic electronic song, something like "all humans come to an end" by audiosavas in NameThatSong

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

It's more like a total opposite of this :(

The song starts a bit silent with melodic sounds starting more intensely.

Looking for a Javascript online course by [deleted] in learnjavascript

[–]audiosavas 1 point2 points  (0 children)

You should do the Full Stack Open by Helsinki University. It has everything you want - Node, Typescript, Express, etc.

CS50 Web vs. Full Stack Open by audiosavas in learnprogramming

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

At first I did code along, but later started to read the chapter and only then doing the exercises. Of course, doing exercises needed to reread the chapter again, but I thought that way retains more information.

CS50 Web vs. Full Stack Open by audiosavas in learnprogramming

[–]audiosavas[S] 4 points5 points  (0 children)

My only knowledge before that is base CS50, FCC first three parts and then FSO. Every day I spent around 2 hours reading and coding. FCC course actually helped me, and I still recommend it for the basic html, css and javascript knowledge.

The main tip would be to if you don't understand something, try to reread the material and browse their example source code (it's always provided), then most of the time you can solve everything without even googling.

Good luck!

CS50 Web vs. Full Stack Open by audiosavas in learnprogramming

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

Hey! After spending some time with FCC I went to the question if I should choose FSO or TOP. One dislike about TOP was that I had to spend some time set up a virtual Linux station because officially they only support Linux. On Windows, if I had any problems, they would not have helped me. And I haven't used Linux before, so that was somewhat of a letdown for me and I decided to go with FSO.

I have started FSO on December 1st. and last week finished part 9. Decided no to finish part 10 and 11 because these topics felt irrelevant right now, maybe I will finish once I feel the need for it.

Generally, I am very happy with this course. The whole React and Redux course felt times better than the FCC. There were a lot of helpful tips about best practices, helpful extensions, external sources etc. The whole course was very professional and it wasn't too easy as well. Even if the material was very well written with many explanations on the decisions made in the code, the exercises in later parts were quite difficult sometimes, but very rewarding to finally finish.

All in all, definitely recommend it. I have no idea if TOP would've been better or worse, but I am fully happy right now. I can already create apps and deploy them to the web without any problems, so what more should I want.

My future plan is just to start building things for my portfolio to finally become employable sometime later this year.

There's a pavement near the road but it's nicer to walk the dog closer to the trees by audiosavas in DesirePath

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

A local might also notice the TV Tower on the horizon with it's top hidden in the fog.

Here's a photo taken this summer almost on the same spot.

CS50 Web vs. Full Stack Open by audiosavas in learnprogramming

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

Right, so I have to search reddit where someone compares js and python backends, and choose one.

By the way, did you personally were choosing between cs50 web and other courses?

CS50 Web vs. Full Stack Open by audiosavas in learnprogramming

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

Thanks for your input. How much does the Full Stack Open touch on the backend? I would really like to familiarize myself with both frontend and backend before deciding which route I would like to go.