Sudhanshu Sanjay Motewarsudhanshumotewar.hashnode.dev·Sep 15, 2024AWS CDK - Building Cloud Infrastructure as Code🧑💻👉 Quick Intro 🔥 There are many ways to create resources in AWS like AWS Management Console AWS CLI AWS Software Development Kit (AWS SDK) AWS Cloud Development Kit (CDK) Terraform many more… You should know AWS CloudFormation before going...Discuss·11 likes·53 readsAWS
Bolaji Ayodejiblog.bolajiayodeji.com·Sep 11, 2024FeaturedHow to Build Design Editing Apps using Nextjs, Clerk, and IMGLY’s CE.SDK EngineCreative designs have become more important than ever in the software ecosystem today with many industries and end-consumers having several use cases that require them to offer design editing solutions to either designers or end-consumers. Every busi...Priya Raimagiya and 1 other are discussing this2 people are discussing thisDiscuss·42 likes·262 readsWeb EngineeringNext.js
John Vesterjohnjvester.hashnode.dev·Sep 10, 2024Mastering Multi-Cloud and Edge Data Synchronization: A Retail Use Case with KubeMQ’s Java SDKIn today’s rapidly evolving enterprise landscape, managing and synchronizing data across complex environments is a significant challenge. As businesses increasingly adopt multi-cloud strategies to enhance resilience and avoid vendor lock-in, they are...DiscussCloud
Lahiru Jayasundarablog.madushanx.com·Sep 7, 2024Basic Authentication with AWS Cognito in Node.js using AWS SDK v3Table of Contents Introduction What is AWS Cognito? Prerequisites Step 1: Setting Up an AWS Cognito User Pool Step 2: Using AWS SDK for JavaScript v3 in Node.js Step 3: Project Setup Step 4: Sign-Up, Confirm, Sign-In, Resend Code, and Password...Discuss·33 readsAWS
Qasim AlbaqaliforCalo Engineeringengineering.calo.app·Sep 3, 2024Inter-Service Communication: Simplifying Integration and Enhancing EfficiencyService-to-service communication (also known as inter-service communication) refers to the exchange of data or messages between different services or components that collectively form a larger application or system (think how different microservices ...Discuss·54 readsAWS
Armstrong Olawandearmstrongolawande.hashnode.dev·Aug 11, 2024How to deploy any solidity contract using thirdweb sdk.Deploying smart contracts can often seem like a complex task, particularly for newcomers or frontend developers who may not be familiar with solidity smart contracts. Fortunately, ThirdWeb has transformed this process by simplifying the deployment of...DiscussThirdweb thirdweb
Pulkitblogs.devpulkit.in·Aug 8, 2024Simplifying Cloud Storage: Node.js and AWS S3 IntegrationI was recently working on a project(image-tweaker) that required an image upload feature. I needed a reliable storage system to store the images. After researching various options, I decided to use a cloud storage service for its scalability and ease...Discuss·1 like·153 readsAWS
Aditya Panchalaudi2654.hashnode.dev·Aug 7, 2024All About Setting up, Building & Installing AWS C++ SDK from Source on Personal DeviceThis is a tutorial type article which will mostly be a step-by-step listing of instructions on how to set, build & install AWS C++ SDK from its Source Code on Local Device. Article is divided in 4 Parts A. Setting up AWS IAM Identity Center (IDC) & A...Discuss·44 readsAWS
Thalles Lossurdosocraticprogrammer.hashnode.dev·Jul 23, 2024Overriding file name of an S3 object using pre-signed URL and AWS SDK for JavaScriptWhen you use pre-signed URL for sharing objects with AWS S3, you can change the default file name (the name of object in bucket) using the header: Content-Disposition. The Content-Disposition header in HTTP dictates whether the content is displayed i...Discusspresignedurl
Karan Mhaskekaranfromdevops.hashnode.dev·Jul 22, 2024Understanding APIs and SDKs: A Comprehensive GuideIn the world of software development, APIs (Application Programming Interfaces) and SDKs (Software Development Kits) are crucial tools that enable developers to build, integrate, and enhance applications. While they serve different purposes, both are...DiscussAPIs