Close

Connell Watkins

He loves building software and making music. Coding since 2005. Everyday learning and sharing knowledge.

Implementing the Internet of Things with MySQL

Implementing the Internet of Things with MySQL

The Internet of Things (IoT) has grown from an exciting concept to a paradigm-changing how individuals and businesses operate in the 21st Century. It is based on connecting IP-capable devices so they can communicate in various ways. They range from automated industrial assembly lines to intelligent appliances that promise to make life […]

Devamını Oku

RSA Key Generation, Signatures, and Encryption using OpenSSL | Encryption Decryption using openSSL

RSA Key Generation, Signatures, and Encryption using OpenSSL | Encryption Decryption using openSSL

Demonstration of using OpenSSL to create RSA public/private key pair, sign and encrypt messages using those keys, and then decrypt and verify the received messages. Commands used: OpenSSL. Encryption And Decryption Encryption is converting data into an unreadable form by unauthorized parties. This is done by using a mathematical algorithm […]

Devamını Oku

How Technology is Solving the Big Problem of the Shortest Transportation Leg

How Technology is Solving the Big Problem of the Shortest Transportation Leg

The last mile is the final leg of a product’s journey from a warehouse or distribution center to the customer’s doorstep. It is often the most costly, complex, and critical step in the retail supply chain. This is because it involves various factors, including traffic congestion, parking availability, and customer […]

Devamını Oku

Streaming Made Simple: Unleashing the Power of AWS Kinesis Firehose for Real-time Data Processing

Streaming Made Simple: Unleashing the Power of AWS Kinesis Firehose for Real-time Data Processing

AWS Kinesis Amazon Kinesis is a fully managed service that Amazon Web Services (AWS) provides for real-time processing and analyzing streaming data. It enables you to collect, process, and analyze large volumes of streaming data in real-time from various sources such as social media, logs, IoT devices, and clickstreams. Amazon […]

Devamını Oku

Onion Architecture with DDD and CQRS

Onion Architecture - Software Design Patterns Explained

Onion Architecture is a design approach that aims to create a separation of concerns within the layers of an application. It is called “onion” architecture because the design is layered, with the core domain logic at the center and the outer layers representing services and infrastructure. The layers of an […]

Devamını Oku

Driving Innovation: Unleashing the Potential of Iterative and Agile Management

Driving Innovation: Unleashing the Potential of Iterative and Agile Management

Iterative and Agile management are two project management methodologies recently gaining popularity. While they have different focuses, they can be used together to provide a robust framework for delivering successful projects. Iterative management is breaking down a large project into smaller, manageable chunks. This allows teams to identify and address […]

Devamını Oku