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 …
My Notes On Profiling A Python Microservice Using py-spy And VS Code
Author(s): ___ Originally published on Towards AI. Overview This article is a follow up to my previous article [1] where I walked through my workflow to profile python code using VS Code. The application we wanted to profile was a chatbot and …
How to Write More Pythonic Functions That Are a Delight to Others and IDEs
Author(s): Bex T. Originally published on Towards AI. Function writing is a skill β take the first step to master it Image by me with Midjourney Ever wondered why 99% of programmers write code in English? Why not in Chinese or Russian …
My Workflow To Profile Python Code Using VS Code
Author(s): ___ Originally published on Towards AI. Overview This member-only story is on us. Upgrade to access all of Medium. This article describes how I use VS Code to profile Python code to identify CPU or memory problems. To make things more …