• Skip to primary navigation
  • Skip to main content
  • Skip to footer

Varun Kruthiventi

Thoughts, actions, code ...

  • Home
  • About
  • Python
  • Microservices
  • Publications
  • Recommended Books

11 things to do after setting up a WordPress site

November 14, 2021 by Varun Kruthiventi Leave a Comment

Congratulations on setting up your WordPress site. What next? There are a few important things to take care of right after installing WordPress. 1. Disable XML-RPC WordPress provides an XML-RPC (Remote Procedure Call) API, which can be used to integrate with external systems for publishing bulk content remotely. If you are using a mobile or […]

Filed Under: Blog, WordPress Tagged With: Plugins, Security, WordPress, WordPress Setup

Rewind: South Trip 2019

October 17, 2021 by Varun Kruthiventi Leave a Comment

Off late, wondering when we will be back to normalcy and free to travel, just had a chance to rewind and look back at my trip to the South in 2019. I had a fantastic opportunity to visit a couple of spiritual places like Tirupathi and Tiruvannamalai. Had been to Tirupathi many times, but it […]

Filed Under: Blog Tagged With: Holidays, Temples, Travel

python-alpine and Postgres issues

May 26, 2021 by Varun Kruthiventi Leave a Comment

Ever ended up with this issue ? python:alpine is the best Docker base image to build containers for light-weight Python based applications. Most of the python applications like Django or Flask which has Postgres database backend will be using psycopg2 as a driver for making db connections. This module works well when used on plain […]

Filed Under: Blog, Docker, Python Tagged With: Development Tools, Docker, Python

Fixing Xcode path

May 22, 2021 by Varun Kruthiventi Leave a Comment

xcrun: error: active developer path (“/Applications/Xcode.app/Contents/Developer”) does not exist Ever faced this issue? Xcode comes bundled with a set of command-line tools which are required by some of the other tools like gcc or cmake. But sometimes due to various reasons like uninstalling Xcode or moving the Xcode application to a different path, you might […]

Filed Under: Blog, Mac, Xcode Tagged With: Development Tools, iOS, Mac, Xcode

Setting up Ambassador API gateway on Kubernetes

September 15, 2019 by Varun Kruthiventi Leave a Comment

Microservices are the new age design pattern that has been widely adopted in the recent times by many large scale applications on the internet. Checkout how Uber is using Microservices at scale. In this age of popularity for Microservices, it’s important to understand the importance of API gateways. WHY DO WE NEED API GATEWAYS? Consider you have […]

Filed Under: Blog, Kubernetes, Microservices Tagged With: Ambassador, APIs, Kubernetes, Microservices

Predicting Bitcoin Price using LSTM

January 12, 2019 by Varun Kruthiventi Leave a Comment

Predicting time series quantities has been an interesting domain in predictive analytics. Many traditional Quantitative forecasting methods like ARIMA, SES, or SMA are time-tested and widely used for things like predicting stock prices. With the amount of data we have around, neural networks make a good candidate for time-series forecasting that can outshine traditional statistical methods. Over the past few […]

Filed Under: Blog, Deep Learning, Python, Time series Tagged With: LSTM, Python, Time Series

  • Go to page 1
  • Go to page 2
  • Go to Next Page »

Footer

Recent Posts

  • 11 things to do after setting up a WordPress site
  • Rewind: South Trip 2019
  • python-alpine and Postgres issues
  • Fixing Xcode path
  • Setting up Ambassador API gateway on Kubernetes

Tags

Ambassador APIs AutoML Computer Vision Conference Paper Development Tools Docker Holidays iOS Kaggle Kubernetes LSTM Mac Microservices ML Neural Network Plugins Python R Security Temples Time Series Travel WordPress WordPress Setup Xcode

Archives

  • November 2021
  • October 2021
  • May 2021
  • September 2019
  • January 2019
  • May 2018

Copyright © 2022 · Varun Kruthiventi