CodingInterview

Programming

Build An Online Resume with an Auto-Updating PDF Version Using GitHub Actions

Here is an online resume that you can adapt with a single configuration file. It comes with a automated deployment to Netlify via GitHub Actions, and a self-updating PDF version.

Read
Python

Coding Interview – Solve Sudokus Using Python and Z3

Shine in your coding interview by coding a Sudoku solver in Python using a SAT-solver

Read
Python

Coding Interview – Converting Roman Numerals in Python

Converting numbers to Roman Numerals and vice versa s a common assignment in Python Coding interviews. Make sure you know all the details!

Read