Posts

Showing posts with the label microservices

All about Docker Container

Image
What is Docker? Hey Family, So welcome to one more trending Tech Blog, today we are going with Docker and OS-Level Virtualization. If you are not aware of how Servers Client work and maintained over Cloud: I would strongly recommend you to first go through the below blog for a better understanding of how applications actually work. Read more on Cloud: What is Cloud Computing and how do Cloud works? Also more updates over Trending Tech and how computers are the Next-Gen Artificial Intelligence created by Human Intelligence Read more on DevOps Trends: How Automation will take over today's manual process Okay..! So assuming that you are aware of how Server, Client, and Applications works so let's get started: Que: What is Virtualization? How Virtualization works? Virtualization means creating a virtual version of a resource or device, such as a network, storage, server, device, or even an OS where the framework divides the resource into many more execution environments Okay, so I

All About Kubernetes (A Complete Guide to DevOps)

Image
What is Kubernetes? Hey Folks, We are here with the latest blog on Kubernetes. I would strongly recommend first to go through my below-mentioned blogs if you don't have any idea on DevOps and Microservices. Where I have explained in very simple layman language what these terms actually mean into Computer Science. READ MORE: ALL ABOUT DEVOPS (A COMPLETE GUIDE TO DEVOPS) READ MORE: HOW TO IMPLEMENT MICROSERVICE CODED IN HACKATHON EVENT NOTE: You can skip if you are already aware of the above mentioned technologies. So as you know nowadays resources are being managed virtually. Also, the concept of Virtualization is being implemented on a big scale. Where we have big Hardware which divided into many individual Services. Please go through my below mention blog to understand more on Virtualization & Cloud. READ MORE: ALL ABOUT CLOUD COMPUTING & VIRTUALIZATION As now you are aware of all basic concepts. Let's jump to point. What is Kubernetes? Kubernetes is a flexible, portab

How to Implement Microservice Coded In Hackathon Event

Image
Microservices in GraphQL Hey Family, As you already know with the title we are going to discuss, Trending topics of 2020 today. I promise today's Blog would change your thinking about how Projects are currently working and how they will work in the coming time. Hold it and stay tuned for the below-mentioned topics: What is Microservices Architecture? GraphQL with Microservice using Docker Construct an application as a set of services that are, Highly maintainable and testable. Loosely coupled.  Deployed, Maintained and Developed independently From the starting separated by service boundaries which make it more convenient to scale up the development effort if needed Making it more convenient to choose the technology stack (programming databases, languages, etc.) which is best suited for the required service Monolithic vs Microservices Monolithic Monolithic Architecture Single Code Base Often time-consuming and confusing Difficult deployment with maintenance windo