Software engineering and personal development

Tag: fork

Find Active Forks of GitHub Repos

When you find a potentially helpful GitHub repository, one of the things that come to mind is: Is this still being maintained?

Maybe the original person who started that repository does not have time to maintain it, so you are a bit worried that maybe this project may be a little bit outdated. It can contain security breaches, uses an old version of a library, or even Python 2.

Continue reading

Create easy-to-use interfaces for managing your data with RailsAdmin

 

Image src: rails.devcamp.com

It’s obvious that a lot of applications need an admin panel, where the administrator or other lower level users need privileges to do certain data manipulations. Not everyone of them should be a technical person. Thus, you may need to provide them a user-friendly interface which gives them this opportunity. Fortunately, you can insert an admin panel in your Rails application easily using RailsAdmin.

Continue reading

© 2024 Fatos Morina

Theme by Anders NorenUp ↑