phponpcp's comments

phponpcp | 4 years ago | on: Non-Fungible Olive Gardens

They do. There are many, many millionaires created by NFTs and collectors who are buying millions of dollars of NFTs.

phponpcp | 4 years ago | on: Salesforce completes acquisition of Slack

I saw it too, and IMO the ecosystem is better than ever now. It took a few years of stagnation for SF to really dig their hooks in, but everything is nice and integrated now.

phponpcp | 5 years ago | on: 1MB Club

You do for full width retina images on 1440p+ monitors.

phponpcp | 6 years ago | on: Tailwind UI

This is so much easier to parse too. If you need more rigidity, add BEM on top then you're good to go.

phponpcp | 6 years ago | on: Tailwind UI

"but I'm not willing to install and use npm and several hundred dependencies"

Good luck being a employable lol

phponpcp | 6 years ago | on: Two Browsers Walked into a Scrollbar

The point that they didn't raise is that scrollbars effect the size and position of things in the browser. Try setting 100vw on an element when you have obtrusive scrollbars, the result will be a page which now has horizontal scrolling, leading to terrible UX.

phponpcp | 6 years ago | on: Angular v8.0

It's all about the use case. If you're on an ecommerce website and click between category and PDP pages 5-10 times browsing, a SPA is going to make that transaction an order of magnitude faster. Since you're only loading the smallest possible payload (JSON) that contains only the things that have changed, it is optimized in a way that is never going to be achievable with server-side rendering.

At least that's why I opted to push for a SPA.

page 1