Finally my 2016 open source project Terminal Trading Chart is live! …I never thought I’d write those words. Back in 2016, I started a small experiment: What if I could visualize buying and selling pressure directly inside a terminal, using nothing but Unicode and ANSI colors? The idea was simple:...
Freelancing for small businesses and organizations leads to a position where you are juggling a number of projects for multiple clients. You need to keep track of a number of tasks ranging from software development to sending emails to project management. This is a lot easier when you have a...
Even if you are not developing developing software, the Free and Open Source Software (FOSS) version control system (VCS) Git, can be of much use for students. Features like branches and tags can make your life easier and save you time and grief. For coursework For each course you take,...
In this article I'm explaining what are the most common strategies to keep your working Git branches up-to-date and to make it easy to debug the codebase. Ten wpis Git merge vs git rebase – why you should avoid using Git merge to update your branches? został opublikowany najpierw na Piotr Nalepa -...
Introdução If you landed on this page and have no clue on what’s written here, it’s basically a translation of the original tutorial. O GIT é uma ferramenta para se realizar controle de versão de cádigo fonte que substituiu o SVN (pelo menos na maioria dos projetos mais atuais). Pela facilidade...
Yesterday, I read the news about GitLab acquiring Gitorious to shut it down gracefully (since Gitorious was apparently no longer profitable), and honestly, I'm not at all surprised.When Gitorious first opened up, I jumped on it with open arms and pushed up quite a bit of stuff there. I migrated...