Sandeep

Sandeep @sandeepk27

About: Developer 🧑‍🎓 Passionate about Web Development, Python Development and open-source. Book lover 📔 || Music Lover 🎶 || 💻 Internet surfer 🏄

Location:
Hyderabad, India
Joined:
Jul 27, 2021

Sandeep
articles - 42 total

Deploying a React JS app using GitHub Pages

Deploying a React app to GitHub Pages is straightforward. Here's a step-by-step guide: ✅ Step 1:...

Learn More 2 1Jun 2

Git Branching and Merging: A Data Engineer's Guide to Efficient Code Management

Git Branching and Merging: A Step-By-Step Guide As a data engineer, managing and collaborating on...

Learn More 0 0Apr 11

Apache Airflow

Airflow — overview Apache Airflow is an open-source platform to run any type of workflow. Airflow...

Learn More 2 0Sep 18 '24

How to create an EC2 instance through Terraform

In this post, we will create an EC2 instance on AWS in two methods: 1. Using the Amazon...

Learn More 0 0Sep 18 '24

Terraform - Overview

What is Terraform? 🤔 Terraform is an open-source, cloud-agnostic, one of the most popular...

Learn More 0 0Sep 17 '24

What is Surrogate Key in SQL?

Most of us know about Primary Key, Foreign Key, Unique Key etc.😃 But What is Surrogate Key?🤔 A...

Learn More 0 0Apr 2 '24

How to Prepare for Google Cloud Associate Engineer Certification

Preparing for the Associate Cloud Engineer certification exam from Google Cloud can be a daunting...

Learn More 0 0Sep 27 '23

Agile Methodology : An Overview

Art of iterative and incremental software development Those who work in the industry, or are close...

Learn More 0 0Sep 7 '22

What is Linux ?

Linux is an open source operating system. An operating system is the software that directly manages a...

Learn More 1 0Aug 16 '22

Pick a Random Card using Python

There are so many card games today where you choose a card at random from a deck of cards to create...

Learn More 2 0Jul 28 '22

Python Beginners projects

Python is one of the best programming languages. Due to its readability and beginner-friendly nature,...

Learn More 4 0Jul 22 '22

Count Character Occurrences using Python

Counting occurrences of a character in a string means counting all substrings of a character from the...

Learn More 3 0Jul 22 '22

Five Ways to Save Money as a Student

Savings on Shopping If you are a student who shops online and wants to save some money, you should...

Learn More 3 1Jun 13 '22

What is Cloud Computing and its certifications

What is cloud computing ? Cloud computing is a network of servers connected using the Internet. Its...

Learn More 10 4Jun 8 '22

Mention some productivity tools to accomplish tasks

A post by Sandeep

Learn More 8 6Jun 7 '22

Coding habits to improve your efficiency in competitive programming

Hackathons, like coding challenges, are often run for 1 to 7 days or a set amount of time. One thing...

Learn More 3 1May 30 '22

HOW TO BUILD AN IMPRESSIVE PYTHON DEVELOPER RESUME AS A COLLEGE STUDENT?

As Python happens to be the fastest-growing programming language, Python developers are in high...

Learn More 6 0May 21 '22

HOW TO BECOME A FULL STACK PYTHON DEVELOPER

Want to be a full-stack Python developer? No doubt, there are various advantages of using the Python...

Learn More 5 0May 14 '22

Python Cheat Sheet Part - 4

File Handling File handling refers to reading or writing data from files. Python provides some...

Learn More 5 0May 5 '22

Python Cheat Sheet Part - 3

Dictionaries The dictionary is an unordered set of comma-separated key:value pairs, within {}, with...

Learn More 7 0May 3 '22

Python Cheat Sheet Part - 2

Strings Python string is a sequence of characters, and each character can be individually accessed...

Learn More 13 0May 1 '22

Python Cheat Sheet Part - 1

Basics Basic syntax from the python programming language Showing Output To User The print function...

Learn More 9 2Apr 29 '22

TOP WEBSITES TO LEARN PYTHON FOR FREE

Python has made it easier than ever for businesses to achieve their objectives. One...

Learn More 2 0Apr 27 '22

Best IDE’s For Python

As we’re moving towards the era of DATA, Python is becoming the most dominant in the world of...

Learn More 2 0Apr 25 '22

How to Install Python 3.10 in windows

Before installing Python, check if Python is already installed on your computer. Steps to check if...

Learn More 2 0Apr 24 '22

Object-Oriented Programming in Python : Part 2

3. Polymorphism The term 'polymorphism' comes from the Greek language and means 'something that...

Learn More 7 0Apr 17 '22

Object-Oriented Programming in Python : Part-1

Python is a fantastic programming language that allows you to use both functional and...

Learn More 7 0Apr 15 '22

Types of Computer Softwares

Software comprises the entire set of programs, procedures, and routines associated with the...

Learn More 5 0Apr 12 '22

Perform Foundational Data, ML, and AI Tasks in Google Cloud: Challenge Lab

The challenge contains 4 required tasks Run a simple Dataflow job Run a simple Dataproc job Run a...

Learn More 10 0Apr 10 '22

VS Code Shortcuts for Web Developers

1. ID & class attributes div#header <div id="header"></div> Enter...

Learn More 10 0Apr 10 '22