DEV Community

Siddham Negi
Siddham Negi

Posted on

Day 2 of my Daily blog

Studied for my Operating systems test, understood concepts like CPU scheduling, processes and their managemen, what deadlock is, what is critical sections, how shared resources can be accessed be different processes and so on.

Did a few leetcode questions
-Remove Duplicates
-Valid Parenthesis in rust

Really need to start builing some project as its the only way to get hands on experience with rust

Also started a DevOps internship the tasks provided are ok but still a bit too advanced for me,
Today's task was to build a CI/CD pipleline using github actions and host a webpage, I had to use docker for deployment but didn't know how to configure it so had to use static pages which I then deployed using workflows.

That was all for today.

Top comments (0)