Skip to main content

Praful Itankar

Praful Itankar is a Senior Technical Consultant with over 10 years of experience in MultiCloud and DevOps technologies. He looks forward to sharing his knowledge on the latest technology trends through blogging.

Blogs from this Author

Personalization Strategy, Marketing Concept. Increase Engagement, Drive Sales. Collecting Data, Analyzing, Creating Experiences For Each Customer.

CI-CD Deployment On AWS EKS by GitHub Actions

GitHub Actions is an open-source CI-CD tool that is an extended feature of GitHub. It automates software workflows with world-class CI-CD. Build, Test, and deploy your code from GitHub. How GitHub Actions Work Workflows: Workflows are automated processes defined in the YAML file and triggered on an event like Push. Events: Events are operations that […]

Internet Infrastructure Concept. Abstract Technology Background.

Retrieve Your Application Data Using AWS ElastiCache

AWS ElastiCache is a service that improves web application performance by retrieving information from fast-managed in-memory caches. What is Caching? Caching is the process of storing data in a cache. A cache is a temporary storage area. Cache are optimized for fast retrieval with the trade off that data is not durable. The cache is […]

Monitor Workflow with Apache Airflow

Apache Airflow is an open-source tool to programmatically author, schedule, and monitor workflows. It is one of the most robust platforms used by Data Engineers for orchestrating workflows or pipelines. You can easily visualize your data pipelines’ dependencies, progress, logs, code, trigger tasks, and success status. With the help of Apache Airflow  and Python we […]

Programer Codes On A Laptop Connected To Additional Screen

Maintain your Azure Infrastructure with Terraform

Terraform is an Infrastructure as Code (IaC) tool owned by HashiCorp, which allows you to build, deploy, change, and manage infrastructure using code. It helps you define resources and infrastructure in human-readable, declarative configuration files and manages your infrastructure’s lifecycle. Code is the instruction written in a human-readable format with extension (.tf) or in (.tf.JSON), […]