Software engineering and personal development

Tag: project (Page 1 of 2)

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

Jump into the most helpful comments on GitHub issues with this Chrome extension

One great thing about Github is that you have the issues section, in which you can see recommendations or requests for help related to a particular project. There you can find many comments, where developers may be complaining about a bug, offering a solution, or simply pointing out something they want to see included in the project. If you want to quickly navigate through these comments and jump right into the ones that have had considerable reactions, then you can try to install this Chrome extension.

Continue reading

How to create a direct download link for Github project using DownGit

Sometimes you may need to send someone a project and they may not have Git installed, so they may not be able to download a repository from the command line. One of the ways that they can download it is by going manually to the Github repository and pressing the Download button. Here is another way that can save up time to both those that have and those that do not have git installed.

Continue reading

Get the most starred GitHub projects inside your new Chrome tab with GitHunt

A few months ago I wrote an article about a really great Chrome extension called Githunt. It basically grabs the most starred GitHub repositories in a day, week, month or year and displays them inside your new Chrome tab page. This way you are way closer to these repositories. This is a new article dedicated to this awesome Chrome extension: It has now been upgraded and has come with additional features that are worth the attention.

Continue reading

Underestimated testing tool for Rails applications: Execute console commands with real data without fearing of losing it

Img source: careerfoundry.com

There can be cases when you need to test something with the actual data, in a production environment, but you do not want to risk anything. You do not want to even think about the possibility for a data loss of the project that you are working it. Luckily, there is a really beneficial feature that is not that much known from Rails developers is a quick tool that you can use to test out some code without changing any data in your real database.

Continue reading

A quick shortcut for quickly navigating in Github repositories

GitHub is one of the best places for developers to store their projects, collaborate with other colleagues, and learn from other open source projects as well. These type of projects are written in different programming languages, usually using different frameworks. As these frameworks or developers in general usually possess certain ways of organizing their code files into many folders, it makes it a bit difficult to navigate through them manually in GitHub.  Luckily there is a really helpful shortcut that help with that. Continue reading

« Older posts

© 2024 Fatos Morina

Theme by Anders NorenUp ↑