I find it difficult to follow tech related articles which involves code snippets and in case of a long article the scrolling demotivates me to read it further or to keep track of it when I save it for later. I think the UX for articles like these can...
What I'm trying to build would require having an admin dashboard for me and a users dashboard for other users. At first I was thinking of using devise and rails_admin to develop this feature, but I'm not sure if it's efficient. Could I simply use de...