How to set up CUDA and Tensorflow on a Windows PC

In this article, we will learn how to run Tensorflow on a CUDA-compatible Nvidia graphics cards on a Windows 10 PC. If you are just getting started with deep learning and Tensorflow, setting up your development environment can be quite challenging. There are often compatibility issues with different versions. For this activity, I used Thinkpad … Read more

Snowflake Basics for Beginners

In this first issue we will talk about Snowflake — one of the hottest IPO of 2020. We will understand basics such as the evolution of data management systems, concept of a relational database, and what is a data warehouse. We will then review key differentiators of Snowflake. Snowflake has followed an aggressive sales strategy … Read more

AWS Certification Preparation Guide

AWS certifications is a fantastic way to learn AWS and gain in-demand credentials. Let us see how. How to prepare for AWS certifications? In this article, we will describe how to prepare for AWS Solutions Architect certification and AWS Cloud Practitioner exams. Our goal is to help you prepare in the quickest possible time, pass … Read more

Categories AWS

SQL Tutorial for Beginners

This is a beginner level introduction to Structured Query Language (SQL). In this article you will learn following concepts: History of relational databases (RDBMS) and SQL The concept of tabulating data in rows and columns. Structure of a simple SQL statement Understand the flow of query execution and components of the SQL statement such as … Read more

Categories SQL