
Gemini
Our team procrastinated on writing bug reports. So we built an AI to do it for us
We used to postpone writing bug reports since its a hassle. See how we overcame this problem with the help of AI
Gemini
We used to postpone writing bug reports since its a hassle. See how we overcame this problem with the help of AI
nomad
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
redis
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
search-engine
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.
Pagespeed
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
WASM
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.
parallel processing
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.
react
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
react
Consequences of Poor Code Maintenance Imagine building a product with great potential, but watching it progress slowly due to messy code and disorganized thinking. We are a small team, building a product called Hexmos Feedback, Feedback helps keep teams motivated and engaged through recognition and continuous feedback. We have attendance
widget
I researched how to create great home screen widgets by gathering insights from over 100 widget users. This article shares the key principles and findings from that study. Even though developers and businesses often overlook home screen widgets, they can really engage users.
Proxyservers
I spent quite some time trying to solve an issue with LiveAPI, Which prevented it from executing API Requests. Here is my journey and the lessons I got trying to build a proxy server of my own to solve this issue.
ctfs
In this article, we explore how top cybersecurity hackers acquire their skills. You will also learn how you can develop these abilities and reach their level.