Open in app

Sign In

Write

Sign In

Srinimf
Srinimf

20 Followers

Home

About

Mar 15

How to Use Conditions in Python IF Logic

The condition is a variable you can use in the IF logic whether to continue the logic or to skip the logic in python. Here’s the best example for your reference. Python logic that uses condition statement # Python logic shows how to use condition statement password = "admIn" condition = (password == "admin") # if…

Python

2 min read

How to Use Conditions in Python IF Logic
How to Use Conditions in Python IF Logic
Python

2 min read


Jan 12

2 Top SQL Queries to Create Temp Table in Oracle

Here’re SQL queries that create a temp table from another in Oracle. The first SQL query creates a temp table’s structure. The second one creates a temp table with data. Temporary table structure Here I have created the customer table and inserted rows. --create table customer (name char(20), cust_id number); --insert into customer values('SRINI'…

Oracle

2 min read

2 Top SQL Queries to Create Temp Table in Oracle
2 Top SQL Queries to Create Temp Table in Oracle
Oracle

2 min read


Oct 27, 2022

5 Must-read Professional Success Tips Now

Here are five tips every professional must read to have success in their life. Keeping boss happy Do you know exactly what your boss expects of you? If so: how do you know? Have you and your boss discussed these expectations? Here’s something you could do: write down the ten things that you…

Professional Development

2 min read

5 Must-read Professional Success Tips Now
5 Must-read Professional Success Tips Now
Professional Development

2 min read


Jul 26, 2022

DevOps CI and CD Interview Questions

Beyond the waterfall model and Agile model, you can see DevOps is a powerful model. Its functionality is powerful, and you can find Continuous integration and continuous delivery. So the deployment you can do seamlessly. DevOps CI CD Interview Questions 1.What is DevOps? DevOps, Continuous Practices, or DevOps Practices! DevOps is a culture transformation! …

DevOps

3 min read

DevOps CI and CD Interview Questions
DevOps CI and CD Interview Questions
DevOps

3 min read


Jul 15, 2022

20 Top Hyperledger Fabric Interview Questions

I am practicing Hyperledger. This is one of the top listed blockchains. This architecture follows R3 Corda specifications. Sharing the interview questions with you that I have prepared for my interview. Though Ethereum leads in the real-time applications. The latest Hyperledger version is now ready for production applications. …

Hyperledger

2 min read

20 Top Hyperledger Fabric Interview Questions
20 Top Hyperledger Fabric Interview Questions
Hyperledger

2 min read


May 21, 2022

Here’s the Oracle Scheduler Job Example

You can create and schedule a job in Oracle by using certain conditions. The conditions can be when to run and procedure details. The frequency of the job you can set. Below is an example that you can use for your practice. Note: The job scheduling you can do in…

Oracle Scheduling Job

2 min read

Here’s the Oracle Scheduler Job Example
Here’s the Oracle Scheduler Job Example
Oracle Scheduling Job

2 min read


Mar 14, 2022

How to Find Table name for a Column

Here is a SQL query you can use in the oracle database to search for a column name in which table it is used. So you can find the Table name. Recently in our application, we found an error. The error displayed a column name. But we had no clue…

Oracle

2 min read

How to Find Table name for a Column
How to Find Table name for a Column
Oracle

2 min read


Feb 9, 2022

Handy Checklist Useful for AWS Operations

AWS operations team monitors its resources. When the team has good knowledge so they can monitor resources flawlessly. — AWS Operations questions 1. Which AWS Cloud service allows you to gain system-wide visibility into resource utilization, application performance, and operational health? CloudWatch 2. Which AWS Cloud service enables you to capture information about the IP traffic going to and from network interfaces in your VPC?

AWS

3 min read

Handy Checklist Useful for AWS Operations
Handy Checklist Useful for AWS Operations
AWS

3 min read


Nov 16, 2021

Sets Vs Lists Python Programmer Tips

Sets are only useful when trying to ensure unique items are preserved. Before sets where available, it was common to process items and check if they exist in a list (or dictionary) before adding them. List example Here unique is empty list. Every time I compare with this list, and if it…

Sets Vs Lists

1 min read

Sets Vs Lists Python Programmer Tips
Sets Vs Lists Python Programmer Tips
Sets Vs Lists

1 min read


Nov 16, 2021

Bash: How to Calculate Sum After Reading File

Here’s a bash script that reads an input file and calculates the sum. A file containing a couple of records is an input for this script. …

Bash Script

2 min read

Bash: How to Calculate Sum After Reading File
Bash: How to Calculate Sum After Reading File
Bash Script

2 min read

Srinimf

Srinimf

20 Followers

Sr.Software Developer - Technology @srinimf.com

Following
  • Сергей Карелов

    Сергей Карелов

  • Brian Fanzo | Digital Futurist, Speaker, Ai Artist

    Brian Fanzo | Digital Futurist, Speaker, Ai Artist

  • Louis Deryfus

    Louis Deryfus

  • Gabe Kwakyi

    Gabe Kwakyi

  • Deepak Babu P R

    Deepak Babu P R

See all (84)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech