Explore >> Select a destination


You are here

humanwhocodes.com
| | haseebmajid.dev
2.5 parsecs away

Travel
| | Out of date This article maybe a bit out of date as PocketBase is adding new features and deprecating old functions. If you encounter an issue with the setup see this issue by Dominick Hi everyone, I've been building a new bookmarking app, using SvelteKit and PocketBase. PocketBase, is an open-source backend, that we need to self-host 1. It is written in Golang, think of it similar to Firebase or Supabase. PocketBase will handle authentication for us, creating new users, and storing the password securely. You know things all apps need, that we don't want to spend a lot of times building ourselces. To learn more about authentication with SvelteKit I recommend checking out the web there are some fantastic tutorials available 2.
| | glama.ai
3.6 parsecs away

Travel
| | Enables interaction with Google Ads through secure OAuth authentication to discover keyword ideas, analyze historical search metrics, and generate forecasts for advertising campaigns. Built as a Next.js application with encrypted credential storage and rate limiting.
| | ryantrimble.com
3.6 parsecs away

Travel
| | Re-upload of an article I originally published on RIMdev.io, discussing how to build a music application with Astro.
| | mydeveloperplanet.com
13.9 parsecs away

Travel
| This blog provides a step-by-step guide to create a Model Context Protocol (MCP) server using Spring AI. It explains the advantages of using MCP for integrating Large Language Models with data sources, highlights necessary prerequisites, and outlines the construction and testing of the MCP server and its client, including feature implementation.