Introduction to Ray Tracing: In simple words, Ray Tracing(RT) is a rendering technique that is used to create real world like image and object movement by computing behavior of light and shadows. One of the most expensive computational tasks for a computer is video rendering. As video contains an array of pixels and each pixel contains at least three color information in each frame so it becomes complex. Moreover, the challenge is, the video must look as real as possible which contains light source, object on which it’s falling, shadows, etc. Mathematical formula with matrix operations helps to generate
Read More🐍 Top Python Interview Questions (With Code Examples)
Introduction Python is one of the most popular languages for technical interviews, especially in SRE, Platform Engineering, and DevOps roles ...
How to create complete ETL job using Glue notebook
Introduction: ETL job using Glue notebook Hello Coders! In this blog we shall discuss the steps to create ETL job ...
How to connect VS Code with AWS EC2 instance
Introduction : In this blog we shall explore the process of connecting VS Code with AWS EC2 instance. Now, why ...
Top Python Recursion Interview Questions and Answers
Introduction Python recursion questions in interview are more often asked to a candidate to check his/her technical expertise. Therefore, in ...
How to Build a Visual ETL Job in AWS Glue Studio
Introduction Hello Coders, in this blog we shall know the process of creating Visual ETL job in AWS Glue. In ...
What is an AWS Glue Crawler?
Introduction: Glue Crawler is a feature of AWS Glue which goes to one or more than one data source and ...
What is AWS Glue? A Complete Overview
Introduction: Hello Readers! In this blog we shall explore fundamentals of AWS Glue(AG). What is Glue?Glue is service in which ...
AWS Athena for Beginners: A Complete Guide
Introduction: Hello Readers, this is will be a quick and crisp guide to AWS Athena. Here we shall learn the ...
How to Containerize a Flask App
Introduction: Hello Coders, in this article we shall explore process to containerize a flask application. This is important because the ...
How to Set Up Container Configurations in Visual Studio Code
Introduction: Hello Coders, in this article we shall explore steps that will help us to connect VS code with docker ...