Regex
Build up your confidence with Regex: 5 Techniques to make it STICK
Regex is essential yet challenging to retain, but with the right techniques anyone can have command over it.
Regex
Regex is essential yet challenging to retain, but with the right techniques anyone can have command over it.
ai
Imagine real-time, interactive API docs that update directly from your codebase. LiveAPI is an AI-powered solution designed to remove the effort of traditional API documentation.
api
As REST approaches its 25th anniversary, it's a perfect time to reflect on its impact in the web era. With AI and automation on the rise, let's explore the evolution of APIs and what the future might hold for RESTful APIs in this new landscape.
nodejs
Ever wonder how tree data structures are used in real-world applications? How are they stored in a database, and how can you perform CRUD operations on them from the frontend?
nomad
We recently switched from Kubernetes to Nomad to manage our infrastructure. At first, with two nodes and multiple services,we had a hard time getting the request routing to work reliably. In this post, I’ll walk through how we built an efficient and low-cost service discovery solution for our
liveAPI
In this article, we will explore essential metrics for enhancing your API documentation and setting up analytics to monitor live user interactions with APIs. Learn how to optimize your documentation and provide a better user experience
design
In this article, I will explain several design principles adopted from successful products, how these products strictly adhere to these principles, and how to implement these designs efficiently.
Regex is essential yet challenging to retain, but with the right techniques anyone can have command over it.
Imagine real-time, interactive API docs that update directly from your codebase. LiveAPI is an AI-powered solution designed to remove the effort of traditional API documentation.
As REST approaches its 25th anniversary, it's a perfect time to reflect on its impact in the web era. With AI and automation on the rise, let's explore the evolution of APIs and what the future might hold for RESTful APIs in this new landscape.
Ever wonder how tree data structures are used in real-world applications? How are they stored in a database, and how can you perform CRUD operations on them from the frontend?
Philosophy x Engineering blog by hexmos.com
API docs are intended to be user-friendly, but they often fall short. This causes confusion and delayed integration time. These principles will help the docs become more benefitting to the user.
Managing SQL tasks manually can be tedious, so we developed a custom command to simplify these tasks. By integrating this tool into our workflow, we have significantly improved our productivity and minimized the risk of human error in SQL task management.
No matter the gamut of high-level languages available, sometimes one just has to dig into the stack. Usually that means C++. CMake is the de-facto build tool for C++. Here's a survival guide on it.
Are you tired of working with API docs and taking days to build solutions? Do you wish you had a way to make your work fast and easy and give your team more time to focus on other tasks.
We used to postpone writing bug reports since its a hassle. See how we overcame this problem with the help of AI
We're a lean team of 10 managing a relatively simple infrastructure. Our setup includes a master Kube v1.24.4, two v1.25.1 nodes, and a self-hosted GitLab for version control. Our CI/CD pipeline relies on GitLab runners to build images and deploy Docker containers using
We started using Amazon SQS for our push notifications, triggering emails, etc but the way it handles polling led to a big increase in usage. To address this and potentially save on cloud costs, we switched to Redis. Here’s our story. At Hexmos, we are building innovative products like
After reviewing over 10 search engines, we selected Meilisearch despite its major drawback in PostgreSQL database synchronization. In this post, we share our experience and explain how we resolved this issue using Golang and pgx.
I have spent a lot of time struggling with optimizing my page. But when I found out about these 5 concepts, my understanding went much faster
Have you ever tried to convert GoLang projects to WebAssembly? Follow along the journey on how to do it, and fix the painful roadblocks while you undergo the process.
How to scale up complex workloads with minimal effort via Ray.io's modules. Useful for AI/ML and other computationally intensive tasks in particular.
Have you ever felt frustrated navigating a website with a clunky sidebar? We hear you. At Hexmos, we're constantly striving to improve the user experience. Recently, we took a critical look at our sidebar design and identified many areas for improvement. This blog post will delve into the