Softcadbury's comments

Softcadbury | 4 years ago | on: When is OAuth2 and Open ID Connect Useful?

Can't agree more with this article! How I see it, the trend is to have different servers for the front and the back and to link them with OIDC, but that's so painfull to implement and with lot of downsides for only a few benefits (at least with the back in .Net, I don't know about other).

Softcadbury | 4 years ago | on: Show HN: Electric Tables – an experiment in personal databases

I'm not on my computer so I couldn't check, but the bookmarklet opens an iframe right ? I worked on a similar project and unfortunately some websites doesn't allow that. What we end up doing was open it in another window if it was blocked. I could share the code if you're interested

Softcadbury | 4 years ago | on: Companies that had successful pivots

I'm thinking of Epic Games and their game Fortnite. The game was some kind of tower defence at the begining. They swithed to battle royal and made one of the most played video game of all time.

Ok, it's a small pivot, but it changed the company and gave them so much money that they were able to create their own game store (and fight Apple in court).

Softcadbury | 4 years ago | on: Samoa Scraps Daylight Saving Time

Is somebody aware about technical impacts of this kind of change ? I mean, it must break tons of softwares that need to be updated no ? Or I'm just too pessimistic

Softcadbury | 4 years ago | on: Transition to React Native

I'm never touching mobile development and especially React Native again!

I'm a web developer and a few years ago, I had the opportunity to develop a mobile app. What a nightmare...

Among the new versions of React Native or Gradle breaking everything, all the npm packages suddenly not maintained anymore, the virtual phones not always starting or refreshing, the custom code you add to do in Java and Objective C because RN cannot do everything, and certainly the worst, the deployment on the app store.

Softcadbury | 4 years ago | on: HTML Sanitizer API

The front-end tends to use optimistic updates more and more, meanings the user's input is directly used, wihtout passing by the server. I guess that's one of the use cases.
page 1