LinceMathew

LinceMathew @lincemathew

About: Software Developer | Building LiveAPI—Super Convenient Auto API Doc Generator | https://hexmos.com/liveapi/

Location:
India
Joined:
Aug 13, 2023

LinceMathew
articles - 26 total

Automate the Boring Stuff! Check Out This Open-Source Tool

If you’re tired of doing the same tasks over and over—copying data between apps, checking emails, or...

Learn More 16 0Jul 13

Getting the Best Out of GitHub Copilot

As my first in-editor AI coding partner, I started with Cursor. However, four months ago, I decided...

Learn More 5 0Jun 1

Data Races in Go: What They Are and Why You Should Care

A data race happens when two or more goroutines access the same memory location at the same time, and...

Learn More 11 0Apr 13

Don't Let Your LLM Hallucinate—Check Out These Prompting Rules and Methods!

From the LLM Bootcamp lectures by UC Berkeley PhD alumni, I’ve learned key rules and methods that...

Learn More 14 0Feb 23

Common API Design Mistakes and How to Avoid Them

Maintaining and designing scalable APIs is a tremendous task, especially once you have more than 100...

Learn More 22 1Dec 31 '24

Learn Golang in 2025, You Won't Regret It

As I explained in previous articles, we are working on building LiveAPI, a super-convenient auto-API...

Learn More 130 20Dec 29 '24

What is Mutex and How to Use it in Golang?

During the development of LiveAPI, an Auto API documentation generation tool, I needed to implement a...

Learn More 48 0Dec 28 '24

Working on Redis streams? Don't forget these commands.

I’ve been learning and implementing Redis streams for the past few days to set up a real-time...

Learn More 24 0Dec 28 '24

I Created API Docs for 5 Open-source Projects Within 10 Minutes

Creating and maintaining API documentation for any project is a tremendous task that eats up most of...

Learn More 20 0Dec 25 '24

Redis Pub/Sub vs. Redis Streams: Choosing the Right Solution

While working on building a Go binary tool ("Runner") for our product LiveAPI (the super convenient...

Learn More 19 0Dec 23 '24

Never Give Up on Learning a New Web Framework. This trick will solve a significant part of the problem.

Simple Trick to Create API Docs for any Open-source Web...

Learn More 0 0Dec 18 '24

Simple Trick to Create API Docs for any Open-source Web Projects

When I started learning backend frameworks like Express.js, Spring Boot, and Django, one of my go-to...

Learn More 8 0Dec 18 '24

Turning a Customer Security Concern into a Feature

We are working on developing a product called LiveAPI, a product for creating automated API docs for...

Learn More 4 0Dec 10 '24

Is This a Good Way to Reduce Operational Costs?

I'm implementing a publisher-subscriber mechanism for a feature in our product, LiveAPI. LiveAPI is...

Learn More 7 0Dec 3 '24

Don’t Make Your Customers Think: I Found These 10 Onboarding Techniques from Successful Products

I want to build a user onboarding flow for our product, LiveAPI. I’m not interested in using...

Learn More 5 0Nov 10 '24

I Analyzed 4 Successful Products to Find These Powerful UI Design and Implementation Principles

Our Design Learning Journey In our team, we have multiple projects being developed in...

Learn More 10 0Sep 22 '24

We Chose Meilisearch Over 10+ Other Search Engines Despite a Major Drawback

Is it worth investing resources in a third-party search engine? Here are our reasons. We...

Learn More 11 0Jul 28 '24

What I Discovered About Making Great Widgets: Insights From 100+ Real Users

We want to help people read more from their to-read pile with minimal effort using our product, ...

Learn More 16 2Jun 16 '24

Designing an API? Try These Techniques to Avoid Future Headaches

Badly designed API infrastructure causes many issues, such as The inability to scale or modify the...

Learn More 10 0May 5 '24

Want to Join the Top 1%? Accelerate Your Business Skills with This Habit

According to a survey conducted by the National Endowment for the Arts, it's evident that each year,...

Learn More 10 0Apr 5 '24

Build a Consistent Reading Habit by Investing 10 Minutes Every Day

Imagine you have the top personalities as your mentors: Bill Gates for mentoring and helping you in...

Learn More 5 0Mar 18 '24

Ansible + Nuitka: One-line Installer for Smoother Employee Onboarding

The Employee Onboarding Problem At Hexmos, we faced a significant challenge when...

Learn More 11 0Feb 29 '24

Faster Blogging: A Developer's Dream Setup

glee our dev friendly blogging setup has been undergoing a huge transformation for the last few...

Learn More 10 0Feb 22 '24

How I Raised My ML Skills Using This Simple Project

Struggles in Learning ML Do you spend hours of your day in front of large textbooks to...

Learn More 3 0Feb 4 '24

Why Your CSS Code Is a Slow, Broken, and Hard-to-Manage Mess

CSS: A Source of Trouble CSS plays a vital role in creating web apps. Despite its...

Learn More 3 0Dec 31 '23

Spotting Silent Pod Failures in Kubernetes with Grafana

Unnoticed Pod Failures in Kubernetes One of the critical issues in Kubernetes operations...

Learn More 6 0Nov 5 '23