Category blog

Why should you use angular-cli?

A project should have a bundler, regardless of the technology stack. A bundler is software that bundles your application code along with its resources into a minimized, zipped bundle that can be easily deployed on the server (at its most basic… Continue Reading →

How CLI work

The Angular CLI is a command line interface tool that can create a project, add files, and perform a variety of ongoing development tasks such as testing, bundling, and deployment. The goal in this guide is to build and run a simple Angular application… Continue Reading →

How to test performance , load , and stress test for web server ?

For performance, load, and stress-test for web servers, we are using free tool called Webserver Stress Tool. Webserver Stress Tool is a powerful HTTP-client/server test application designed to pinpoint critical performance issues in your web site or web server that… Continue Reading →

Add new plugin in cordova

This plugin’s goal is to integrate livereload and gestures synchronization across devices into the Cordova development workflow. It is based on BrowserSync. What it does : Watch files in your www folder and automatically reload HTML and CSS in all… Continue Reading →

Mobile App Development in Cordova

PhoneGap is the original and most popular distribution of Apache Cordova. Turn your HTML, CSS and JavaScript into an app on your device in minutes using our simple desktop and developer apps. Ionic is a front-end SDK for building cross-platform… Continue Reading →

Build Your Own Web API With Express Js and Angular JS

In this post we will use Expressjs framework to create Web API that return list of student, and we’ll consume it using AngularJs. In order to install Nodejs you can see Install & run your first application Nodejs. In order… Continue Reading →

Magento

BENEFITS OF USING MAGENTO Easy to install and add additional layouts and plug-ins Open source technology that offers flexible, scalable ecommerce solutions Effective and cost sensitive program Allows for various discounts and promotions during check-out Provides more than 50 payment… Continue Reading →

Magento

What is magento ? Magento is an ecommerce platform built on open source technology which provides online merchants with a flexible shopping cart system, as well as control over the look, content and functionality of their online store. Magento offers powerful marketing, search engine… Continue Reading →

WordPress Features

List of Features:- Customizable Designs SEO Friendly Responsive Mobile Sites High Performance Manage on the Go High Security Powerful Media Management Easy and Accessible

What is AngularJS ? Why AngularJS?

What is AngularJS AngualrJS is an open JavaScript framework developed and maintained by Google. It implements the MVC (Model View Controller) pattern to separate data, presentation and logical components. It is like enhanced HTML for web applications as it extends… Continue Reading →

How to fix Cross-domain requests issue

The simplest is just to hook to ‘allowed_http_origin’ and call __return_true(), e.g.: <?php add_filter( ‘allowed_http_origin’, ‘__return_true’ ); ?> Or if you want to limit your application to requests from specific domains (a very good idea), hook to ‘allowed_http_origins’ (note the… Continue Reading →

How to Expose REST Api in wordpress

WordPress has grown up from merely a blogging platform to a full fledged content management system. Over these past years, it has matured enough to cater the need of vast majority of online audience and this is the reason it’s… Continue Reading →

« Older posts Newer posts »

© 2024 TapanAcharjee

Up ↑