Software Development
A Simple Guide to Shared Memory in Python
software-engineeringsoftware-developmentpython
9 Most Useful JavaScript Style Guides To Write Better Code
javascriptprogrammingcoding
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