Tools

YAML – Human readable data serialization standard

What is YAML? YAML stands for "YAML Ain't Markup Language" and it is extensively used in configuration files. YAML is popular because it is a human-readable structured data. Usually, all kind of configuration settings such as server config, application config, docker-compose configs, and etc. are stored in this format. YAML standard has been created to make it simple to [Read More]

By |2019-08-08T04:56:32+00:00July 17th, 2019|Categories: Tools|Tags: , |

Handle Large Files in Git using Git-LFS

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. However, Git was not originally designed to work with large files, where single file size can be from few Mb to several Gb. GitHub and other service providers have a maximum size limit on [Read More]

By |2019-08-08T04:14:32+00:00February 20th, 2019|Categories: Git, Tools|Tags: , |
Go to Top