Posts by Year

2022

Bulk Data Load in Redshift using Pentaho

less than 1 minute read

Redshift database is a cloud based, data warehouse solution offered by Amazon. It provides storage system that stores petabytes of data in easy-to-access clu...

Back to top ↑

2021

Q&A for Python interview

19 minute read

Important topics in Q&A format is based on my experience. Feel free to update me in case of any observation or you want to add anything.

Automate airflow scheduler log cleanup

less than 1 minute read

Airflow Airflow is a platform created by the community to programmatically author, schedule and monitor workflows.

Remote command execution over SSH using Python

3 minute read

SSH SSH or Secure Shell is a cryptographic network protocol for operating network services securely over an unsecured network.[1] Typical applications includ...

Back to top ↑

2020

Learning Python

1 minute read

Learn Python and transform your career as Python developer. Follow this post and keep learning.

Scrape Linkedin Post Content

less than 1 minute read

Scrape linkedin.com post using Python Linkedin is for professional networking. it is also used by employers for posting jobs. There are cases where recruite...

OneClick Resume Uploader

1 minute read

OneClick Resume Uploader Updating profile daily increases the probablity of getting noticed by recruiters on job portal. Using OneClick resume upload hack, ...

Back to top ↑

2019

Oracle Database Administration Topics

1 minute read

Useful points related to Oracle Database Administration How to take export back of oracle database schema? Schema can be exported using expdp command. ...

Git setup and command

6 minute read

What is Git? Git is a distributed version-control system for tracking changes in source code during software development.It is designed for coordinating work...

Performance Tuning!

2 minute read

Introduction Performance tuning is a set of approach to optimize the database operations. Tuning is done at many level, depending upon the nature of iss...

Flask CRUD

1 minute read

Flask CRUD Demo Application Flask Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the abi...

Oracle Sql and Pl/Sql topics as Q&A

7 minute read

Important topics in Q&A format is based on my experience. Feel free to update me in case of any observation or you want to add anything. This post is spe...

Scrape web using Scrapy FrameWork

less than 1 minute read

Scrape Naukri.com job using Scrapy Scrapy An open source and collaborative framework for extracting the data you need from websites. Using scrapy you can s...

Flask Restful Api

less than 1 minute read

Flask Restful Api Flask-RESTful is an extension for flask that adds supports for quickly building REST APIs. In this example, restful api is exposed for vi...

Back to top ↑