Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@AVidhanR
AVidhanR
Follow

A Vidhan Reddy AVidhanR

🎯
Focusing
Working on @oracle AIDP/FDI 🎮 ZZZ's Legendary Proxy 🎧 Music (The Weekend)

Highlights

  • Pro

Block or report AVidhanR

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AVidhanR /README.md

itsvidhanreddy X

/* ===========================================================
 Author: A. Vidhan Reddy
 Role : Oracle Fusion Data Intelligence Developer
 =========================================================== */
CREATE OR REPLACE PROCEDURE about_vidhan_reddy
IS
 v_name VARCHAR2(100) := 'A. Vidhan Reddy';
 v_education VARCHAR2(300) :=
 'B.Tech in Computer Science Engineering (Honors), ' ||
 'Raghu Engineering College | CGPA: 9.42';
 v_current_role VARCHAR2(200) :=
 'Programmer Analyst Trainee @ Cognizant Technology Solutions';
 v_specialization VARCHAR2(400) :=
 'Oracle Fusion Data Intelligence (FDI), ' ||
 'Oracle Cloud Infrastructure – Data Integration (OCI-DI), ' ||
 'Oracle SQL & PL/SQL';
 TYPE tech_stack_t IS TABLE OF VARCHAR2(100);
 v_oracle_stack tech_stack_t := tech_stack_t(
 'SQL', 'PL/SQL', 'FDI', 'OCI-DI', 'OBIEE', 'ODI Studio', 'OAC'
 );
 v_programming tech_stack_t := tech_stack_t(
 'Python', 'JavaScript', 'HTML', 'CSS'
 );
 v_tools_concepts tech_stack_t := tech_stack_t(
 'Git', 'Generative AI Tools', 'OOP', 'Cloud Analytics'
 );
 v_certifications tech_stack_t := tech_stack_t(
 'OCI Foundations Associate',
 'Oracle Fusion Data Intelligence – Oracle University',
 'Linux Unhatched – Cisco Networking Academy & NDG',
 'HTML, CSS, JavaScript, Python – Codedex',
 'SQL – HackerRank'
 );
 v_interests VARCHAR2(300) :=
 'Building scalable data-driven solutions, ' ||
 'cloud analytics, continuous learning, ' ||
 'solving real-world problems';
BEGIN
 NULL; -- Profile initialized successfully
END about_vidhan_reddy;
/

Pinned Loading

  1. QuoteGenerator QuoteGenerator Public

    A Quote Generator with a wonderful UI built using react with vite plugin

    JavaScript

  2. ExaSearch ExaSearch Public

    Developed a user-friendly web application utilizing Streamlit, designed to facilitate seamless content searches on Wikipedia.

    Python 1 1

  3. oracle-things oracle-things Public

    This is a practice repo of Oracle things

    PLSQL 1

  4. scripts scripts Public

    This repo contains various scripts (mostly) that I use.

    PowerShell 6

AltStyle によって変換されたページ (->オリジナル) /