Category Uncategorized

Multi-tenancy

Multi-tenancy is an architecture in which a single instance of a software application serves multiple customers. Each customer is called a tenant. Tenants may be given the ability to customize some parts of the application, such as the color of… Continue Reading →

how to setup nginx in windows for node or angular

First setup nginx in windows: Download nginx from nginx website .  then go to your download folder unzip nginx  folder and place at c drive. follow below instructions : go to nginx folder open command prompt type in command prompt … Continue Reading →

How to resolve permalink issue in ec2 aws

Permalink Issue scenario for wordpress site in EC2 AWS Server  .htaccess  mod_rewrite The .htaccess is a distributed configuration file, and is how Apache handles configuration changes on a per-directory basis. WordPress uses this file to manipulate how Apache serves files… Continue Reading →

How to take backup from git hub using command line

Set Up Git $ git config –global user.name “Your User Name” $ git config –global user.email”Your register email” $ git clone git-path Create a local clone of your fork Step 2: Create a local clone of your fork Right now,… Continue Reading →

How to Install Latest Nodejs & Npm on Ubuntu 16.04 & 14.04

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Latest version node.js ppa is maintaining by its official website. We can add this PPA to Ubuntu 16.04 LTS (Trusty Tahr) and 14.04 LTS… Continue Reading →

Calling the Web API with Angular and expressjs

We’ll add an HTML page that uses AJAX to call the web API. We’ll use AngularJS to make the AJAX calls using $http module and also to update the page with the results. But in order to be able to… Continue Reading →

Difference Between HTTPS and HTTP

You click to check out at an online merchant. Suddenly your browser address bar says HTTPS instead of HTTP. What’s going on? Is your credit card information safe? Good news. Your information is safe. The website you are working with… Continue Reading →

WordPress Multisite

What is Multisite? “A feature of WordPress 3.0 and later versions that allows multiple virtual sites to share a single WordPress installation.” How the Multisite Admin Screens Are Different When you activate Multisite, some extra screens will be added to your admin, for managing the… Continue Reading →

20 Simple Tricks to Secure Your WordPress Website

Part (a): Secure the login page and prevent brute force attacks Everyone knows the standard WordPress login page URL. The backend of the website is accessed from there, and that is the reason why people try to brute force their way in…. Continue Reading →

Sass

Sass (syntactically awesome stylesheets) is a style sheet language initially designed by Hampton Catlin and developed by Natalie Weizenbaum.After its initial versions, Weizenbaum and Chris Eppstein continued to extend Sass with SassScript, a simple scripting language used in Sass files…. Continue Reading →

© 2024 TapanAcharjee

Up ↑