By looking at the title, you may say not just insurance 🙂 Let’s dive into the insurance landscape and what is the best course of action the businesses can take. Day by day, the inflation is going up or at least ‘showing up’ it stays wherever it is, but the costs have gone up multifold, […]
Let us get clarity on this million-dollar question. Today you can’t sell anything without associating with AI. Implementing AI is a mandate that I agree. After all, if we are not taking advantage of the technology, then what is the point in having one? AI is nothing, but algorithms have existed for decades (and ongoing […]
Google is making a pretty good move and fitting answer to ChatGPT. A lot of buzzes about the thread to Google’s search business from the evaluation of ChatGPT. Google has not only brought in Bard as an answer. Indeed the original search is beefing up with new features. In particular, the ‘Multisearch.’ That’s not an […]
It’s buzzing news that Amazon Prime architecture is shifting to a monolithic application. Many videos and articles are mushrooming to criticize microservices and serverless architecture. We should come out of this crowd mindset. I always believe that business needs should drive the choice of technology. Sometimes a technology or architectural change can positively impact how […]
A paradigm shift in any industry happens once in a while. Software development is not an exception here. Most of the time, we experience incremental improvements and inspired duplicated products and services. Microservices and Containerization is a paradigm shift in modern scalable web application development. Can you think of scaling an application without microservice architecture […]
In the last two posts, we discussed the importance of DevOps and TDD. Unfortunately, the importance given to various phases of development diminishes in the downstream stages. When I say ‘importance’, I mean the brain power used to discuss, debate, and share knowledge. You see plenty of articles and knowledge sources for development and testing, […]
TDD is the most underrated but mandatory software development methodology. In the last post, I mentioned DevOps is not an option anymore. While that’s the truth, the success of DevOps depends on how much the application/product testing is automated. Continuous improvement is warranted if you aspire for superior quality software and to face fierce competition. […]
DevOps is no more an option; it’s a moral obligation to implement by IT. Delivering a new feature at months or even weeks intervals should be considered a sin; at least should be from a technological perspective. Releasing a new feature should be a business call rather than a feasibility of IT. If not daily, […]
To expose node port service in google cloud Kubernetes engine a few things to note, Service can only be exposed through NodePort with port range of 30000–32767 In case if you have your service defined as below to expose in Google Kubernetes Engine(GKE). apiVersion: v1 kind: Service metadata: name: nginx spec: type: NodePort ports: – […]
I was facing a strange issue while deploying k8s image Recognized this is something to do with the images I tried deploying couple of micro services and built an image in Macbook pro M1 chip something rang a bell.. is this due to the platform arch difference? please refer this screenshot that the client and […]