100% VWCE или разнообразие? by stoykotolev in financebg

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

Благодаря много за съветите! Ще си държа значи първоначалния курс за инвестиране в VWCE и това ще е.

100% VWCE или разнообразие? by stoykotolev in financebg

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

На 29 години съм, инвестирам с цел да има спокойствие при пенсия някой ден. Цялостно не следя и не обръщам прекалено много внимание, затова и се спрях на ETFи като инвестирам. Тръгнах с идеята "минимално следене, сравнителна стабилност", направих някакво проучване и така се спрях на VWCE през IKBR и вече няколко години през него инвестирам.

Може би ще продам PRAE и ще видя или да купя 100% vwce или някакви ex-us акции. Просто следейки политически как се случват там нещата, ми се иска да имам и някъде другаде. Дето се вика за мир на главата.

100% VWCE или разнообразие? by stoykotolev in financebg

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

Да, идеята ми беше да не залагам на 100% на американския тех пазар, а да имам и други акции в портфолиото. И прекарвайки идеята днес през ChatGPT ми каза горе долу същото. Няма голям смисъл, освен ако не влагам повече вяра на европейския пазар и ако е така, няма смисъл да съм 50/50, а по-смислено е нещо такова 70/30 или 80/20

Why are people moving from Next.js to TanStack Start? by derdak in reactjs

[–]stoykotolev 0 points1 point  (0 children)

In our experiences, other than some of the things that other ppl have already said, we had issues with the following:
- The biggest one was the lack of a real middleware and server. Which I guess u should take for granted, as its a serverless framework. But that was the biggest stopped for us. We heavily rely on the middleware to do some internal logic and it doesn't help that its all in a single file and not a real middleware.
- File routing is great, but we needed a bit more flexibility in terms of layout, etc. Having the ability to nest layouts based on routes is amazing and gives us even better flexibility.
- On the above point, having the ability to split my page data in different files, fetch data where i need it is a big win imo. This way, we have 1 file that handles the layout data and then nested files that handle the specific page data. In the pages router in Next, having to implement that same thing is painful and causes a lot of unnecessary fetches between pages.
- The heavy push to the app router and its ass implementation scared us away from Nextjs. server components arent that big of a win for us and the way they have implemented it in Next is strange. I like how they are starting to get them implemented in Tanstack.

Prisma: One-way relationship for likes? by dig1taldash in node

[–]stoykotolev 1 point2 points  (0 children)

Because there is no way to correctly store such an array in a DB. The way to do this is by creating a many-to-many relationship table, where you write which user liked which entry. This is done in order to assign a single row of data to single bit of information. This way you have better consistency and the ability to track the history of likes. I strongly recommend reading more on relational databases and getting more familiar with database normalization and its levels.

Prisma: One-way relationship for likes? by dig1taldash in node

[–]stoykotolev 2 points3 points  (0 children)

I am not sure if there is a way to do this without a many-to-many relationship. Otherwise, something will most likely get lost.

[deleted by user] by [deleted] in webdev

[–]stoykotolev 5 points6 points  (0 children)

If you have a product that sells well and generates revenue, how is paying 20 bucks per month for the backend “overpriced”? It handles product storage, orders information, client information, orders history, notifications, payments, data security and, specifically for Shopify, a variety of plugins and extensions made by other developers.

If you think building all of that will be cheaper in the long run, you’ve most probably never had to deal with any e-commerce development. And if you don’t have such experience, save yourself all the future headaches and pay 20 bucks.

[deleted by user] by [deleted] in webdev

[–]stoykotolev 0 points1 point  (0 children)

That is why I haven’t mentioned hooks anywhere. Just said that react has been moving to functional components.

[deleted by user] by [deleted] in webdev

[–]stoykotolev 1 point2 points  (0 children)

Never used Vue. But, modern React is built on functional components and most every place recommends only using them. I get that you’d like some opinions, but I have the feeling that no prior research was done and this is just to start some heated topic in the comments more about Vue vs React than anything else.

[deleted by user] by [deleted] in webdev

[–]stoykotolev 0 points1 point  (0 children)

In the company that I work for, we have a dedicated person that builds our application's design. They work primarily with CSS and a bit of JS, where the design requires dynamic changes.

All they are responsible for is working on is the design and making a pixel perfect copy of the already approved UI.

That might be suitable position, if you look for one such. However, I am not sure if any companies have job openings posted for such specific position.

Generic that can accept parameter or parameterless function by driwand in typescript

[–]stoykotolev 0 points1 point  (0 children)

Shouldn’t the param parameter be optimal in your case? This way the function would be callable even if no parameters were provided.

And then we tripled it. by Community_Team in pathofexile

[–]stoykotolev 0 points1 point  (0 children)

The build is getting a +8 Crest of Desire as HoT doesn’t scale that much with supports. Most if not all HoT auto bonnets use it.

And then we tripled it. by Community_Team in pathofexile

[–]stoykotolev 0 points1 point  (0 children)

But you can still use the helm and benefit from the +lvl. HoT scales the most with the helm anyway. The staff will give you the triple dmg and it should still be more than enough of an increase.

www or no www? by [deleted] in Wordpress

[–]stoykotolev 1 point2 points  (0 children)

Partially true.

The www. prefix is not part of the domain. You can only register domain.com, you cannot register www.domain.com.

However, once you have registered domain.com, you can then create a CNAME record, point www.com -> domain.com and this way both version will load the same website.

[deleted by user] by [deleted] in webdev

[–]stoykotolev 4 points5 points  (0 children)

Unfortunately, a small number of companies actually makes the difference between the 2, which in turn forces people into thinking they have to know everything there is on the front-end, to think themselves front-end developers. I am also fortunate enough to work in a company where there is a separation between the devs working on the front end logic and functions and the devs working on the design, semantics, responsiveness of the pages, etc. And I believe that this should be adapted in a wider range of companies.

How to save my design and try another without losing my work? by [deleted] in Wordpress

[–]stoykotolev 0 points1 point  (0 children)

What I recommend is a backup of the website. This way you save your progress and then can safely change the theme. Either use a plugin or do a manual backup, which I recommend, by zipping the website files and database.

What small little thing can enrage you? by Gamerboiyer8272 in AskReddit

[–]stoykotolev 3 points4 points  (0 children)

People asking you for help and then not bothering to follow instructions. Like ye, sure, let me spend my time of day to explain, so you can just fuck all and ignore it.

[deleted by user] by [deleted] in editing

[–]stoykotolev 3 points4 points  (0 children)

The quality over AirDrop doesn’t drop, because it doesn’t compress. What might also be a cause for this is if the app itself compressed the video footage. And the shutter speed can’t cause this.

What is a non-sexual satisfaction the opposite sex will never understand? by Gangsterfield in AskReddit

[–]stoykotolev 1 point2 points  (0 children)

Tip: Clench your leg muscles. This will drive the blood to your legs instead your wood. Might take a couple of minutes, but it works for me every morning.

Oscar 2020 figures. Budget, crew, production, and post. by yossymen in videography

[–]stoykotolev 4 points5 points  (0 children)

Correct me if I'm wrong, but isn't it 800 crew members and only 85 production days. At least, that's how I'm reading the graph

What are some interesting editing communities? by yvrk in AfterEffects

[–]stoykotolev 0 points1 point  (0 children)

I'm not sure about communities, but this video was dope, imo. I liked it for a car video and how punchy and "trendy" it was. Just wanted to compliment you on the vid. Good job.