Idk which market you are in. In mine no one cares about your project. Most of companies don’t do innovation. Most of real life projects I saw just moves data around. When I interview people all I care about is knowledge of tech stack and what I call “analytical thinking”.
Omg this is so true, I had 3 engineers which supposed to work on component. It took me almost a day to explain context, requirements and how work is split. Two of them were busy with other work. One did their part. After reviewing I realized they still lack understanding and need to rework what was done.I made an experiment and implemented whole thing myself. Since coordination part was eliminated it took me 3 times less than initially estimated.
I was on vacation in Portugal and twisted my ankle badly. It was in remote area, so hospital was not the best. But experience was ok. It was in a town with around 25k people. 2 hours of waiting. x-ray and doctor visit costed me 55 euros.
In my home country I pay 20 euros per month for private health insurance. This includes basic dental insurance. I guess, most expensive procedure I had is MRI of brain, but it was also fully covered so I’m not sure what was the price. There is free healthcare but I only had to resort to it once
Don’t get me wrong, I’d always choose html over js if I could. My problem with css, and web in general, that it’s too fragmented. It’s like those people who are designing css, html, js and browsers didn’t speak to each other whatsoever. So now there is entire industry of js frameworks to glue all shit together. Like, look at the WebComponents. Which supposed to be native, out of the box replacement. So much effort and they still cannot compete, in some cases they simply do not provide basic features needed to build complex UIs. Next time I can choose stack I’ll probably just go with htmx
Don’t know about tailwind but I used styled-components and not going back to vanilla css. CSS seems to be designed to be used with HTML, which did make sense back when it was created. Modern web is 99% JS and components composition which does not work well with Vanilla CSS in terms of class name uniqueness, specificity. Also it easy to dumb shit with CSS, like, I worked in the project where we had a lot of legacy global CSS. We had like dozen CSS styles which were adding margin to
<label/>
,
<p>
and so on. I mean no classes, just globally. I’ve been forced to add ‘all: unset’ to basically all my new components just to avoid changing global styles and breaking something else. Do not recommend.
Git is for text files. Your git repo might get very big after some time. Especially if you move files. But it’s your choice. Sounds like your problem can be solved with pre-commit hook
While trade war isn’t good for anyone US is clear looser here since China’s export to US (as of 2023 stats) is only 15% from its overall export. They can sell more other countries to smoothen impact. Meanwhile who gonna buy US stuff? “Best friend“ Russia with total GPD of less than California?
Seriously? With Tymoshenko? Trump is naive if he thinks she’ll accept any sort of deal. To me she is sorta fanatic and bit more on radical side. Let alone she was accused of dealing with money laundering and corruption. She ran for president 3 times and her best result was 25% in first round of 2010th. That won’t represent people’s will.
Also WTF is this interference. Accusing Zelenskyy campaigned for Dems when he visited factory at the same time plotting coup with Tymoshenko.
My understanding Quantum field theory says virtual particles can be created out of vacuum fluctuations, which makes me think there will be more energy after expansion. Again, I might be getting it wrong.
Idk which market you are in. In mine no one cares about your project. Most of companies don’t do innovation. Most of real life projects I saw just moves data around. When I interview people all I care about is knowledge of tech stack and what I call “analytical thinking”.