Posts by Author : Ambika Sahni

Often in your laravel application you are loading and fetching the results on the database which doesn't necessarily needs to be fetched on every page reload. Query that takes longer amount to execute...
Read Article
When you have an ajax response which in the array format, and you have to loop through the result and display them in the tabular format. Here is the simple code approach to loop through ajax respo...
Read Article
We all want to provide our kids the best learning and joyful experience in their early development years. Kids are very fond of their toys and activities kits. If they absolutely love their toys, they...
Read Article
Laravel's default timestamps are stored in UTC, and if you working with an application in which users who are in a different timezone, they might see a timestamp in the application which does not matc...
Read Article
In this post we will see the details of how to clone a laravel project for bitbucket.   Step 1: Clone Repo Login into bitbucket , you should see the list of repositories that you own or have...
Read Article
This article goes into a detailed explanation of basic excel export and import operation in Laravel with the database table. For this, we will create a sample database table along with it's model on w...
Read Article
In this article, we will implement a sample form for all possible input controls and retain old data when data validation error will occur. Before we jump into the implementation make sure you have...
Read Article
While migrating application code from VS2010 to VS2015, I got the error U1077 related to link.exe in NMAKE file and many more related errors. After alot of research on this error and migartion rela...
Read Article
Being a C++ developer ,It was quite difficult to start working with webservices. Believe me after setting a proper development environment it was quite simple to access json webservice and extract jso...
Read Article