Skip to content

Instantly share code, notes, and snippets.

View adityamulik's full-sized avatar
🏂
Back to Work

Aditya Mulik adityamulik

🏂
Back to Work
View GitHub Profile
@adityamulik
adityamulik / technical_interview.md
Created October 25, 2022 02:20 — forked from joelrojo/technical_interview.md
Collection of resources for technical interviews, specifically Javascript and Ruby
@adityamulik
adityamulik / runQTPTest.py
Last active October 17, 2022 03:37 — forked from bulkan/runQTPTest.py
Python script to run a QTP test (Compatible with Python3.10)
import win32com, win32com.client
def automate_uft():
"""
The script is used to run
the automation of Micro Focus UFT app.
Modified to run with the latest version of python3.
- Author: Aditya Mulik (mulik.a@northeastern.edu)
- Credits: GitHub/@bulkan (https://gist.github.com/bulkan/188917)
"""
@adityamulik
adityamulik / System Design.md
Created July 30, 2022 02:34 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?