#api

2025-06-22

Mastering API Throttling in Java: Build a Smart, Tier-Aware Rate Limiter with Quarkus and Bucket4j
From FREE to PRO tenants. Learn how to dynamically control access to your APIs using custom annotations and the full power of Bucket4j
myfear.substack.com/p/smart-ap
#Java #Quarkus #Bucket4j #API

2025-06-21

Как создать простое API? Express + Prisma

Эта статья поможет вам быстро написать API, используя Express и Prisma). Для этого вам понадобятся базовые знания работы с Node.js и понимания разработки реляционных баз данных

habr.com/ru/articles/920606/

#javascript #node #nodejs #nodejs #api #prisma #express

LikeTapestry | budiarto anangLikeTapestry
2025-06-21

Bikin arang buat bakar sosis

Batok kelapa yang dibakar
FutureOfTestingfutureoftesting
2025-06-21

🚀 Mabl stellt bahnbrechende KI-Funktionen für Softwaretests vor!
Die neuen Features erweitern die preisgekrönten KI-Testfunktionen – u. a. mit semantischer Indizierung & autonomer API-Testgenerierung zur schnelleren Softwarebereitstellung.

🔗 mabl.com/breakthrough-agentic-

2025-06-21

Я устал от ограничений Strava и написал свой «швейцарский нож» для анализа тренировок на Python и FastAPI

Всем привет! Я — разработчик и велосипедист, которому надоели ограничения Strava. Знакомы боли: GPS‑треки с «телепортами», платный анализ по зонам и неудобная загрузка сегментов на Garmin? Я решил исправить это и написал свой «швейцарский нож» для анализа тренировок. Под катом — история создания pet‑проекта Peakline на Python, FastAPI и Vanilla JS. Расскажу, как устроен продвинутый FIT‑генератор для гонок с «призраком», как визуализировать исправление «сломанных» GPX‑треков и как заставить график и карту работать в связке. Поделюсь фрагментами кода, архитектурными решениями и подводными камнями при работе с API Strava. Узнать, как это сделано

habr.com/ru/articles/920402/

#strava #fastapi #python #garmin #fit #gps #gpx #api #aiohttp

2025-06-21
2025-06-20

Я устал от ограничений Strava и написал свой «швейцарский нож» для анализа тренировок на Python и FastAPI

Всем привет! Я — разработчик и велосипедист, которому надоели ограничения Strava. Знакомы боли: GPS‑треки с «телепортами», платный анализ по зонам и неудобная загрузка сегментов на Garmin? Я решил исправить это и написал свой «швейцарский нож» для анализа тренировок. Под катом — история создания pet‑проекта Peakline на Python, FastAPI и Vanilla JS. Расскажу, как устроен продвинутый FIT‑генератор для гонок с «призраком», как визуализировать исправление «сломанных» GPX‑треков и как заставить график и карту работать в связке. Поделюсь фрагментами кода, архитектурными решениями и подводными камнями при работе с API Strava. Узнать, как это сделано

habr.com/ru/articles/920402/

#strava #fastapi #python #garmin #fit #gps #gpx #api #aiohttp

NekoProgram TKZ Editionnekoprogram@tkz.one
2025-06-20

Imagen de la flagante versión 0.2.1 de cartero :ablobcatrave:

#cartero #api #mastodon

Cartero versión 0.2.1 mostrando un json de tkz.one
mastodon.raddemo.hostadmin@mastodon.raddemo.host
2025-06-20

How to Install #WHMCS Domain Reseller #API Registrar Module

This article provides a guide for how to install WHMCS domain reseller API registrar module for use with Rad Web Hosting domain reseller API.
What is WHMCS Domain Registrar Module?

This is a Domain Registrar module for WHMCS to integrate API functionality for #Domains resellers, allowing them to connect to the API from a remote WHMCS installation. ...
Continued 👉 blog.radwebhosting.com/how-to- #domainreseller #registrarmodule

Magnus Hedemarkmaurice@pompat.us
2025-06-20

Testing GoToSocial MCP server! 🎉 #MCP #GoToSocial #API

The OpenAIRE GraphOpenAIREGraph
2025-06-20

Happening now in our Graph workshop! Participants practice writing queries with experts, using real-world use cases & examples. Missed out? Access past training sessions on the portal, today's to be uploaded in the coming days.

Training Resources graph.openaire.eu/training-res

Screenshot of workshopScreenshot of workshopScreenshot of workshopScreenshot of workshop
Masthon Bot & Newsgator3000
2025-06-20

🎉 v0.2 BETA is released now ! :catjam:

Masthon is a package that links your programs to the

All is and published on gitlab at gitlab.com/Gator3000/masthon/.

You can install it with
`pip install git+gitlab.com/Gator3000/masthon.g

is available at Gator3000.gitlab.io/masthon

Let me know if you want to contribute !

IB Teguh TMteguhteja
2025-06-20

Odoo18 graphql tutorial—discover step-by-step setup, hands-on code, front-end integration, and performance tips for modern Odoo API projects.

teguhteja.id/odoo18-graphql-tu

GripNewsGripNews
2025-06-20

🌖 EnrichMCP:為 AI 代理構建資料驅動 MCP 伺服器
➤ 將資料模型轉化為 AI 代理可理解的語義層。
github.com/featureform/enrichm
EnrichMCP 是一個 Python 框架,旨在幫助 AI 代理理解和導航資料。它基於 MCP(模型上下文協議),為資料模型新增一個語義層,將其轉換為可類型化的、可探索的工具,類似於 AI 的 ORM。EnrichMCP 可以自動生成類型化的工具、處理實體之間的關聯性、提供結構發現,並使用 Pydantic 模型驗證所有輸入/輸出,與各種後端(資料庫、API、自定義邏輯)相容。
+ 這個框架看起來非常方便,能讓 AI 應用程式更容易地存取和使用資料,省去了許多手動編寫程式碼的麻煩。
+ 我很好奇它在大型資料集上的效能如何,以及它與其他 AI 工具和平臺的整合性如何。

Kagi HQkagihq
2025-06-20

We're actively exploring partnerships with like-minded companies, deeper integration with external services (both bringing their services into Kagi and integrating Kagi into theirs), and opening access to our APIs.

If you have partnership ideas, we'd love to hear from you: form.kagi.com/partnership

Cartoon-style illustration with the text "Partner with Kagi" at the top. Below, Kagi's mascot, a cartoon dog, and a cat face each other, surrounded by tennis balls and rubber ducks.
aaron ~# :blinkingcursor:neuroexception@infosec.exchange
2025-06-19

Today i've nearly finished the transition to #Vue.

Next steps are adding more #API #endpoints, implementing the pages in the #frontend and finally #dockerizing and publishing it 🔥

#coding #developement #docker #linux #sysadmin #selfhosting #homelab #homeserver #server

Inautiloinautilo
2025-06-19


The server doesn’t render anything · How servers can effectively deliver HTML ilo.im/164r89

_____

Awesome Indieawesomeindie
2025-06-19

CrunchzApp: WhatsApp Integration API for Developers

awesomeindie.com/product/crunc

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst