After spending over a decade in the actuarial profession, I rediscovered a lifelong passion for developing and started to build my career as a software engineer. During 2022/2023 I gained valuable full-time experience as an engineer at FiscalNote and Capital One, and completed a master's degree in Computer and Information Technology at the University of Pennsylvania.
"Ars longa, vita brevis."
-
Fetch
- RVA
-
03:06
(UTC -05:00) - https://tarpey.dev
- @tarpey.dev
Pinned Loading
-
-
Sudoku brute force implementation
Sudoku brute force implementation 1def sudoku(puzzle):
2"""
3Entry point to the program. Takes in a 9x9 2D array of integers
4representing a Sudoku board, and returns the solved board.
5"""
-
timecapsule
timecapsule PublicTime capsule for miketarpey.com. We've come a long way since 2006...
Svelte
-
Multiple filter/search functionality...
Multiple filter/search functionality using ODMantic, FastAPI, and list unpacking 1@hysx_api.get('/annuitydew/search', response_model=List[BacklogGame])
2async def search(
3client: AsyncIOMotorClient = Depends(get_odm),
4dlc: YesNo = None,
5now_playing: YesNo = None,
-
autobracket player selection
autobracket player selection 1# pick 10 players for the current possession based on average time share
2# 5 from the away team
3away_team_sample = rng.choice(
4away_minute_weights[:, 0],
5size=5,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.