Taohid Ansari

Taohid Ansari

Hi, I'm Taohid Ansari, a software engineer with over six years of experience in the industry. I started my career with Shine Skill Technologies, where i gained valuable experience and honed my skills. Later on, i moved on to Ancoax Technologies, where i continued to learn and grow as an engineer. Currently, I work at Deepija Telecom, where i'm a vital member of the software development team. Throughout my career, I have proven myself to be a skilled and dedicated engineer, always striving to deliver high-quality work and pushing the boundaries of what's possible.


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.