In today’s world, most eCommerce sites require the most basic to the most advanced and complex online stores. And the majority of them want to use WooCommerce to build their online store. This is mainly due to the features it…
Expand +Author: Pradeep Maurya
How to Send Email using PHPMailer in Laravel
By default, Laravel sends emails using the inbuilt SwiftMailer library. Now, here we will try “PHPMailer” Laravel package for sending emails. I’ll show you how to Send Emails using PHPMailer in Laravel.
Expand +How to add Shopify Announcement bar (without an app)
The Shopify announcement bar is an excellent way to promote a special discount offer, a sale, or another type of promotion at the top of your Shopify store. And there’s no need to pay a monthly fee for this feature. Simply paste a few lines of code into your theme and you’re done.
Expand +Find the second largest element in an array using React
Write a function to find the second largest element in an array. The function takes an array of integers given a string as an argument and returns the second max value from the input array. If there is no second max return -1.
Expand +How to use cookies in angular
What is Cookies in Angular? Cookies are small packages of information that can be temporarily stored/saved by your browser and websites which are using cookies for multiple things. Cookies are used in multiple requests and browser sessions and can store…
Expand +Transpilation in Angular
Transpilation = translate + compilation The Angular compiler translates the html template to super optimized JavaScript code. The typescript compiler compiles typescript code into JavaScript. Also Read: Difference between JavaScript and TypeScript: JavaScript vs Typescript Transpiling is the one of…
Expand +Difference between JavaScript and TypeScript: JavaScript vs Typescript
What is JavaScript? JavaScript is an object-based scripting language. JavaScript is the most popular programming language of HTML. It helps you to create interactive web pages which is lightweight and cross-platform. JavaScript is not designed for large complex applications. It was developed…
Expand +Angular Online Quiz Test
Test your knowledge with this basic quiz made especially for beginners in Angular. Each test contains MCQs, and you will get 1 point for each correct answer. There is no time limit for the tests. In this online AngularJS Quiz, we will test your advanced skills to help you practice better.
Expand +How to Use ViewChild with Child Component in Angular
In Angular, the decorator @ViewChild() is used to access a child component, directive, or DOM element within the parent component. Also Read: How to Use *ngIf else, then directive in Angular In certain cases, you may need to access a…
Expand +How to Install MySQL server on AWS Amazon Linux EC2
In this article, I’ll show you how to install MySQL server on AWS Amazon Linux EC2 machine, which will hopefully help you get started with your project deployment to AWS. So, since Amazon Linux 2 is a popular webserver operating…
Expand +