My Talks
Recent Top
-
Deploying application securely using Hashicorp Vault
Secret Management becomes tedious while dealing with a lot of users/applications. Let's try to deploy a sample application using Jenkins CI/CD to Kubernetes cluster with Hashicorp vault and understand how vault is able to solve it seamlessly.
-
Power of Hashicorp Vault and it’s internal
As we are started moving all our infra to cloud,secret management for the applications and also for the developers/infra admin is the challenging task. This talk will discuss about how Vault solves this problem and also lets understand the reasons behind the architecture of vault.
-
How to orchestrate containers and what are the components needed for it ?
We all agree that containers are great. Can we run plain containers(say 2000) ? What are the problems ? How can we orchestrate ? Can we design the architecture of our own orchestrator and compare with Kubernetes, Nomad and docker-swarm.
-
How flutter is different from react native and other hybrid mobile technologies + Intro to flutter
Flutter is new the emerging technology in the mobile world. Lets talk about how it is features and architecture designs and how it different from react native and other hybrid mobile technologies. What is the real power of Flutter ? and a quick start for developing in Flutter
-
Angular 1 vs Angular 2 + Intro to Angular 2
Why Google wrote Angular 2 from scratch (insteadof on top of angular 1)? Why Angular 1 is slow and how angular 2 is able to get good performance?
-
Pattern Matching and Recursion in Elixir (Paired with Another Person)
Lets discuss about How cool is the pattern matching feature in Elixir and how thinking solution recursively helps to get simple solutions.