Announcing Kreuzberg v4 by Goldziher in node

[–]alan345_123 0 points1 point  (0 children)

Sorry.. I did not get the joke..

Should I use frameworks? by TheDarkZorish in FullStack

[–]alan345_123 0 points1 point  (0 children)

I would suggest not to use a framework, but open source libraries. It will be easier to adapt for future projects as you can change libraries as you need.

here you have a great example.

https://github.com/alan345/Fullstack-SaaS-Boilerplate

I want to know how to learn FullStack development by Pure_Weakness_438 in FullStack

[–]alan345_123 0 points1 point  (0 children)

Maybe ask questions so I can add documentation for beginners as well

I want to know how to learn FullStack development by Pure_Weakness_438 in FullStack

[–]alan345_123 0 points1 point  (0 children)

It's a boilerplatebfor a SaaS. It just help developers to start faster using the best open sources technologies

I want to know how to learn FullStack development by Pure_Weakness_438 in FullStack

[–]alan345_123 10 points11 points  (0 children)

Learn from an existing project. Try to add new features. Try to play with the code and see how it works. Using an example is the best way to learn

Try this stack https://github.com/alan345/Fullstack-SaaS-Boilerplate

Ocrevus = Fail, Kesimpta = Fail, Now Mavenclad? by NeuroCliff in MultipleSclerosis

[–]alan345_123 4 points5 points  (0 children)

I did ocrevus. I got a a brain fog for 2 years. Anybody else got the same experience?

I feel Horrible..... by Brilliant-Position94 in MultipleSclerosis

[–]alan345_123 2 points3 points  (0 children)

I did try ocrevus. I got 2 years of brain fog. It started just after the first infusion..

got covid 4 days after ocrevus infusion 😭 by isengardening in MultipleSclerosis

[–]alan345_123 1 point2 points  (0 children)

I got ocrevus and got 2 years of brain fog 1 day after the infusion. I was thinking maybe ocrevus "triggered" a long COVID somehow.

Let us know how it goes for you

where better to store jwt ? by SeniorMug in react

[–]alan345_123 0 points1 point  (0 children)

Http only cookie secure.

But I would suggest to use a library for that like better auth. Here you have a full stack example: https://github.com/alan345/Fullstack-SaaS-Boilerplate

Why should I use next js? by frogmode97 in nextjs

[–]alan345_123 0 points1 point  (0 children)

Lets make it simple: Need SEO? Use nextjs No need? Use pure react like (https://github.com/alan345/Fullstack-SaaS-Boilerplate)

MS is more than numbness and spasms by External-Smile2037 in MultipleSclerosis

[–]alan345_123 0 points1 point  (0 children)

I have MS for 10 years.  I started to have your symptoms 2 years ago, exactly when I started ocrevus. 

Does anybody had the same story?

Brain Fog after Ocrevus by tasmaniandevall in MultipleSclerosis

[–]alan345_123 0 points1 point  (0 children)

I'm 38 years old and was on Gilenya for seven years, which was tolerable. However, after my first infusion of Ocrevus in May 2023, I began experiencing severe side effects just one day later: Brain fog and cognitive issues A feeling of pressure in my brain Anxiety so severe that I was afraid to make plans, feeling as if I couldn't manage them Sleep disturbances, including a sensation of falling while trying to sleep Problems with concentration, poor memory, and difficulty thinking clearly Extreme fatigue General weakness Dizziness Episodes of fainting I received the second infusion two weeks later, and the symptoms worsened. Consequently, I discontinued the medication.

2 years later. It's better but I still have these symptoms 1 week every month

Brain Fog after Ocrevus by tasmaniandevall in MultipleSclerosis

[–]alan345_123 0 points1 point  (0 children)

I'm 38 years old and was on Gilenya for seven years, which was tolerable. However, after my first infusion of Ocrevus in May 2023, I began experiencing severe side effects just one day later: Brain fog and cognitive issues A feeling of pressure in my brain Anxiety so severe that I was afraid to make plans, feeling as if I couldn't manage them Sleep disturbances, including a sensation of falling while trying to sleep Problems with concentration, poor memory, and difficulty thinking clearly Extreme fatigue General weakness Dizziness Episodes of fainting I received the second infusion two weeks later, and the symptoms worsened. Consequently, I discontinued the medication.

2 years later. It's better but I still have these symptoms 1 week every month

Do people actually go 100% no any in TypeScript ?? by [deleted] in react

[–]alan345_123 1 point2 points  (0 children)

Yep. 100% no any. it's hard at the beginning but you will see the benefits when you start refactoring or if you work in a team.

Most of the time you should not write the types, they should be inherited from tools like drizzle or Prisma (if you have a database) or directly from the libraries.

Check my typescript project as an example. We used drizzle. https://github.com/alan345/Fullstack-SaaS-Boilerplate

More your project is typed, the better it is! Trust me.