By Himanshu Batra
October 01, 2020
Angular
As we know that these days angular is most powerful frontend framework for web application. But for making web application successful, we need to load or fetch dynamic data according to user's request or inputs. For retrieving data, we need to call a rest api which will return output and here we are going to elaborate passing that dynamic output to child component. For this we need to pass data before rendering to child component.
Capturing screenshot of output at time of testing completes our full proof testing of a particular tool which can be beneficial for us in future. After automating huge amount of test cases, it could be a critical point to diagnose why a particular test case has been failed or succeed.
Migration is powerful feature of Laravel framework which is handling though it's own cli tool i.e. Artisan. It's a amazing feature to manage for version control of database. Now, we are going to elaborate some steps to alter a column in existing database table.
By Himanshu Batra
February 28, 2020
Magento
As we know that Magento is an powerful ecommerce platform these days which offers managed marketing, catalog-management, seo tools and many more. But magento doesn't provide some of the essential features of a ecommerce platform. Similarly order cancellation from front end is not possible without custom programmatically hack in coding. It's a great feature to build up customer trust factor on ecommerce website.
By Himanshu Batra
February 20, 2020
PHP, Twig
Working with twig template engine is very interesting because it provides a clean template structure to render optimized PHP output which used for rendering HTML output. Twig was designed and developed by Symfony developers. Twig files are having extension of .html.twig which is a mixup of twig constructs & static HTML code.
By Himanshu Batra
February 18, 2020
CSS, HTML
As you know that hover effect converts a simple image of a product or portfolio to very attractive. A hover effect is very useful in listing of any kind of content with images. Here awe are going to elaborate the feature of hover effect but without any use of jquery.