How complex is Hello World really?Almost every beginner programmer's first program is “Write Hello World”, where you write the syntax that will print “Hello World” in the console. A straightforward program with a simple premise, but is a program like this complex? No, right? It turns...Feb 11, 2025·3 min read
Growing Threat of DeepfakesYou might have seen some funny AI-generated videos, like Will Smith eating pizza like a mad man or some celebrities or politicians saying or doing something weird that they haven't done all thanks to AI. These videos are hilarious but can sometimes c...Feb 5, 2025·3 min read
Host Your Own Chat LLM Interface with LibreChatI wanted to use various LLMs at the same time as different AI tools like ChatGPT or Gemini have their own unique specialities that make them different from others; while you can use different chat interfaces, it can cause some problems like login int...Feb 4, 2025·5 min read
What is hnsw - the algorithm that powers vector search engines and how is it relevant for you?This blog is written by Jeremy Rivera at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. While working on implementing a recommendation system for one of my projects, I kept hearing about the ...Dec 20, 2024·3 min read
What is htmx and why is it relevant?This blog is written by Jeremy Rivera at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. I started my tech career as a MERN (MongoDB, ExpressJS, React, NodeJS) web application developer. The m...Dec 20, 2024·3 min read
How can AI-Generated Tests revolutionize Quality Assurance?This blog is written by Jeremy Rivera at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. AI-enabled testing methodologies are starting to become a deeply game-changing force in software testin...Dec 18, 2024·4 min read
What is WSGI? Why is this needed for running apps in production?This blog is written by Jeremy Rivera at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. What is WSGI? As a web developer doing much more work with Python, I’ve recently found deployment trick...Dec 18, 2024·3 min read