Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

IoT Platforms Overview and Examples

Categories: Internet of Things. No Comments on IoT Platforms Overview and Examples

Post Views: 35 In this article we will look at various iot platforms and their overview. Different examples of iot platforms have been provided which can be used to develop a complete iot application.   An IoT platform is typically software running in the cloud, which provides functionality like device identification service, data aggregation service, […]

Read the rest of this entry »

Java Microservices on AWS: Best Practices for Scalability and Resilience

Categories: Cloud. No Comments on Java Microservices on AWS: Best Practices for Scalability and Resilience

Post Views: 18 Overview Java Microservices on AWS is a modern approach to building and deploying applications that is gaining popularity in the software development community. The approach involves breaking down a large application into small, independent services, each with its own functionality, and deploying them on a cloud infrastructure such as AWS. This allows […]

Read the rest of this entry »

Programming Raspberry Pi with Python

Categories: Internet of Things. 1 Comment on Programming Raspberry Pi with Python

Post Views: 105 In this article we will look at Programming Raspberry Pi with Python programming language.   LED blink program The schematic or connection diagram for blinking a LED using Raspberry Pi is as shown below.     Code for blinking and LED using Raspberry Pi given below: Subscribe to our monthly newsletter. Get […]

Read the rest of this entry »

Enhanced Interior Gateway Routing Protocol

Categories: Internet of Things. No Comments on Enhanced Interior Gateway Routing Protocol

Post Views: 23 In this article we will look at Enhanced Interior Gateway Routing Protocol (EIGRP) which is enhanced version of IGRP.   Introduction The Interior Gateway Routing Protocol (IGRP) is a routing protocol developed in the mid-1980s by Cisco Systems. Cisco’s principal goal in creating IGRP was to provide a robust protocol for routing […]

Read the rest of this entry »

Border Gateway Protocol

Categories: Internet of Things. No Comments on Border Gateway Protocol

Post Views: 31 In this article we will look at Border Gateway Protocol (BGP) which is one of the widely used networking protocol used in Internet.   Introduction BGP (Border Gateway Protocol) is the main dynamic routing protocol used across the Internet. Routers that use BGP protocol, exchange information about reachable networks. Along with information […]

Read the rest of this entry »

Extensible Messaging and Presence Protocol

Categories: Internet of Things. No Comments on Extensible Messaging and Presence Protocol

Post Views: 47 In this article we will look at Extensible Messaging and Presence Protocol (XMPP), which is one of the widely used protocols in IoT.   Introduction XMPP is a short form for Extensible Messaging and Presence Protocol. It’s protocol for streaming XML elements over a network in order to exchange messages and presence […]

Read the rest of this entry »

Constrained Application Protocol

Categories: Internet of Things. No Comments on Constrained Application Protocol

Post Views: 59 In this article we will look at Constrained Application Protocol (CoAP), which is one of the widely used protocols in IoT.   Introduction CoAP stands for Constrained Application Protocol, and it is defined in RFC 7252. CoAP is a simple protocol with low overhead specifically designed for constrained devices (such as microcontrollers) […]

Read the rest of this entry »

Message Queue Telemetry Transport Protocol

Categories: Internet of Things. No Comments on Message Queue Telemetry Transport Protocol

Post Views: 33 In this article we will look at Message Queue Telemetry Transport protocol (MQTT), which is one of the widely used protocols in IoT.   Introduction MQTT is a open protocol. It is used for asynchronous message queuing. MQTT is a machine to machine protocol. It has been widely used with embedded devices. […]

Read the rest of this entry »