Monitor is a tool, which help us to achieve process synchronization. Programming languages help the …
Anup Maurya
Anup Maurya
Hey there, My name is Anup Maurya. I was born with love with programming and worked with TCS. One of best global (IT) services and consulting company as System Administrator . I also love graphics designing. It's my pleasure to have you here.
-
-
As we move further into the digital age, the way we work and communicate has …
- Software Engineering
What is Software Development Life Cycle (SDLC) and it’s Phases
by Anup Maurya4 minutes readIn this article, you’ll learn about What is Software Development Life Cycle (SDLC) and it’s …
- Software Engineering
Characteristics of a good software design in Software Engineering
by Anup Maurya2 minutes readSoftware design is a critical stage in software engineering that sets the foundation for building …
-
-
In this article, you will learn about File Handling in C programming. File handling in C refers to …
- Blogs
To integrate AWS Lambda with S3 and utilize the Boto3 library to retrieve email IDs from a file and send emails using the SES service
by Anup Maurya3 minutes readIn this article we’ll integrate the aws lambda function with aws s3 service using Boto3 library of python language and retrieve …
-
In this article, you’ll learn about what is orphan process and create an orphan process …
-
A cover letter is an important part of your job application, and it’s especially important …
-
In this article we’ll discuss What does System.out.printf( “%-15s%03d\n”, s1, x) do in context with …