Case Study for Litesource Speed Optimization

ClientLitesourceTaskSpeed OptimizationProject OverviewLitesource is an inventory management system built with PHP, Codeigniter, MySQL, and Apache server for the backend, and [...]

Programming: From Beginner to Expert

Expert at anything was once a beginner. Programming/Scripting is a method to communicate with any machine especially to ask machines [...]

Semaphore 2.0 basic setup for linux/ubuntu users

Semaphore2.0 Steps: Setup git project:   Get ready with all latest/fresh data/files which you are going to deploy on server. [...]

Upgrading MySQL 5.1 to 5.7 in CentOS 6/7 or any Red Hat Variations

Upgrading MySQL 5.1 to 5.7 in CentOS steps: The upgrade must be done in incremental through major versions:- This ensures […]

WordPress Site Security: Intrusion Prevention

Internet or web is always vulnerable to attackers since they are open to the world. A website or web application […]

NLP for Nepali Text – Console Printing & DB Handling

Nepali language uses non-latin or Devanagari font. So unlike regular english language, dealing with text like Nepali requires special tools […]

Troubleshooting DNS Issues with dig (Domain Information Groper)

By default, it queries A record. An A record is used to find the IP address of a computer connected […]

React JS – Quickstart for jQuery Guys

<React.Fragment> </React.Fragment>            import ComponentName from “PATH_TO_COMPONENTJSX_FILE/JSX_FILE_NAME”;           this.props.passedEventName       […]

Upgrading cPanel/WHM – Dealing with conflicting rpms

While running the cPanel version update from its whm web interface, it is most likely to encounter conflicting rpms error […]

Angular for jQuery Professionals – Part 1

To start a new project ng new project-name  ng serve TypeScript Fundamentals Angular uses TypeScript for scripting. Here are some […]