I will be working on fine-tuning Unikraft's performance. What an amazing opportunity to get my hands on learning performance optimization on operating systems!
@PradyuPrasad I started learning OCaml a week ago inspired by yours truly, Dmitrii Kovanikov. I don't regret it at all. Although I can't say much about Haskell.
@ajeetunc Hi, I want to contribute to open source projects based on C or Java but I am having trouble finding a repo/project to get started with with issues I can tackle. I could use some help breaking into open source!
Tried using Windows to write a Chip-8 emulator using SDL2. Spent a week trying to configure SDL2 on Windows. I ended up writing that emulator on a Linux machine.
99% of the issues my students face in class happen because they are running Windows.
Linux and Mac users have no idea how hard is the life of a Windows machine learning engineer.
What I learned about using PreparedStatement -
1) Creating a Query string with a placeholder
2) Set the value for the placeholder
3) Execute the query (and retrieve the return value if needed)