Technology


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

Convert Nested Dictionary to pandas Dataframe

we have created 3 dictionaries inside a dictionary “countries”. We then assigned these dictionaries to the values of the respective keys, 1 and 2, and 3. In the pandas’ document, The “orientation” of…

pythondata-sciencetechnology

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

Revolutionizing Presentations: A Look at Tome.app, the AI-Powered Storytelling App

Creating effective presentations can be a challenging task for many individuals and businesses. From crafting a compelling narrative to designing visually appealing slides, there are many factors to…

artificial-intelligencetechnologybusiness

10 Strategies to Alter ChatGPT's Writing Style

The writing style of ChatGPT may not be suitable for all audiences. The good news is, with the right approach, you can change it.

technologyartificial-intelligencetech

ChatGPT System Design: A Technical Overview

ChatGPT is a state-of-the-art language generation model developed by OpenAI. It is based on transformer architecture and is trained on a massive dataset of conversational text. The model is…

chatgpttechnologyprogramming

Jarvis GPT: Create your own version of Jarvis from Iron Man using Python and OpenAI API

Chat GPT is a hot topic right now and it’s taking the world by storm. It’s possibility to respond in a human-like way is highly appreciated and causes many discussions about the future use of this…

pythonchatgptopenai

Create A Graph with 2 Legends

How to create a graph in Python with two legends using matplotlib and the legend() function.

technologygraphdata-science

RapidFuzz versus FuzzyWuzzy

String matching with Python

technologypythonprogramming

5 Ways To Detect Mobile Browsers in JavaScript

Responsive web design is not only about CSS

programmingweb-developmentreact