@kartik_mehta8
Kartik Mehta
@kartik_mehta8
Software Engineer
Software Engineer
Ghaziabad, India
Devfolio stats
Devfolio stats
19
projects
19
2
prizes
2
30
hackathons
30
0
Hackathons org.
0
Top Projects
Top Projects
Heavy Coder is a dream website for every programmer. Type your question and get related YouTube videos and code completion using Openai's ChatGPT.
A Python-based Keylogger that can track your keystrokes, and clipboard text, take screenshots at regular intervals, inspect System's Information, and records audio.
A
A website controlled with voice instructions to fetch the latest news on various topics, categories, and genres. You have to click the "speak" button and give the command. The rest is magic!
Hashnode Posts
Hashnode Posts
Making CRUD Requests in PHP
php.godoftitans.tech
Introduction Creating, reading, updating, and deleting (CRUD) operations are the backbone of any dynamic web application. PHP, being a versatile and widely-used server-side scripting language, provides extensive capabilities to perform these operatio......
Creating a Basic WordPress Plugin
php.godoftitans.tech
Introduction Creating a WordPress plugin can be an exciting and rewarding experience. Whether you are looking to add custom functionality to your WordPress site or share your creations with the broader WordPress community, understanding the process o......
How to Sanitize and Validate Data in PHP
php.godoftitans.tech
Introduction When developing web applications, ensuring data integrity and security is crucial. Sanitization and validation are two fundamental processes that help protect applications from malicious inputs and maintain data quality. This comprehensi......