Skip to content

CS-Simplified

  • Micro Blogs
  • Software Testing
  • Learning Resources

Sudheer Paturi

Hi I'm Sudheer. I'm a MSc Advanced Computer Science student at Swansea University in Wales, UK. I share my learning resources on this blog. These include notes I created on various topics, step by step guides on how to implement things and documentation of whatever projects I'm working on.

WSL

November 8, 2023

How to resolve the error: 0x80370114 The operation could not be started because a required feature is not installed

This error might appear when you are trying to setup Windows Subsystem for Linux (WSL) on your windows PC. To … Read more

Operating Systems

July 12, 2023

Memory Management in Operating Systems

Operating System Objectives regarding Memory Management 5 requirements for memory management Partitioning Techniques Memory Partitioning: Memory can be partitioned in … Read more

Software Testing

March 14, 2023

What is control flow coverage in Software Testing

Control flow coverage is about checking the coverage of the test suite based on the program graph.

Software Testing

April 25, 2024

What are program graphs in Software Testing?

Program graphs are just graphs that represent the control flow of a program.

Software Testing

March 14, 2023

Introduction to Software Testing

Software testing involves verification and validation of the system to assess whether it meets our requirements and precisely whether it works the way its intended.

Laravel

March 14, 2023

Creating Laravel Project on Ubuntu

A step by step guide on setting up your first Laravel project on Ubuntu.

Package Management

March 14, 2023

Install HomeBrew on M2 Macbooks

A simple step by step guide on how to install HomeBrew on M2 Macbooks.

Docker

March 14, 2023

Docker installation steps on Ubuntu

A step by step guide to installing Docker Engine on Ubuntu for setting up Laravel projects.

© 2025 CS-Simplified • Built with GeneratePress