Olubisi Folarinoluwalonibisi.hashnode.dev·Jan 22, 2025How to Set Up OpenAPI Specification on MintlifyPrerequisites OpenAPI Specification file (JSON or YAML format) Mintlify account GitHub for hosting your project Code Editor - VS Code Node.js - Node Package Manager Introduction Mintlify is a documentation platform that can create and maintain...11 likes·72 readsOpenAPI Specification
Steve SewellforBuilder.iobuilderio.hashnode.dev·Jan 22, 2025Turn Figma Designs into Full Stack Apps Using Lovable and Builder.ioIf you’ve ever turned Figma designs into a functional application, you know just how complex that process can be. Every aspect of the design needs to become part of a working application—from mapping out component structures and handling responsive l...figma
Ender Wigginsjinno.hashnode.dev·Jan 21, 2025Developing Components in Isolation: The Pros, Cons, and a Game-Changer ToolIn modern front-end development, isolating components and pages has become a popular approach. It allows developers to focus on small, self-contained parts of an application, promising increased efficiency and reusability. But isolation is not always...3 likesReact
Vishalvishalchhadekar.hashnode.dev·Jan 17, 2025Comprehensive Guide to Automate Git Operations and Pull RequestsAutomation can save developers time and effort, especially when performing repetitive tasks like committing changes, pushing them to a remote repository, and raising pull requests (PRs). In this article, we'll explore how to implement this automation...GitHub
Sujan Dhakalsujandhakal.hashnode.dev·Jan 12, 2025Building BrainBox: A Snippet Management Tool from Scratch 🧠A journey of learning, building, and sharing a tool to help organize, manage, and export snippets. Hey everyone! 👋 I recently embarked on a journey to create BrainBox, a snippet management tool that I wish I had when I was juggling code snippets, id...SnippetManagement
Arka Infotecharkainfotech.hashnode.dev·Jan 2, 2025Exploring Flutter's DevTools for Debugging and Performance TuningDeveloping a high-performing mobile application is a priority for every developer. Flutter, Google's UI toolkit, empowers developers to create natively compiled applications for mobile, web, and desktop from a single codebase. But even the most well-...Flutter
Mr. Ånandastrodevil.hashnode.dev·Jan 2, 2025Build Real-Time Presence Features Like Figma and Google Docs in Your App in Minutes🚀🔥🧑💻TL;DR Learn about the challenges and solutions for implementing collaborative features in your app. We built a real-time "Who's Online?" wall using Velt inside this tutorial. Features include: Real-time display of online users and their cursors. Us...10 likesJavaScript
Thomas Johnsontomjohnson3.hashnode.dev·Dec 30, 2024The Single- to Multi-player Shift in Dev ToolingThe shift from single-player to multi-player in software can also be described as the rise of real-time collaborative tech. This wave has swept across many industries, especially those that struggle with high fragmentation and multiple stakeholders w...software development
Ramu Narasingathinkthroo.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
Ramu Narasingathinkthroo.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