sendilkumarn's comments

sendilkumarn | 4 years ago | on: MDN Plus

Notifications : Do you really need it? How often do we track a tutorial?

Collections : looks like a good option but bookmarks should help right?

Offline : well :shrug:

sendilkumarn | 4 years ago | on: MDN Plus

That definitely feels a bit low. Is this considering only US or worldwide?

sendilkumarn | 5 years ago | on: Show HN: Kotlin Multiplatform Mobile – Hacker News Client App

Likes:

- Use the platform for the UI related things

- Shared module acts as a separate backend (business logic) makes it easy to modularise the apps

- Easy to bootstrap, run, and test apps

Dislikes

* Difficult to debug sometimes

* Maintenance might be a problem if the app grows

* Mundane manual tasks like icon setting for apps and other common functionalities

PS: It is a minimal implementation. Did just for learning:)

sendilkumarn | 5 years ago | on: Safari and Web

Bringing FaceID and TouchID to the web is interesting and curious about the enhancements to the WKWebView.

sendilkumarn | 6 years ago | on: Ask HN: How do you currently solve authentication?

keycloak is really awesome. This also makes sure when you move to any other oAuth2 authentication, we can simply switch the server details.

On the other hand firebase authentication is very scalable easy to set up and start.

Dont write it from scratch, if you are in JVM, Spring Security provides a robust implementation, we can just plug, configure and play

page 1