Think Throothinkthroo.hashnode.dev·Dec 20, 2024LobeChat uses Namespace for action labels in DevTools configurationIn this article, we will look at how the action labels use Namespace in LobeChat devtools. I want to provide a bit of an introduction to the terms such action labels, devtools and how/why they come into the picture. LobeChat uses Zustand for its stat...devtools
Think Throothinkthroo.hashnode.dev·Dec 19, 2024How to configure DevTools for your Zustand store?In this article, you will learn how to configure DevTools for your Zustand store. We will use the Lobechat source code and Zustand documentation as our reference. Debugging a store In the docs, Debugging a store provides this below code as an exampl...devtools
Telosystelosys.hashnode.dev·Dec 12, 2024Telosys plugin for JetBrains IDEA new Telosys plugin is available! This time it’s a plugin for JetBrains IDE (IntelliJ, PyCharm, GoLand, PhpStorm, WebStorm, etc). It brings syntax highlighting for entities in a model (“.entity” files) The plugin is available on JetBrains marketpla...95 readscode
Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Dec 3, 2024How can AI assist devs with root cause analysis in production bugs?This blog is written by Akshat Virmani at KushoAI. We’re building the fastest way to test your APIs. It’s completely free and you can sign up here. What is Root Cause Analysis? Root Cause Analysis (RCA) is a step-by-step approach to understanding the...root cause analysis
Emmanuel Ajikeemmanuel-ajike.hashnode.dev·Nov 30, 2024Modus AI Swiss ToolkitIntroduction Why spend hours automating something you could do manually in just 10 minutes? When we think about AI, many of us imagine it replacing humans. While that might be possible someday, today is not that day. Developers have long been buildin...11 likes·57 readsModusHack
Telosystelosys.hashnode.dev·Nov 28, 2024Telosys 4.2.0 - new features for modelsThis new version brings even more flexibility, particularly for models management. Models installation Indeed, it is now possible to install models from GitHub, each model being a "git repository". This version introduces the notion of "depot". A "de...45 readstelosys
Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Nov 7, 2024Comparison of UI automation frameworks and what’s best for each use case!This blog is written by Akshat Virmani at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. Testing has become a major part of software development in the growing world of technological advancem...automation testing
Okoye Ndidiamakaamikdigital.hashnode.dev·Oct 29, 2024Setting Up a Developer's Playground: Most Important Tools That Every Starter Should HaveStarting off your journey into the fascinating worlds of either web development or programming? The right toolset in your environment can lay the foundation for success and make the process infinitely smoother. Without having a proper base, even the ...Gittools
Aritra Rayaritra05.hashnode.dev·Oct 26, 2024An Introduction to Git and GithubIntroduction: Git is a version control system that helps developers manage and keep track of changes in their code and GitHub is a web-based platform that hosts Git repositories. It makes sharing, collaborating, and tracking your project progress eas...50 likes·64 readsGitHub
Febin Joyartofcoding.dev·Oct 27, 2024Setting up a Linux terminal for productivityIntroduction Recently, I have installed my computer with Arch Linux. The decision to move to vanilla Arch from EndeavourOS (another Arch-based distro) was quite an organic one. I just thought of starting with a clean slate without any preinstalled ap...91 reads#LinuxTerminal