Bringing Life to Ideas

Software & Tech Development for the Future | Treinetic.com

Reach Treinetic
Common

Git Cherry-Pick

I have been using git more than 8 years now and there is a single mistake that I keep on doing, It is kind of a trademark of me 🙂 and because of this I have to spend extra some time to get the work done, I hope many of you do this mistake and […]

Imal Perera 
Common

Git Workflows for Intermediates

The workflow is simple terms is “Change Management” what I mean by that Is workflow basically provides a way for a large number of people to contribute to a single work parallelly but effectively. There is no universal solution which matches every team, but today we are looking into most commonly used git workflows. 1. […]

Imal Perera 
php

Simple PHP Server

Sometimes you need to write a small PHP script and run and see how it perform, such situations I’m sure you would be happy if you can instantly run the file instead of copying the files to a PHP server ( locally ). This can be easily achieved through the following command. 1. Go to […]

Imal Perera 
php

Install ImageMagick Correctly and Easily

ImageMagic is an opensource program which can be used to manipulate raster images, this quick post we are looking into ways how you can install ImageMagic into your Ubuntu or Mac computer In Ubuntu 1. Install ImageMagic through the console if the final command fails and gives if you cannot find autoconf. Please check your autoconf […]

Imal Perera