Blog


I Got GPT-4 Access. Is It Worth The Hype?

I opened ai.com, and to my surprise, I have GPT-4 to tinker around. OpenAI has officially announced the launch of GPT-4, the latest version of their highly successful language model. GPT-4 can look…

Artificial IntelligenceMachine LearningGpt 4

Visual chatGPT — Send, Receive, and Edit Images

Recently, the creation of large language models (LLMs), such as T5, BLOOM, and GPT-3, has advanced significantly. Because ChatGPT is trained to hold on to conversational context, reply appropriately…

ChatGPTArtificial IntelligenceAI

How to Jailbreak ChatGPT

Make ChatGPT say anything with these prompts. In this article, I benchmarked the most popular jailbreak prompts (e.g. DAN) to see what works best!

TechnologyArtificial IntelligenceTech

Using AWS to Create a Docker Swarm Cluster

AWSDockerContainers

TypeScript Made Easy: A Practical Guide To Your First Type-Safe App with Next.js, WunderGraph, and Prisma

It’s time to put your fears aside and learn TypeScript. Let’s give you your first “Eureka!” moment by building a full stack Todo App with end-to-end type safety!

TypescriptNextjsWundergraph

Types of ChatGPT Prompts

The different types of ChatGPT prompts that we can use to get the best results.

ChatgptPromptPrompt egnineering

Implementing Istio in AWS

AwsCloudIstio

Streamlit and SQLite: The Ultimate Duo for Application Development

Step-by-Step Guide to Building a Password Manager System with Streamlit and SQLite3 in Python

PythonSqlData

Micro Frontend with Module Federation in React

ReactModule FederationMicro Front End

Real-Time Image Processing using WebSockets and Flask in Python and JavaScript

Real-time image processing has gained a lot of importance in recent years due to its various applications. The applications range from facial recognition to autonomous vehicles. In this tutorial, we…

PythonFlaskJavaScript