// Create University add_action('wp_ajax_pp_create_university', function(){ check_ajax_referer('pp_nonce','nonce'); global $wpdb; $name = sanitize_text_field($_POST['name']); $tbl = $wpdb->prefix.'pp_universities'; $wpdb->insert($tbl,['name'=>$name,'slug'=>sanitize_title($name),'shortcode'=>pp_generate_shortcode('U',$wpdb->insert_id)]); wp_send_json_success(); }); // Create Department add_action('wp_ajax_pp_create_department', function(){ check_ajax_referer('pp_nonce','nonce'); global $wpdb; $name = sanitize_text_field($_POST['name']); $uni_id = intval($_POST['uni_id']); $tbl = $wpdb->prefix.'pp_departments'; $wpdb->insert($tbl,['name'=>$name,'slug'=>sanitize_title($name),'shortcode'=>pp_generate_shortcode('D',$wpdb->insert_id),'university_id'=>$uni_id]); wp_send_json_success(); }); // Create Branch add_action('wp_ajax_pp_create_branch', function(){ check_ajax_referer('pp_nonce','nonce'); global $wpdb; $name = sanitize_text_field($_POST['name']); $dept_id = intval($_POST['dept_id']); $tbl = $wpdb->prefix.'pp_branches'; $wpdb->insert($tbl,['name'=>$name,'slug'=>sanitize_title($name),'shortcode'=>pp_generate_shortcode('B',$wpdb->insert_id),'department_id'=>$dept_id]); wp_send_json_success(); }); About Me

About Me

Hello! I’m Amit Patel, a passionate digital creator with a strong background in web development, search engine optimization (SEO), digital marketing, and software engineering. I specialize in building SEO-friendly websites, optimizing Google rankings, and developing tools that are fast, user-friendly, and results-driven. My goal is to help businesses grow online by improving their search visibility, web performance, and overall digital presence.

amit patel

πŸš€ My Digital Journey

Over the years, I have worked on several digital projects, including custom tools, content automation systems, news portals, and conversion tools. In every project, my focus is on improving performance, user experience, and meeting goals effectively.

πŸ’‘ Case Study: Blending Strategy with Technology

In one of my major projects, I faced a challenge that needed more than just coding. By studying user behavior, applying smart SEO strategies, and improving content structure, I was able to boost the performance of the website.
This experience shows my ability to combine technical knowledge with creative thinking to achieve real results.

πŸ”§ My Technical Skills

Programming Experience:
Flutter, Node.js, PHP, HTML, CSS, Bootstrap, Laravel, and more.

Certifications:
Photoshop, MS Office, CCC, ADCA, Google Ads, Meta Ads, Flutter, NCC

πŸŽ“ My Education

  • B.Tech (Computer Science) – AKTU
  • 12th – UP Board
  • 10th – UP Board

🌱 My Hobbies

I enjoy doing creative and meaningful work. My interests include:
Blogging β†’ Coding β†’ Reading β†’ Writing β†’ Learning β†’ Earning β†’ Trading β†’ Travelling

πŸ“ž Contact Me

Feel free to reach out to me for any work related to digital marketing, web development, or online business. I’m always happy to discuss ideas, collaborate on projects, or simply connect with people who share the same passion.

πŸ“§ Email: info@apsterminal.com
πŸ“ Location: Varanasi, Uttar Pradesh, India

Let’s connect and grow together!