Taohid Ansari

Taohid Ansari

Hi, I'm Taohid Ansari, a software engineer with over eight years of experience in the tech industry. I began my journey at Shine Skill Technologies, where I built a strong foundation in software development and problem-solving. Later, I enhanced my expertise at Ancoax Technologies, and then at Deepija Telecom, where I contributed as a core member of the software development team.

After several enriching years in the corporate world, I’ve now shifted my focus toward building my own dream projects and products — developing innovative web platforms that combine creativity, technology, and real-world impact. My goal is to create meaningful digital experiences that help people and inspire progress.


My Skillset


Programming Languages

PHP, Perl, JavaScript

Frameworks & Libraries

CodeIgniter 4, Bootstrap, jQuery, Materialize CSS

Databases

MySQL

Web Technologies

HTML, CSS, JavaScript, AJAX, JSON

Development Tools

VIM, VS Code, Sublime Text, WAMP Server, XAMPP Server

Operating Systems

CentOS, Windows

API and Integration

RESTful APIs, SMS Integration, Email integration, Payment gateway integration

Version Control

GitLab

Task Automation

Crontab

Collaboration and Project Management

Microsoft Teams

Testing and Debugging

Postman, cURL

Web and Digital Services

GoDaddy, Hostinger, VPS, cPanel, SEO, Digital marketing, Google AdSense, Google Analytics, Google Search Console, Website speed optimization


Latest Published Blog


PurgeCSS - Remove unused CSS from Web Pages

PurgeCSS - Remove unused CSS from Web Pages

03-04-2023

It is generally a good practice to remove unused CSS from web pages. As mentioned earlier, removing unused CSS can provide several benefits, including faster page loading times, improved website performance, reduced page weight, and better code maintainability.


Installing Asterisk16 on CentOs7

Installing Asterisk16 on CentOs7

14-04-2022

Here is Step-by-Step Guide to Installing Asterisk16 on CentOs7.


Make CentOS7 Full Screen Like Primary Operating System in VirtualBox

Make CentOS7 Full Screen Like Primary Operating System in VirtualBox

01-03-2022

Learn How to Make CentOS7 Full Screen Like Primary Operating System in VirtualBox. After Installing CentOS in VirtualBox, CentOs Screen does not Occupy the Full Window Screen. Here in this Tutorial, We Will See how to do it.


Setting  Key to a Column For Quick Fetch Operation From Larze Records

Setting Key to a Column For Quick Fetch Operation From Larze Records

14-02-2019

To set a key to a column in SQL, you need to create an index on that column. An index is a data structure that allows the database to quickly look up records based on the values in the indexed column. By creating an index on a column, you can improve the performance of queries that filter, sort, or group by that column.