Python Code Unit Test for Quality and Reliability
Author(s): Amit Chauhan Originally published on Towards AI. Early-stage testing before production level This member-only story is on us. Upgrade to access all of Medium. Photo by Ferenc Almasi on Unsplash Introduction Writing unit tests for Python code. It comes under software …
Protect Your LLM App. A Must Read!
Author(s): Dr. Mandar Karhade, MD. PhD. Originally published on Towards AI. Aiming to educate about the potential security risks of deploying LLMs This member-only story is on us. Upgrade to access all of Medium. The OWASP Top 10 for Large Language Model …
Excalidraw: How to Express Yourself in Data Science More Clearly With Drawings
Author(s): Bex T. Originally published on Towards AI. Instead of 1000 words, use a single striking sketch. This member-only story is on us. Upgrade to access all of Medium. All images and gifs are by the author Even though youβve heard it …
Impostor Syndrome β A Developerβs Best Friend
Author(s): Catalin’s Tech Originally published on Towards AI. Programming, Software Engineering Photo by Joshua Sukoff on Unsplash Reading the title, you might say something is wrong with me. But I dare to repeat it. The impostor syndrome is a developerβs best friend …
My VS Code Setup To Debug Rasa Chatbots At Runtime
Author(s): ___ Originally published on Towards AI. When All You Want To Do Is Track State Changes In this article, I will share my VS Code-based workflow to troubleshoot Rasa bots at runtime. This is a useful workflow to know when your …
How To Make Cloud Cost Estimation With Terraform
Author(s): Guillaume Vincent Originally published on Towards AI. Automate cloud cost estimation in your pull requests Photo by Executium on Unsplash Cloud computing is great for growing your business quickly. You only pay for what you use. Itβs a double-edged sword, you …
Six Reasons Why We Need to Take a Collaborative Approach to AI Development
Author(s): Rudradeb Mitra Originally published on Towards AI. Courtesy: Flickr (This article is co-authored with Yang Gao and Michael Burkhardt) A century ago, in 1906, statistician Francis Galton showed the power of the crowd. At the International Exhibition in London, he asked …
How AI is Revolutionizing the Process of Fintech Firms?
Author(s): Kristy Hill Originally published on Towards AI. Top highlight AI is expanding the development of Fintech Companies and taking care of human issues, by increasing efficiency. How AI is Revolutionizing the Process of Fintech Firms? Artificial Intelligence has revolutionized the finance …
How To Commit Your Cloud Credentials To Version Control Systems
Author(s): ___ Originally published on Towards AI. Commit your cloud credentials to version control systems securely In this article, I will share a way to securely commit sensitive information to version control systems (VCS). The focus will be on committing AWS credentials, …
This New Startup Is Designed to Take Down AWS and DevOps Jobs
Author(s): Shubh Patni Originally published on Towards AI. Photo by Thao Le Hoang on Unsplash Are you a founder or running your business on the cloud? Are you frustrated with your recurring cloud maintenance, DevOps salaries, and cloud costs? Render is a …
Reimagining the Recommendation Engine
Author(s): John Adeojo Originally published on Towards AI. Demonstrating The Utility of AI Assistants as a New Flavour of Recommendation Engine Image by Author: Generated with Midjourney AI is transforming the way in which we interact with online apps. At present, we …
Team Up for Data Analysis Success: Discover Your Full Potential
Author(s): Amit Kumar Originally published on Towards AI. Data analysis is a constantly Π΅volving field that rΠ΅quirΠ΅s a divΠ΅rsΠ΅ sΠ΅t of skills for succΠ΅ss. For a data analyst, achieving this role is a significant accomplishmΠ΅nt. HowΠ΅vΠ΅r, it is Π΅qually important to comprΠ΅hΠ΅nd …
How To Call a Python Function With A String?
Author(s): Louis Chan Originally published on Towards AI. Methodcaller, Get Attribute, Namespaces, and more Photo by James Harrison on Unsplash Welcome to a series of short posts, each with handy Python tricks that can help you up your game. In this blog, …
Unleashing the power of WebSockets for real-time Model Inference
Author(s): Vatsal Saglani Originally published on Towards AI. A hands-on guide to serving model inference using sockets GIF by Author A Socket specifies a network address and port via which the application can communicate to the process on the network. Sockets are …
The 3 Ways To Merge Pull Requests In Git
Author(s): ___ Originally published on Towards AI. Create Merge Commit VS Code offers are 3 ways (when using GitHub as the version control system) to merge a Pull Request (PR), namely: Create Merge CommitSquash and MergeRebase and Merge This article will explore …