Pavan Kumar RforC# by Pavancsharpbypavan.hashnode.dev路May 4, 2023Chapter 3: Arrays and Strings in C#Topics Covered: Arrays Strings How to take user input Simple Calculator Program Few Basic Programs on the above topics Interview Questions on the above topics Arrays An array is a collection of elements of the same type. It is used to store...Discuss路52 reads#pavansblog
Pavan Kumar RforC# by Pavancsharpbypavan.hashnode.dev路May 3, 2023Chapter 2: Basics of CsharpTopics Covered: Operators Control Structures Functions Access Modifiers Few Basic Programs on the above topics Interview Questions on the above topics Operators OperatorExample Arithmetic Operators+, -, *, /, % Comparison Operators==...Discuss#pavansblog
Pavan Kumar RforC# by Pavancsharpbypavan.hashnode.dev路May 2, 2023Chapter 1: Introduction to C#Topics Covered: A brief intro to C# Features of C# Data Types and Variables Hello World Program Interview Questions on the above topics A brief intro to Csharp C# (pronounced "see sharp") is a modern, object-oriented programming language dev...Discuss路10 likes路41 readsC#
Pavan Kumar Rpavankumar07.hashnode.dev路Apr 28, 2023Docker ComposeHello Readers, Here we are Day 18 of #90daysofdevops 馃懀 Topics for #day18 Docker Compose Scenerio based example of Docker Compose Tasks of Day 18 Docker Compose Docker Compose is a tool for defining and running multi-container Docker applicati...Discuss路1 like路218 reads#pavansblog
Pavan Kumar Rpavankumar07.hashnode.dev路Apr 22, 2023Deep Dive with Docker along with ProjectHello Readers, Here we are Day 17 of #90daysofdevops 馃懀 Topics for #day17 Let's know how to use Docker commands without using sudo Let's Understand Docker File? Tasks of Day 17 Let's know how to use Docker commands without using sudo Use the ...Discuss路4 likes路78 reads#pavansblog
Pavan Kumar Rpavankumar07.hashnode.dev路Apr 22, 2023How to Install Jenkins in UbuntuStep by Step instructions: Step 1: sudo apt-get update When you run the sudo apt-get update command, the system will check for any updates available and update the package lists accordingly. This ensures that the system has the latest software and...Discuss路1 like路36 reads#pavansblog
Pavan Kumar Rpavankumar07.hashnode.dev路Apr 21, 2023Getting Started with DockerHello Readers, Here we are Day 16 of #90daysofdevops 馃懀 Topics for #day16 Intro to Docker Docker Hub Steps to install Docker in Ubuntu Commands to use Docker Tasks of Day 16 Intro to Docker Docker is a platform that allows you to build, pack...Discuss路1 like路88 reads#pavansblog
Pavan Kumar Rpavankumar07.hashnode.dev路Apr 19, 2023Parsing Files in PythonHello Readers, Here we are Day 15 of #90daysofdevops 馃懀 Topics for #day15 JSON YAML Python Libraries Tasks of Day15 JSON JSON stands for JavaScript Object Notation. It is a lightweight data interchange format that is easy for humans to read an...Discuss路106 readsPython
Pavan Kumar Rpavankumar07.hashnode.dev路Apr 19, 2023Python Data Types and Data StructuresHello Readers, Here we are Day 14 of #90daysofdevops 馃懀 Topics for #day14 Data Types Data Structures Tasks of Day 14 Data Types Python Data Types are used to define the type of a variable. It defines what type of data we are going to store in a...Discuss路38 reads#pavansblog
Pavan Kumar Rpavankumar07.hashnode.dev路Apr 18, 2023Intro to PythonHello Readers, Here we are Day 13 of #90daysofdevops 馃懀 Topics for #day13 What is Python? Why Python is a popular choice? What is Python for DevOps? and Its Importance How to install Python? Tasks of Day13 What is Python? Python is a high-le...Discuss#pavansblog