Bringing Life to Ideas

Software & Tech Development for the Future | Treinetic.com

Reach Treinetic
Spring boot

Spring Boot Simple Mail Config

Step 1 Add Springboot Mail Dependency in pom.xml Spring Boot has encapsulated all the mail related dependencies into a starter module and we just have to add this starter dependency in our project pom XML. Step 2 Do the configurations in the application.properties file Step 3 Just Write the code. Let me know in the […]

Imal Perera 
php

PDF to Images using Php

There are two options if you are looking for a solution in php, 1. ImageMagick 2. GhostScript Imagick provide you a php wrapper as well so it is easy for a developer to just write the code, but Imageick itself is very slow. once you wrote the code then after few days your project manager […]

Imal Perera 
JavaScript

World Of Javascript

2015 was the year of React, people started to embrace like a madness  and this same year developers started to understand that the angular 1.x’s dirty checking concept is having lot of performance issues when comes to the large scale single page applications so 2015 is not a good year for angular 1.x. I worked […]

Imal Perera 
AngularJs 1.x

Does Angular needs Something Like GSON ?

JavaScript developers tend to use Literal notation of Objects rather than Classes (Prototype or Constructor according to ECMAScript 5) that is fine as long as you are sure that your project is small and bit of things to do in client side, but when we are talking about fully single page applications that means thousands […]

Imal Perera