Portfolio & Showcase

Portfolio & Showcase

Sakshat Shinde

Sakshat
Shinde

Technical Skills

Technical Skills

Technical Skills

Python, Rust, SQL, Linux, Git, Firebase, and Grafana

Soft Skills

Soft Skills

Soft Skills

Product design, Agile, Scrum, Kanban, Jira, Trello, Microsoft Office, Figma, and Adobe XD

Case Study

Case Study

Case Study

Swiggy Case study by Sakshat Shinde On time delivery deteriorating 🔻10%

Professional Experience

Professional Experience

Professional Experience

AMDOCS
System Analyst
Aug 2021 - Present

▪ Oversaw, evaluated and architected solutions that leverage capabilities of our product offerings (Uverse, DirecTV) for AT&T US

Cutting down 15-20% of required scrum effort dramatically increasing velocity

▪ Collaborated with cross-functional teams to understand their requirements and built a high-performance middleware platform, which acts as a REST API layer significantly improving developer productivity

Automated a high toil workflow, effectively shaving off 75% of the time required for implementation of promotion-offers. Saving at least 2d/month per team across multiple teams in the business unit

CDAC
Research Intern
Mar 2020 - Jan 2021

▪ Developed an information gathering & visualization tool for CDAC’s HPC system leveraging firebase and Grafana

▪ Produced research output to help provide an insight into the bottlenecks of I/O subsystems in highperformance computing

▪ Architected an efficient way to extract performance metrics with minimal overhead

▪ Published - Survey of Open-Source Tools for Monitoring I/O & Storage Performance of HPC Systems - International Journal of Computer Techniques

Corporate Projects

Corporate Projects

Vaxe

An experimental middle-ware to programmatically access oracle database

Source code is private

* To test using apache bench
* ab -k -c 10 -n 2000 http://server:8888/Endpoint/id

Document Path:          /Endpoint/id
Document Length:        181 bytes

Concurrency Level:      10
Time taken for tests:   0.887 seconds
Complete requests:      2000
Failed requests:        0
Keep-Alive requests:    2000
Total transferred:      628000 bytes
HTML transferred:       362000 bytes
Requests per second:    2254.81 [#/sec] (mean)
Time per request:       4.435 [ms] (mean)
Time per request:       0.443 [ms] (mean, across all concurrent requests)
Transfer rate:          691.42 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd]

TableWiz

A simple frontend to automatically create GRT tables, powered by Vaxe

def gen_inserts(table_name: str, cols: list, pk: str):
    df = gen_script_table_ui(cols)
    view = st.data_editor(df, num_rows="dynamic", use_container_width=True)

    str_cols = ",".join(str(element) for element in cols)

    inserts = []

    bound = int(view.size / len(cols))

    i = 0
    while True:
        try:
            values = "','".join(str(element) for element in view.values[i])

            sql_stmnt = f"""INSERT INTO {table_name} ({str_cols}) VALUES ('{values}');"""  # noqa: E501

            inserts.append(sql_stmnt)
            i = i + 1

            if i >= bound:
                break

        except Exception as e:
            print(f"No rows: {e}")
            break

    result = "\n".join(inserts)
    st.code(
        f"""
SET DEFINE OFF;

DELETE FROM {table_name} WHERE {pk} IN ('{"','".join(str(e) for e in view[pk].values)}');

{result}

COMMIT;
""".replace(  # noqa: E501
            "'None'", "null"
        )
        .replace("'nan'", "null")
        .replace("''", "null"),  # noqa: E501
        language="sql",
        line_numbers=True,
    )

Open Source Contributions @ Microsoft

Embedded PowerShell window in the taskbar

Open Source Projects

Argus

A storage monitoring tool for CDAC's High Performance Computing systems

Read More

Wanna laugh

A ransomware written in python for Windows.

Read More

I also dabble in design

I also dabble in design

I also dabble in design

Adobe XD and Figma

Certifications

Certifications

Certifications

▪ Project Management for Managers – NPTEL Certification

▪ Project Management Fundamentals – Amdocs Certification

Awards and Achievements

Awards and Achievements

Awards and Achievements

▪ Karate – 1 Silver, 2 Bronze (State level)

▪ Innovative Idea Contest - Google Club - Google Assistant - Accessibility

▪ UI upgrades for Microsoft Windows 10 using MS PowerToys – Issue #6070

▪ Launched my own product – Jinjja

Get in Touch

Get in Touch

Get in Touch

Ready to collaborate or chat about opportunities? Reach out now!

Ready to collaborate or chat about opportunities? Reach out now!

Ⓒ Sakshat Shinde 2023

Created on October 7, 2023