Blog Feed

Featured

Things to know about Streaming data

Stream processing services and architectures are becoming increasingly popular because they enable developers to mix data feed from multiple sources, and since not all data is produced equally and its value changes.

This blog will cover the introduction to streaming data, components of streaming data architecture, integrating batch processing with stream processing, and in depth about Amazon kinesis services.

Advertisement

Read More Things to know about Streaming data
Featured

Things to know about Machine learning(ML) models on cloud

As data becomes more diverse and valuable, we will see more Machine Learning models on cloud. With the rise of intelligent machines, it is becoming important for developers to understand Machine Learning approaches on cloud.

This blog covers what is machine learning, distributed machine learning, Amazon Rekognition, Amazon Lex, Amazon Sagemaker, and Amazon EMR.

Read More Things to know about Machine learning(ML) models on cloud
Featured

Things to know about Data-Driven Architecture on cloud

As data becomes more diverse and valuable, we will see more data-driven architecture and software. With the rise of data, it is becoming important for developers to understand data-driven approaches.

This blog explains what data is, how can we enrich our data, how can we analyse our data, and how to best use our data. We will be covering AWS Glue, AWS QuickSight, and AWS Sagemaker.

Read More Things to know about Data-Driven Architecture on cloud
Featured

Things to know about various UML diagrams (Use case, 4+1 view model, CRC cards, Class and object diagrams)

In this blog, we are going to focus on object oriented design and analysis for a solution. We will be covering basics of UML and various behaviour, interaction and structure UML Diagrams. We are going to cover Use case diagram, 4+1 view model, class responsibility collaborator cards, class diagrams and object diagrams.

Read More Things to know about various UML diagrams (Use case, 4+1 view model, CRC cards, Class and object diagrams)
Featured

Things to know about Phishing attacks

As the number of cyber security attacks are growing exponentially, In 2020, approximately 75% of enterprises around the world will have experienced a phishing attack. In this blog, we will cover what do you mean by a phishing attack, the most commonly used phishing techniques, the life cycle of a phishing technique, and ways to prevent a phishing technique.

Read More Things to know about Phishing attacks
Featured

Things to know about Event-Driven Architecture

With the continuing growth of micro services and the cloud best practice of designing decoupled systems, it’s imperative that developers have the ability to utilize a service, or system for better scalability and availability. Event-driven architecture focuses on function as a service, giving the developers more availability, elasticity, scalability, and cost optimization. This blog covers what do you mean by serverless architecture, when to use it, and various AWS serverless services such as API Gateway, Lambda, SQS, SNS, and SES.

Read More Things to know about Event-Driven Architecture
Featured

What is Quantum Computing ?

I choose Quantum computing for my Literature review project in Smart materials, for which I had to read about 10 research papers along with a variety of blogs and resources

In this blog, I will be covering the basics of quantum mechanics and principles of quantum mechanics used in quantum computing, the basics of quantum computing and the principles of quantum computing, Qubits vs bits, Qubit gates and Qubit Circuits.

Read More What is Quantum Computing ?
Featured

Fundamentals to manage, monitor and secure AWS Cloud

This blog focuses on maintaining and monitoring AWS applications to ensure they are operating at required utilization thresholds, and are protected from any external threats. I will be covering fundamentals of AWS CloudTrail, AWS Config, AWS Trusted Advisor, AWS CloudWatch, AWS Health Dashboards, AWS Identity and Access Management(IAM), AWS Web Application Firewall(WAF), AWS Firewall Manager […]

Read More Fundamentals to manage, monitor and secure AWS Cloud
Featured

Cloud Networking Fundamentals

I spent over a couple of weeks reading about Virtual Private Cloud(VPC), public and private subnets, Internet Gateway, Route tables, Network access control lists(NACLs), Security Groups, Nat Gateway, Bastion hosts, VPC peering, AWS Transit Gateway, VPN connections, AWS Direct connect, AWS Route 53 and AWS Cloud Front.

Read More Cloud Networking Fundamentals
Featured

Intro into #Hashing ?

Hello, 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 ?
Featured

Basics of Graphs

We 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
Featured

GIT IT ?

Do you get git ? , if not then this might be really helpful for you . Q1.Why know version control ? It’s super important to have detailed historical information for your organization’s configuration files and automation code. This let’s the administrators see what was modified and when, which can be critical to troubleshooting. It […]

Read More GIT IT ?
Featured

Linked List

A linked list may be defined if all the block are linked to each other ,using address of the blocks . It’s different from an array , as an array is a collection of simultaneous boxes , where as list is collection of boxes which are connected by a string . An Example of Linked […]

Read More Linked List

Things to know about various UML diagrams (Sequence, activity, State transition, Component and Deployment)

In this blog, we are going to focus on object oriented design and analysis for a solution. We will be covering basics of UML and various behaviour, interaction and structure UML Diagrams. We are going to cover Sequence diagram, Activity diagram, State transition diagrams, component diagrams and Deployment diagrams.

Read More Things to know about various UML diagrams (Sequence, activity, State transition, Component and Deployment)