Articles tagged in: git



Git Prune Remote Branches That No Longer Exist

In git, you’re working with branches. A branch describes a parallel state to the main branch. You can change the code in your branch and test it without affecting the stable main branch. In your development team, you’ll review and work on different features which probably have their …

Continue Reading

git — 'flow' Is Not a git Command

Using git as your version control system comes with different ways to structure your repository. A popular approach using git successfully in your project is the git flow branching model from Vincent Driessen. When running into the error git: 'flow' is not a git command., you don’t have git …

Continue Reading

Android Custom Fonts Renewed — Font Family

In the last tutorial, we've explored the modern way of implementing custom fonts on Android. However, it broke the support for dynamically changing the font style and weights (for example, bold or italic). In this tutorial, we'll fix this drawback and configure a font family with different styles. {{outline}} {{video} …

Continue Reading

Axios — Download Files & Images in Node.js

Axios is a promise-based HTTP client for the browser and Node.js. It has a convenient and modern API simplifying asynchronous HTTP request and response handling. Let’s explore how to download files with Axios in Node.js. {{outline}} {{video}} Axios File Download in Node.js This tutorial is specifically …

Continue Reading
Page 1 of 13

Explore the Library

Find interesting tutorials and solutions for your problems.