-
Deploying a nginx application using Kubernetes for Self-Healing and Scaling
Kubernetes is an open source system for automating deployment, scaling and management of containerized applications. A more technical term for it is, container orchestrator which is used to manage large fleets of containers. Minikube is an all-in-one single node installation for trying out kubernetes on local machines. And the following post covers deploying a nginx…
-
E-Summit ’17 IIT Bombay — Experience
E-Summit is the flagship entrepreneurship event organized by IITB. The two-day annual summit promises to be an amazing meeting ground for industry experts, business leaders, investors and entrepreneurs and of course, students, many of whom are aspiring entrepreneurs. I attended this event in its 2017 edition and had mixed feelings on how the whole thing…
17, bombay, business, characters, competition, development, entrepreneurship, esummit, experience, fun, iit, iitb, innovation, introduction, learning, media, people, web -
5 notes on MVP architecture pattern for Android
Image credits Macoscope MVP (Model View and Presenter) is an architectural pattern inspired by the popular MVC pattern. MVP addresses two main points : Make views as…
android, android studio, Application, architecture, coding, development, fun, how, Internet, introduction, java, learning, libraries, Linux, mobile, MVC, MVP, pattern, programming, technology, to, web -
How to detect emails, phone numbers, web URLs, hashtags in Android TextView? : SmartTextView library
Smart Text View Star On GitHub Follow On GitHub Many applications in android use TextView that detects and highlight various string patterns like emails, phone numbers, web URLs and even hashtags. This functionality is very common and and is used extensively and frequently in many app. Thus to ease the process of adding this functionality…