Browsing Category
Programming
17 posts
How to Deploy a JAR program, Optimize, Secure, and Schedule Auto-Run
In Java when we build a program the output is a JAR(Java ARchive) which is the compressed format…
Python Script to Extract Data from Oracle Database to an Excel
Python programming can be used to perform the ETL process, ETL Process involves collecting data from various data…
Data Structures and Algorithm
In computing, a data structure is a way of organizing and storing data in a computer so that…
Python data types with examples
Python has a variety of built-in data types that allow you to store and manipulate different kinds of…
Top 10 books in Amazon to Learn Java Programming
Here are the top 10 books for learning Java programming on Amazon, along with a brief overview of…
Smart Contracts Blockchain Development and Benefits
Smart contracts are self-executing contracts with the terms of the agreement between buyer and seller being directly written…
Creating And Accessing Dictionary Value in Python Programming
Dictionary in Python programming is a data type. they are an unordered collection of data values, and usually…
Installing PHP 7.2, 7.3 and 7.4 on RHEL 7 & CentOS
This is a step-by-step guide to follow when installing PHP PHP 7.2, 7.3, and 7.4 on RHEL 7…
Linux Shell Programming
Linux shell programming is the use of the command line interface to create shell scripts that automate tasks…