TSO’s real purpose in the Mainframe is to execute daily use developer commands. TSO provides pre-defined commands. Still, you can create yourself and run in the TSO session.
I have explained Docker security best practices in this post. The highlights are Docker security for Containers.
Containers are the new concept over Virtual machine. Performance point of view containers better. The listed differences between these two, in this post, useful for your interviews and projects.
In Ansible, role and playbook are superior. Multiple roles – role1, role2,etc present in a Playbook. Follow these rules to create a role.
I provided the solution for completed with errors issue during converting of .vmx to .ova file using ovftool.
Docker engine architecture has four elements. These contribute to run containers, which in turn help you take less time for porting. You can find more here.
DB2 Collects Table statistics in an automated way. This post tells you how Optimizer uses the Statistics for a better SQL query execution plan.
Understand quickly how Kubernetes operating system works on Cloud Datacentre and why you need it.
Machine learning system has five elements. Those are Learning element, Knowledge base, Performance Element, Feedback element and Standard system.
You can use Python in Artificial intelligence. This article tells you Python’s strengths and top reasons to use in AI.
I have provided the resolution for ‘Missing IN or OUT parameter at index: 1’ in this post. Useful for all SQL developers.
Creating more indexes is a bad idea. This post covers how to answer this question in an interview. Just use unique indexes in where clause. So you can avoid creating more indexes.