Javascript Top Javascript Frameworks to learn in 2023 JavaScript is a programming language that has been around for over two decades and has become one of the most popular programming languages in the world. With the rise of web development and
Natural language processing Word Representation in NLP - Part 1 The basic ideology behind Natural Language Processing (NLP) is to teach machines to understand human language in written or spoken form and to derive meaning from it.
Product management 4 Product Prioritization Techniques for Product Managers Prioritizing your products and features is the most important skill for every Product Manager at any level of experience. How do Prioritization Techniques help? Action-Priority Matrix How to Score the Tasks? Quick Wins
Docker Java Springboot Deploying Multiple Spring Boot Microservices to Docker using Docker Networking In a previous docker tutorial we saw how to deploy a single Spring Boot Microservice to Docker container. But suppose the requirement is such that we may need to deploy multiple microservices to
Docker Java Springboot Docker Basics Wikipedia defines Docker as an open-source project that automates the deployment of software applications inside containers by providing an additional layer of abstraction and automation of OS-level virtualization on Linux
Java Springboot Microservices Spring Cloud- Netflix Eureka + Ribbon Simple Example(client side load balancing) In this post we make use of Netflix Ribbon for Client Side Load Balancing. In previous posts we made use of Netflix component Eureka for service registry and discovery.
Java Springboot Microservices Microservice Registration With Spring Cloud Using Netflix Eureka - Part 4 In previous post we registered a microservice to Eureka server. This post we consume this service by discovering the student-producer service from the Eureka server.
Java Springboot Microservices Microservice Registration With Spring Cloud Using Netflix Eureka - Part 3 In this series we’ll learn how to use Netflix Spring Cloud Components. In these posts we make use of Netflix component Eureka for service registry and discovery.
Java Springboot Microservices Microservice Registration With Spring Cloud Using Netflix Eureka - Part 2 This is the second article in a series of 5 articles covering service discovery in microservices architecture using SpringBoot and Netflix Eureka: