At Agira, Technology Simplified, Innovation Delivered, and Empowering Business is what we are passionate about. We always strive to build solutions that boost your productivity.

How To Build Dynamic Components In Angular 6

  Dynamic components are one of the versatile and core concepts introduced in Angular, this will greatly help the developers to render a component dynamically during run time. The component templates are not always fixed sometimes we may need to load the new component at run-time in various scenarios. So, in this article, let’s have […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • September 24, 2018

CRUD Operation With Laravel 5.7 – Learn Everything From Scratch!

Laravel continuously releasing it’s new versions with stable features and advanced life time support which is well maintained and equally balanced to get the job done. Definitely Laravel gonna be the big advantage if you guys planning to hit the big projects. While wondering upon these advanced features of Laravel, today am planning to discuss […]

  • Harikrishnan R
    Harikrishnan R
  • September 20, 2018

Best Laravel Security Practices You Must Try It Out!

Laravel is one of the best PHP framework that are currently available and security is one important feature that we need to consider while designing web applications to assure the users that their data is secured. Laravel also provides several security mechanisms to secure the website. However best it is, it is  always best to ensure […]

  • Nithin Kumar C N
    Nithin Kumar C N
  • September 20, 2018

How To Create A Custom Validation Rule In Laravel

Laravel is a great PHP framework, it changed the way we write code by borrowing the best practices from great tools like Symfony, Ruby on Rails and it’s been evolving with lot of best practices on its own. On the go, Laravel also minimizes our boilerplate by providing a lot of helpers, functions, etc. Indeed, […]

  • Vignesh M
    Vignesh M
  • September 19, 2018

Laravel Eloquent Relationships – Part 2

In our previous blogs, we had clearly discussed about the Laravel eloquent relationships and i also addressed you guys that i will continue this topic in part 2. So as i promised, here am releasing you the another part of Laravel Eloquent Relationship and this time, we’re bit close to cover all the concept of […]

  • Harikrishnan R
    Harikrishnan R
  • September 10, 2018

How To Embed The JW Player Into Website

JW Player is the most popular media player similar like Adobe flash player which you can use it on your website for Video and Audio play back. Luckily it’s capable of streaming videos on all devices and supports any browsers. Besides all, its quite easy to configure & customize it on website which can ease […]

  • Allan Watts
    Allan Watts
  • September 6, 2018

Authenticating Rails Web Services With JWT

This blog will help you to set up simple JWT authentication solution for your Rails API. However, i have implemented many authentication solutions in our projects, but i personally felt that JWT is best and secured web token and that provides an easy way to handle the information shared between the client and server. On […]

  • Saravana
    Saravana
  • August 30, 2018

Asset Pipeline In Rails 5

Asset will help us with compression mechanism through which we can integrate multiple files into single file so when the page pass its request to the server then thankfully server will not take much time to load it. Since it’s a single compressed file so it will not be that hard for the server to […]

  • Karthiga M
    Karthiga M
  • August 30, 2018

A Guide To Laravel Eloquent Relationships – Part 1

In our previous blogs, we had discussed more about Laravel and it’s features, also the future advancements and so on. But today we’re getting bit closer to Laravel and will jump into the world of Laravel Eloquent relationships. As we all aware about the Laravel eloquent relationships which is currently introduced and available from laravel […]

  • Harikrishnan R
    Harikrishnan R
  • August 29, 2018

Caching In Ruby On Rails 5.2

In today’s web application world, Normally the owner of an application or the admin will not think/care about the caching until or unless they have not faced any issue with application performance or in other words the slow user experience. To increase the performance of application developers will try to add an index to the […]

  • Amit Kumar
    Amit Kumar
  • August 28, 2018