Introduction to AWS and AWS Compute Services
Introduction to AWS cloud and it’s benefits, cloud deployment models and service models, AWS compute services, its security and compliance.
Read More Introduction to AWS and AWS Compute ServicesJust a journey of an ungrad student in the journey to find his Degree.
Introduction to AWS cloud and it’s benefits, cloud deployment models and service models, AWS compute services, its security and compliance.
Read More Introduction to AWS and AWS Compute ServicesHello, this blog contains the basic concepts and applications of array, vector, linked list, stack, queue, priority queue, binary tree, binary search tree, heaps, threaded binary tree, graphs and hash tables.
Read More Intro into 8 basic Data StructuresHello, this blog contains the basic concept of hashing, hashing terminologies, various hashing functions, various collision resolution strategies, chaining with and without replacement, chaining using linked list and extendible hashing. At the end it contains link to a GitHub repository, along with my another blog on encryption and decryption. Concept of Hashing: To search for […]
Read More Intro into #Hashing ?Hello, this blog contains basics of computer networking.
Read More How does modern computer networking work?Hi, this blog contains basics of software engineering.
Read More Basics of Software EngineeringHi, I was reading about all the different algorithm approaches, i couldn’t find a blog containing, all of them so i made one.
Read More Basics of an Algorithm and Different Algorithmic ApproachesWhat do you mean by database, database languages, Entity Relation Diagram, Relational schema and Converting ER to Relational model. Relational Algebra using SQL join, selection and projection and Relational Calculus. Data base design, anomalies present, normalization forms.
Read More Intro into Database ManagementHi, so this blog focuses on the basics of Docker, Kubernetes, Managing Deployment, Canary deployments, Continuous Deployment using Jenkins or Spinnaker along with google cloud services.
Read More Google Kubernetes Engine basicsHi, so I was one of the Google cloud Facilitators for this year. This blog contains a list of all the cloud services offered by google which were covered in the Cloud Engineering Track.
Read More Google Cloud Services basicsWe will be covering what are graph data structures, along with how to represent them, traverse them, find minimum spanning tree using prim and kruskal, finding short path using dijkstra and sort the graph using topological sort.
Read More Basics of Graphs