Healthchecks is an open-source cron job and background task monitoring service, written in Python & Django. --- At Furqan Software, we run a self-hosted instance of Healthchecks to monitor scheduled tasks across several of our projects and services. Healthchecks works on the "dead man's switch" principle — your jobs ping it after each successful run, and if a ping doesn't arrive on time, it sends out alerts. It comes with a live web dashboard, a clean API, 25+ notification integrations (Slack, email, webhooks, PagerDuty, and more), and team management features out of the box. It's a simple, no-fuss way to catch silent failures before they become real problems. 🔗 Link is in the first comment. #OpenSourceGems
Furqan Software
Software Development
Dhaka, Dhaka 178 followers
We build software that stands the test of time. Elite software engineering services
About us
Furqan Software is a Dhaka-based software company of seasoned software engineers and expert problem solvers.
- Website
-
https://furqansoftware.com
External link for Furqan Software
- Industry
- Software Development
- Company size
- 2-10 employees
- Headquarters
- Dhaka, Dhaka
- Type
- Privately Held
- Founded
- 2015
- Specialties
- Software Development, Go, Node.js, Python, Distributed Systems, High Scalability, React, JavaScript, Open Source, Custom Software, and DevOps
Locations
-
Primary
Get directions
House 90 (Flat 4B), Road 20, Block K, banani
Dhaka, Dhaka 1213, BD
Employees at Furqan Software
Updates
-
Sprig is a Go library that adds over 100 useful functions to Go templates. --- We have used Sprig in key projects, such as Toph, to create cleaner and more efficient templates. Sprig provides a comprehensive set of template helpers for strings, math, dates, lists, dictionaries, and more, inspired by Twig and utilities such as underscore.js. It addresses gaps in the standard library’s template functions, enabling you to write cleaner and more effective Go templates. 🔗 Link is in the first comment. #OpenSourceGems
-
-
Slinky is a Go package that parses and extracts valuable information from social network profile URLs. --- This time, we are sharing a small Go package we built to solve our own problem. The Go library parses and extracts useful information, such as usernames, from various social network profile URLs. You can use it to present these as links, as we do on profile pages on Toph. 🔗 Link is in the first comment. #OpenSourceGems
-
-
D2 is a modern diagram scripting language that turns text into diagrams. --- Now and then, we find elegant tools that the community builds and shares. D2 is one of those. It is a concise, text-first diagram language that generates clean, readable diagrams from plain text. If you need to produce diagrams from code, documentation, or within an app (we use D2 in Toph Drafts as one of the diagram options alongside Excalidraw), give this a try. It is easy to integrate and great for programmatic diagram generation. 🔗 Link is in the first comment. #OpenSourceGems
-
-
We built Printd for Toph: a tiny Go service that lets on-site contest participants request printed copies of their code from the contest UI. No per‑computer printer setup, easy deployment (single binary + TOML), and, so far, used in 30+ contests. Read how it can simplify your next on‑site contest: https://lnkd.in/gHKPm32n
-
-
Furgit is a fast Git library in pure Go (with a small amount of optional Go assembly). --- Every now and then we come across really cool projects that the open-source community has built and shared with the world. Furgit is one such project. It is a very fast implementation of Git in Go. If you are working on a Go application that needs to interact with Git repositories, this could be your go-to library. 🔗 Link is in the first comment. #OpenSourceGems
-