Execution Order of SELECT SQL Query

Execution Order of SELECT SQL Query

This article is not an unique article. You can find numbers of article related with the SQL query execution order. But, I will try to make easy to read and simple to understand. SELECT query is used by many people like Data Engineer, Backend Developer, Fullstack Developer, DBA, and the list goes on. As we know that the SELECT query is used to select data from a database tables. So, the question is what is the order of execution when we execute the SELECT query? ...

October 11, 2022 · 2 min · 286 words · Prakash Bhandari
API Design Best Practices

API Design Best Practices

I had done presentation within the API development team in my work place on "{API} Design Best Practices" that is consumed by the clients (web app, device app and other third party API consumer). The main purpose of this presentation was to bring ease and smoothness in API development and implementation. I have shared the slide in slideshare.net. ...

August 24, 2021 · 1 min · 62 words · Prakash Bhandari
Code Review in Software Development Process

Code Review in Software Development Process

In the Software Development process, code review is one of the major processes. It plays a vital role in developing quality software and reducing human errors. This article highlights the significance of code review and tries to answer ...

September 8, 2020 · 6 min · 1207 words · Prakash Bhandari
How to Copy S3 Bucket Objects From One AWS Account to Another Account

How to Copy S3 Bucket Objects From One AWS Account to Another Account

I had to transfer the S3 bucket objects form one AWS account (Source account) to another AWS account (Destination Account) within the same region. But, transferring the objects form one AWS account to another is not straight forward. According to AWS documentation its transfer the ownership of S3 objects from one account to another AWS account rather than transferring the objects itself. To transfer this ownership we have to go through multiple steps....

September 23, 2019 · 4 min · 738 words · Prakash Bhandari