The Gemini CLI with extensions, MCP servers, and context files is the closest thing I've seen to Claude Code and Warp if you donβt wanna pay
π₯1
didn't know nigga originated from here. good creator anyways, one of my fav
https://www.youtube.com/@TommyNFG
https://www.youtube.com/@TommyNFG
Mira
didn't know nigga originated from here. good creator anyways, one of my fav https://www.youtube.com/@TommyNFG
when did i schedule this π
Please open Telegram to view this post
VIEW IN TELEGRAM
π12
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Mira
hey mates π so i've been working on a site where anyone can learn and reference Golang materials. Here's the site link: https://gopher-notes.netlify.app/ Gopher Notes is an archive of Go notes from different resources. I reviewed and edited each part soβ¦
i was thinking of relearning Go and was checking out my site i built a year or sum ago. also, peeps were using it too. so i fixed some deployment issues today and pushed the changes. plus, added some feats
- progress tracking for each topic
- you can add your own notes within topics
- revamped and new exercises
site:
- https://gopher-notes.netlify.app
repo:
- https://github.com/AmanuelCh/gopher-notes
- progress tracking for each topic
- you can add your own notes within topics
- revamped and new exercises
site:
- https://gopher-notes.netlify.app
repo:
- https://github.com/AmanuelCh/gopher-notes
π₯14
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€15π2
apparently, haters won't wait for you till you reach your prime these days. lock in twin
β€17π7π―6
so i was just using a simple API utility helper in my projects when i need
feats:
- Unified API wrapper: A single, strongly-typed interface for all HTTP methods (GET, POST, PUT, PATCH, DELETE, or your provided method). so no more repetitive fetch boilerplate.
- Type-safe requests and responses: uses TypeScript generics to ensure compile-time safety for both request bodies and responses.
- Structured error handling: Provides a custom
- Flexible content-type: Defaults to application/json but allows overrides for any content-type. Works with Blob, FormData, ArrayBuffer, and strings.
- Query parameter support: Accepts a query object and automatically serializes it into a URL query string.
- Base URL support: Easily prepend a base URL to relative endpoints to avoid repeating paths.
- Timeout support: Abort requests automatically using a timeoutMs option.
it's like 168 lines of code. so you can just copy and put it in some file.
repo:
- https://github.com/AmanuelCh/rest-fetch
#MyProjects #rest_fetch
fetch requests, and thought it'd be helpful if i enhance it and let others use it too. so if you have a usecase for it or not using tanstack, check it outfeats:
- Unified API wrapper: A single, strongly-typed interface for all HTTP methods (GET, POST, PUT, PATCH, DELETE, or your provided method). so no more repetitive fetch boilerplate.
- Type-safe requests and responses: uses TypeScript generics to ensure compile-time safety for both request bodies and responses.
- Structured error handling: Provides a custom
ApiError with message, status, code, and optional details for consistent error management.- Flexible content-type: Defaults to application/json but allows overrides for any content-type. Works with Blob, FormData, ArrayBuffer, and strings.
- Query parameter support: Accepts a query object and automatically serializes it into a URL query string.
- Base URL support: Easily prepend a base URL to relative endpoints to avoid repeating paths.
- Timeout support: Abort requests automatically using a timeoutMs option.
it's like 168 lines of code. so you can just copy and put it in some file.
repo:
- https://github.com/AmanuelCh/rest-fetch
#MyProjects #rest_fetch
β€8π₯1
Mira
so i was just using a simple API utility helper in my projects when i need fetch requests, and thought it'd be helpful if i enhance it and let others use it too. so if you have a usecase for it or not using tanstack, check it out feats: - Unified API wrapper:β¦
A little copying is better than a little dependency.
β‘5