+91 88606 33966            edu_sales@siriam.in                   Job Opening : On-site Functional Trainer/Instructor | Supply Chain Management (SCM)
Year: 2023

How to Learn React JS

Hello Folks welcome to my BlogIn this Blog, I will tell you, how you can master React JS in an Efficient Manner.Here I’ll Mention Some Steps that you have to follow to become A Good React JS Developer. What is React JS?? React JS is a Library of JavaScript language.It is used for creating fast […]

PL/SQL FUNCTIONS

What is a Function in PL/SQL? Syntax of PL/SQL function FUNCTION function_name (parameter1 [IN | OUT | IN OUT] datatype, parameter2 [IN | OUT | IN OUT] datatype, …)    RETURN return_datatype IS    — Declaration section (optional)    variable1 datatype;    variable2 datatype;    … BEGIN    — Function body    — SQL and […]

Networking

If you ant to learn how the computer Networks work .you are the on the right place ,I am pretty much sure here you know about every thing of Networking. Ok so lets get started. what is computer Network ,how its  work , and some others things which belongs to the Networking. Everyone have some […]

Understanding Kubernetes Jobs

Kubernetes Jobs is a feature designed to execute tasks within a Kubernetes cluster. These tasks are typically short-lived and run to completion, ensuring that they are executed reliably and successfully. It’s a valuable resource for managing batch processing or one time execution tasks that has a defined start and end point in a Kubernetes environment. […]

INSTALLING JENKINS ON RHEL

Jenkins is an open-source software package for continuous software development. It is used to automate parts of the build, testing, delivery, and deployment of applications. Jenkins is based on Java and helps with every part of the software development process. This article will guide you through the steps for installing jenkins on rhel. Prerequisites Step […]

Understanding Kubernetes Pods: The Fundamental Building Blocks

Kubernetes has revolutionized container orchestration, making it easier to manage and scale containerized applications. At the core of Kubernetes lies the concept of Pods, which are the smallest deployable units. In this blog, we will explore, what Kubernetes pods are and how they can be deployed.   Now, let’s understand what the Kubernetes pods actually are […]

Oracle Database-PL/SQL Stored Procedures

PL/SQL Procedures Types of PL/SQL Procedures PL/SQL Procedure ranges from standalone routines to PL SQL packages and functions. The common types are:- Stored Procedures Stored Procedures are a powerful feature in database management systems that allow you to encapsulate a set of SQL and/or PL/SQL statements into a single, reusable unit. Anonymous BlocksThese are unnamed […]

What is Difference Between Library and Framework??

Library Example (jQuery for JavaScript): Suppose you are building a web application and need to work with JavaScript to manipulate the DOM (Document Object Model) and handle user interactions. You decide to use the jQuery library. Framework Example (Ruby on Rails for Web Development): Suppose you want to build a web application from scratch using […]

Networking World (connect to others)

Networking usually involves meeting new people who share a profession, industry, or interests. But how do you network, and why is networking so important?  Building connections with the right people at the right time could be the key to taking your career to the next level . Using your network is one of the best […]

CONTAINERS vs VIRTUAL MACHINE

Containers are a way to package your application’s source code, configuration, dependencies, into a single file. A Single file can be used to run small microservices or large software applications. It sits on the top of a physical server and its host operating system which means containers share the same operating system. Virtual machines run […]

Scroll to top