Skip to content

How to Build User-Friendly Web Apps

By implementing these best practices, you can create a web app that prioritizes user convenience, respects their preferences, and offers a seamless and enjoyable experience. Prioritizing these details will ensure users have an intuitive, efficient, and frustration-free interaction with your app.

Make VBCS application migration easier

These are some general tips for a VBCS developer to make changes in VBCS application before migrating to different instances. Use connections based on backend. Instead of directly using a URL, This way, when we migrate from one instance to another, we can make changes in backend URL and credentials. This will be one-time setup… Make VBCS application migration easier

Getting time difference from now

We can use the following javascript code to get the date difference in readable format e.g: Khalil posted a comment on ‘2024-05-10T01:25:14.317Z’ is less readable than Khalil posted a comment 7 hours ago. I have used the library (https://github.com/yairEO/relative-time) to achieve. Sample Code Code link github – https://github.com/khalilahmed232/khalilahmed232/tree/main/plain/date-time-ago Live Application: Live Application URL: https://khalil232.com/apps/plain/date-time-ago/index.html