Software Development


As Agile Evolves, So Do Its Challenges: How I Aim to Tackle Ambiguity and Scope Creep in Real-Time

businessagilesoftware-development

How To Choose a Tech Stack For Your Next Project

'How to choose technology stack?' is a question that every startuper asks when starting a new project. Our article will try to give you an answer to this question.

web-developmenttech-stacksoftware-development

How to Append JavaScript Data to FormData

Append primitive values, arrays, objects, and files to a FormData in JavaScript. Follow this tutorial and become a FormData master!

javascriptweb-developmentprogramming

Amazon SES or Amazon SNS: Choosing the Right Messaging Service for Your Needs

technologysoftware-developmentaws-sns

AWS Lambda or AWS Batch: Making the right choice for your workload

This article provide detailed comparison of AWS Lambda and AWS Batch which helps in making choice of AWS Batch or AWS lambda for computation of workloads

awsaws-lambdasoftware-development

Cross Account Amazon S3 Bucket Access Setup Using Terraform

How to set up cross account Amazon S3 bucket access using Terraform.

awss3terraform

How to Create a CSV File on an Amazon S3 bucket without storing it on a local machine?

A guide to creating a CSV file on an Amazon S3 bucket without storing it on a local machine.

awss3-bucketcsv

React Router: How to Use the useParams() Hook

A guide (with examples) on how you can use the useParams() hook to improve your web applications.

javascriptweb-developmentreact

Building A Beautiful Link Preview With Web Components

Recently, I improved the design of my Web Highlights app's dashboard by showing a link preview for each highlighted page. Here is what the new design looks like: In this article, I want to share how…

javascriptfront-end-developmentweb-development

10 Killer APIs for Your Next Python Project

A collection of useful public APIs you can use in your Python project

python3programmingcoding