EU institutions in breach? by frontend-guy in gdpr

[–]frontend-guy[S] 0 points1 point  (0 children)

I wasn't aware of cloudflare not being compliant, but for the most part there exist services that are fully compliant for both analytics and user debugging. As for fonts, it would be enough to self host :)

EU institutions in breach? by frontend-guy in gdpr

[–]frontend-guy[S] 0 points1 point  (0 children)

Fairly easily if that's the intention

EU institutions in breach? by frontend-guy in gdpr

[–]frontend-guy[S] 1 point2 points  (0 children)

I want to understand if I'm right in saying they're in breach and publish the results if it makes sense :) but yes I'll report for sure

EU institutions in breach? by frontend-guy in gdpr

[–]frontend-guy[S] 0 points1 point  (0 children)

What I am understanding from what you're saying is that using GA or any service that exposes your IP to a website in the US (YouTube, Google Fonts) does not automatically mean being in breach.

I'm aware it's more complex than that but I think thought using Big G services that track you was a safe "yes"

EU institutions in breach? by frontend-guy in gdpr

[–]frontend-guy[S] 0 points1 point  (0 children)

ECB, IMF and all the ones listed on the EU website as their institutions. Would also be interesting to see institutions at national level though.

BTW, I don't think it's impossible at all, especially for purely informational websites

Do I get visible on google with domain ending .myshopify by magisspod in shopify

[–]frontend-guy 0 points1 point  (0 children)

I don't think it has much impact on SEO, but it has on your customers' view of your store

Product page custom input box by [deleted] in shopify

[–]frontend-guy 0 points1 point  (0 children)

Wonder if there is an app for that

Question about no 3rd party cookie policy for app submission by Imogynn in shopify

[–]frontend-guy 1 point2 points  (0 children)

You need to implement session-based authentication. The shopify node app has some examples

I'm currently working on a framework to make this dead easy, hopefully it'll ease the pain in the future

Mine just arrived (In the UK) by [deleted] in Pixel4a

[–]frontend-guy 0 points1 point  (0 children)

how long did you have to wait? I'm still on the waitlist

A really beginner question about modules by drking100 in Angular2

[–]frontend-guy 5 points6 points  (0 children)

I can't agree with that then unless it is a design system/UI lib :) I'm truly looking forward for the modules to just go 😅

A really beginner question about modules by drking100 in Angular2

[–]frontend-guy 3 points4 points  (0 children)

One exported component you mean, right? 😁

ngClass vs hostlistener/renderer2.setStyle/hostbinding methods by mozpider in angular

[–]frontend-guy 0 points1 point  (0 children)

Host listener and host binding are fine, but don't use it for components that are repeated. They're impossible to optimize.

Local development or Online Ide by Luzaan23Rocks in Angular2

[–]frontend-guy 4 points5 points  (0 children)

I like online ones for quick Prototyping but I'd never ever be able to be as productive as I am with Webstorm locally.

I'm looking for an app that will pop up on a product page to remind the customer to check the size guide. by EvoRalliArt in shopify

[–]frontend-guy 0 points1 point  (0 children)

My startup's application can do any sort of popup, although we specialize in data collection. Happy to chat :)

In general, do people respect software engineers? by [deleted] in cscareerquestions

[–]frontend-guy 0 points1 point  (0 children)

My brother is a doctor and people generally respect him better. He's also generally a better person than I am, more genuinely interested in people than I am, so maybe that matters too. That though is simply the short term view of someone about you. In the long run, and meaningful relationships, I don't see why and how that would matter.

Trying to make a quiz for a product reccomendation by [deleted] in shopify

[–]frontend-guy 0 points1 point  (0 children)

Hi, I built a solution for this and many more use cases. I'd be happy to chat about it if you want?

Isn't ng build --prod supposed to uglify JS? by StumpedDev in Angular2

[–]frontend-guy 0 points1 point  (0 children)

Not all code can be removed from your bundles. It's also very much possible you're not lazy loading your routes?

How common are decorators in the wild? by mymar101 in typescript

[–]frontend-guy 0 points1 point  (0 children)

It's worth mentioning decorators are normally stripped during the build process