
liveapi
Context-Based UI: The Missing Piece in User Experience Design
Traditional UI design may look good, but in practice, it can be troublesome. Context-Based UI fixes these issues by making your UI world-ready.
liveapi
Traditional UI design may look good, but in practice, it can be troublesome. Context-Based UI fixes these issues by making your UI world-ready.
prompt engineering
Getting accurate responses from language models depends on how well you craft your prompts. This article explores essential prompt engineering rules and methods to improve reasoning, reduce errors, and guide models toward better answers.
RxJS
I recently came across MkDocs-Material by Martin Donath, a fantastic open-source project with over 22k GitHub stars. It’s an incredible contribution to the community, making documentation hosting effortless. While exploring it, I got curious about how such a large project achieves reactiveness. The stack is mostly HTML, SCSS, Preact,
golang
Learn how to implement cron-like tasks in Golang. This tutorial will guide you through the process of scheduling and executing tasks at specific times using various methods.
frameworks
If you're confused on which lightweight framework to choose for your next project, we've got you covered. Discover lightweight alternatives that pack powerful features using minimal code, helping you build efficient web applications faster.
react
Here we discuss some of the hooks in React 19, explore their unique features, and explain how they can improve your development experience.
iot
Want to know instantly when your services go down? Traditional notifications can be missed, especially at night. Here's how I built an IoT solution to solve this issue
Traditional UI design may look good, but in practice, it can be troublesome. Context-Based UI fixes these issues by making your UI world-ready.
Getting accurate responses from language models depends on how well you craft your prompts. This article explores essential prompt engineering rules and methods to improve reasoning, reduce errors, and guide models toward better answers.
I recently came across MkDocs-Material by Martin Donath, a fantastic open-source project with over 22k GitHub stars. It’s an incredible contribution to the community, making documentation hosting effortless. While exploring it, I got curious about how such a large project achieves reactiveness. The stack is mostly HTML, SCSS, Preact,
Learn how to implement cron-like tasks in Golang. This tutorial will guide you through the process of scheduling and executing tasks at specific times using various methods.
Philosophy x Engineering blog by hexmos.com
Selecting a framework for your SaaS can be quite challenging. Worry no more because after reading this article you will get an overall idea of what to use for your next MVP.
In this article, we’ll explore various prompt engineering tools, including those for creating prompts, testing and experimenting, managing prompts, and popular prompt libraries on GitHub.
When working on documentation for my product, LiveAPI, I started using MkDocs, a static site generator that produces clean and professional documentation. However, I found its design a bit monotonous and decided to explore the project to make some customizations. This journey led me to an intriguing part of its
We faced problems in onboarding users, either they got blocked by barriers or they were confused on where to start. Hence we found some methods which were inspired from various products in the market.
AI is transforming enterprise software by turning complex workflows into simple, one-step processes. Let's explore how this new era of super-convenience is changing the way we build and use software.
Deploying a fix of a UI component, breaks something else and it goes un-noticed and deployed, have you ever been in this situation? Here's how I found a way to spot these bugs.
A few thoughts on what makes LiveAPI different from Swagger et cetera
LiveAPI is an AI-powered automated documentation solution. This is the second blog in the LiveAPI devlogs series
Ever wondered how google connects all its services with one login? How logging into gmail automatically signs you into youTube? these are surprising discoveries I made while exploring
We recently migrated our infrastructure from Kubernetes to HashiCorp Nomad. Soon after, we encountered service discovery issues and integrated Consul to address them. At this point, we were feeling a bit more relaxed, knowing that we could dedicate less time to infrastructure and focus more on product development, as we
I reviewed five successful products to identify 10 effective onboarding techniques for smoother customer onboarding in SaaS. Here are the insights.
Regex is essential yet challenging to retain, but with the right techniques anyone can have command over it.