Open in app
Home
Notifications
Lists
Stories

Write
Devashish Patil
Devashish Patil

Home
About

Published in CodeByte

·Pinned

DevOps: What is it?

What is DevOps? DevOps is a culture in recent software engineering, which aims to streamline the software development process and the operations that go along with while releasing that software to the end-users. DevOps aims to provide a developer experience such that the developers will only have to focus on writing the code…

Cloud

5 min read

DevOps: What is it?
DevOps: What is it?

Published in CodeByte

·Mar 17

How these 2 python libraries are making our lives easier

If you are working on an application that deals with APIs, knowing how to handle HTTP Requests and JSON content is crucial. These two Python libraries come in handy in such scenarios. Requests requests library gives you a simple interface to make HTTP calls to APIs. …

Code

2 min read

How these 2 python libraries are making our lives easier
How these 2 python libraries are making our lives easier

Published in CodeByte

·Mar 11

JSON to CSV converter in under 10 lines of code

I’m pretty sure you can do this in fewer lines with a heavy library like pandas. If you just don’t want to do that, here’s how you can do that alternatively. Assuming the JSON file looks something like this, and we want to have the keys as the column headers…

Code

2 min read

JSON to CSV converter under 10 lines of code
JSON to CSV converter under 10 lines of code

Published in CodeByte

·Mar 10

CSV to JSON converter in 10 lines of code

If you do a lot of scripting with python, many a times you might need to convert CSVs to JSON files for multitude of reasons. I’ll show you a step-by-step approach on how you can do that in just 10 lines of Python code. Let’s say you have a CSV…

Code

2 min read

CSV to JSON converter in 10 lines of code
CSV to JSON converter in 10 lines of code

Published in CodeByte

·Mar 5

A crash course on Apache Airflow Concepts

Apache Airflow is an open-source workflow orchestration and scheduling platform. Airflow is extensible, pluggable and highly scalable. It is developed purely on python and therefore can be as versatile as the language itself. Bear in mind though, it is not designed to run any kind of compute-heavy workload, rather it’s…

Airflow

5 min read

A crash course on Apache Airflow Conc
A crash course on Apache Airflow Conc

Published in CodeByte

·Updated Mar 2

Secure your Cloud Platform with these tips and best practices

With Cloud, comes great computing power. And with Great computing power, comes great security responsibility. This article tells you how you can be a responsible cloud practitioner. IAM (Identity and Access Management) Always use the least privileged policy Only provide the specific accesses that the users and applications need. Nothing more, Nothing less. Avoid using…

Cloud

3 min read

Secure your Cloud Platform with these tips and best practices
Secure your Cloud Platform with these tips and best practices

Published in CodeByte

·Feb 24

4 Remote development tools you should try out in 2022

Imagine working on your projects, without being tied to a single computer or a single place, without installing anything, directly from your browser. How awesome would that be? The following tools provide you with the same experience. Check these out now. GitPod

Code

3 min read

4 Remote development tools you should try out in 2022
4 Remote development tools you should try out in 2022

Published in CodeByte

·Feb 18

Apache Airflow: You need to know this before getting started

I assume you already know this since you are here, Apache Airflow is a workflow orchestration and scheduling platform, majorly for your data pipelines, but is not limited to just that. Since Airflow is pure python, it’s as versatile as python can get. It’s scalable, pluggable and highly customisable with…

Airflow

5 min read

Apache Airflow: You need to know this before getting started
Apache Airflow: You need to know this before getting started

Published in CodeByte

·Feb 9

Design and deploy your Django-React web application on AWS

Let’s talk about how you’d host a web application with Django as the backend, React for Frontend and hosted on AWS. We will be covering most aspects of this application from provisioning AWS infrastructure and Networking to configuring DevOps activities such as CICD on a high level. Let’s just dive…

AWS

5 min read

Design and deploy your Django-React web application on AWS
Design and deploy your Django-React web application on AWS

Published in CodeByte

·Feb 20, 2021

How to connect and run PostgreSQL queries using Python

Consider you are working on a python application that needs to communicate with a Postgres database and you want to run SQL queries from the python application itself. If you are working with a web application, using an object-relational mapper (ORM) would be the right and efficient way to go…

Python

2 min read

How to connect and run PostgreSQL queries using Python
How to connect and run PostgreSQL queries using Python
Devashish Patil

Devashish Patil

Cloud Engineer at Google | IITR Alumnus

Following
  • Benjamin Hardy, PhD

    Benjamin Hardy, PhD

  • James Altucher

    James Altucher

  • Musaveer Holalkere

    Musaveer Holalkere

  • Gaurav Singh Ranawat

    Gaurav Singh Ranawat

  • Yash Trivedi

    Yash Trivedi

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable