- Blog
- Blog
- Homepage
- Homepage
-
Quick Quiz on Robotic Automation
RPA robotic process automation general quiz questions. Really helpful for your interviews.
-
How to Resolve Python Syntax Errors Quickly
The best resolution to fix Syntax and Name errors in Python quickly. The video helps you to resolve your issues in awesome way and save your project time as a developer.
-
How to Understand COMMIT Process in DB2
What happens to cursors when COMMIT happens in database.
-
Python Tricky Quiz Part-2
Python quiz for software application development. You can practice online. It has multiple choice questions and at the end you will get score.
-
4 Top Blockchain Developer Skills
Popular skills that you need to become a blockchain developer or engineer. There are skills that many companies are looking for blockchain developer.
-
Blockchain: Why It is Popular in Financial Applications
Here are the reasons Blockchain being Used considerably in financial applications.
-
Four typical Sub Queries you need to your project
Sub queries you can give at four places in main query. Those are SELECT, WHERE, HAVING and in FROM clause. To understand these examples clearly you must listen few tips here.
-
SQL Sub-query that Returns Single Value: Best Example
Sub queries are like queries with in the query. You can write subquery such that it will return single value or multiple values. Read more example and explanation.
-
Here’s All About Tokenization Vault-less Server
Tokenization is the most powerful concept being used as per PCIDSS in credit cards domain to mask card number. There are two methods how tokenization works. The differences explained in audio podcast for Vault based and Vault-less methods.
-
3 Top Python Commands to Clear Screen
Explained top useful commands to clear the screen or console in Python.
-
Breadth-first-search in AI Mini Project
In AI the number one method is problem solving. Take any problem and find the relevant data so that you will get intelligent decision. This is also called AI problem solving approach.
-
Logical Storage in DB2 and Its Real Usage
Table spaces are completely logical in any database. Many developers confused that they always access data from physical storage. But actually that is not correct. So this post clarifies how to define a table with logical storage. Sample SQL really helps you to understand quickly.