Memory Layout of a Structure
In the previous post we discussed about structures – What structures are and how they can be useful. We also discussed how to declare and… Read More »Memory Layout of a Structure
In the previous post we discussed about structures – What structures are and how they can be useful. We also discussed how to declare and… Read More »Memory Layout of a Structure
In this post we will have a look at Structures in C. We will first try to understand a problem statement and then see how… Read More »Structures in C
Have you ever wondered, what might be the reason for, when you connect a device with USB to a computer and the computer doesn’t detect… Read More »Device Drivers Development – Introduction
Creating a S3 bucket To create a bucket Sign in to the AWS Management Console and open the Amazon S3 console at https://console.aws.amazon.com/s3/. Choose Create bucket.The Create bucket wizard… Read More »How to store and extract data from AWS S3 bucket?
Introduction Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. This means customers of… Read More »What is Amazon S3
Introduction Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative… Read More »Whats is DynamoDB ?
Prerequisites for creating an AWS lambda function An AWS account. Knowledge of anyone of the programming languages like C#, Go, Java, Node.js, Python. Ability to… Read More »How to create AWS Lambda function
Introduction AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume – there’s no charge… Read More »AWS Lambda
Most hobbyists and many professionals use EAGLE CAD as a daily tool in designing schematics and laying out PCB. I’m going to share with you… Read More »AUTODESK EAGLE – Tips & Tricks 1