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

Top 10 use cases for Oracle APEX

Oracle Application Express (APEX) is a low-code development platform that enables you to quickly build and deploy web applications and database-driven applications. It is a versatile tool with a wide range of use cases across various industries and business functions. Here are some common use cases for Oracle APEX: Data Entry and Management: APEX can […]

Kubernetes Namespaces

Kubernetes, the popular container orchestration platform, is renowned for its robust capabilities in managing containerized applications. However, as your Kubernetes cluster grows and becomes more complex, organizing your workloads can become a challenge. This is where Kubernetes Namespaces come to the rescue. Understanding Kubernetes Namespaces Think of Kubernetes Namespaces as virtual partitions within your Kubernetes […]

CREATING A FREE STYLE JOB IN JENKINS

INTRODUCTION A Jenkins build job contains the configuration for automating a specific task or step in the application building process. These tasks include gathering dependencies, compiling, archiving, or transforming code, and testing and deploying code in different environments. Jenkins supports several types of build jobs, such as freestyle projects, pipelines, multi-configuration projects, folders, multi branch […]

What is Machine Learning?

Machine learning is a subset of artificial intelligence (AI) that focuses on the development of algorithms and models that enable computers to learn from and make predictions or decisions based on data. It’s a powerful technology with applications across various domains. In machine learning, computers analyze and identify patterns in data, allowing them to make […]

Python: Key to success

Python programming has become an essential skill in today’s digital landscape. With its simplicity and versatility, Python has gained popularity among developers and programmers worldwide. Python offers a wide range of applications, from web development to data analysis and machine learning. Its clean syntax and extensive libraries make it a powerful tool for creating efficient […]

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. […]

Scroll to top