github.com/oneseco-media

github.com/oneseco-media

2482 bookmarks
Newest
Extensions / Get started | Chrome for Developers
Extensions / Get started | Chrome for Developers
All the basics to get started with Chrome extensions
What are extensions? Chrome extensions enhance the browsing experience by customizing the user interface, observing browser events, and modifying the web. Visit the Chrome Web Store for more examples of what extensions can do.
How are they built? You can build extensions using the same web technologies that are used to create web applications: HTML, CSS, and JavaScript.
What can they do? In addition to Web APIs, extensions also have access to Chrome Extension APIs to accomplish different tasks. For a more detailed overview, take a look at the Develop guide.
The extension's manifest is the only required file that must have a specific file name: manifest.json. It also has to be located in the extension's root directory. The manifest records important metadata, defines resources, declares permissions, and identifies which files to run in the background and on the page.
https://developer.chrome.com/docs/extensions/get-started
A service worker runs in the background and handles browser events, like removing a bookmark, or closing a tab. They don't have access to the DOM, but you can combine it with an offscreen document for this use case.
Content scripts run JavaScript in the context of a web page.
·developer.chrome.com·
Extensions / Get started | Chrome for Developers
Web API | Pushcut
Web API | Pushcut
Trigger iOS shortcuts from anywhere! Automation superpowers through smart notifications. Trigger the right action based on location, time, HomeKit, or any online event. Connect to HomeKit, IFTTT, Zapier, Flow, Make, or anything connected to the internet.
·pushcut.io·
Web API | Pushcut
EP152: 30 Free APIs for Developers | daily.dev
EP152: 30 Free APIs for Developers | daily.dev
This post features a comprehensive list of 30 free APIs for developers, covering various categories such as open data, weather, news, AI & NLP, and sports. It also highlights key insights from a Datadog report on cloud security, discusses tips for designing fault-tolerant systems, and provides a roadmap for learning generative AI. Additionally, it delves into the evolution of HTTP protocols and the structure of URLs.
·app.daily.dev·
EP152: 30 Free APIs for Developers | daily.dev
(20+) Beyond the Chatbot: Agentic AI with Gemma | daily.dev
(20+) Beyond the Chatbot: Agentic AI with Gemma | daily.dev
Gemma is a family of lightweight generative AI models designed for Agentic AI, which contrasts with reactive AI by being proactive and autonomous in decision-making. The post guides readers on constructing a Gemma 2 based Agentic AI system using techniques like Function Calling, ReAct, and Few-shot prompting. The potential applications of Agentic AI, especially in gaming, are highlighted, demonstrating its capability to generate dynamic and interactive content.
·app.daily.dev·
(20+) Beyond the Chatbot: Agentic AI with Gemma | daily.dev
(4) My 2024 Good Links List | daily.dev
(4) My 2024 Good Links List | daily.dev
A comprehensive list of useful links categorized by developer tools, design and UX resources, analytics, AI, workflow, e-commerce, inspiration, web3, and other miscellaneous topics. The list includes platforms like Supabase, Tailwind UI, Vercel AI SDK, Mixpanel, Monday.com, Thirdweb, and more, offering a wide range of solutions for various development and design needs.
·app.daily.dev·
(4) My 2024 Good Links List | daily.dev
GenAI Platform How-Tos | DigitalOcean Documentation
GenAI Platform How-Tos | DigitalOcean Documentation
How to accomplish specific tasks in detail, like creation/deletion, configuration, and management.
DigitalOcean GenAI Platform lets you build GPU-powered AI agents with fully-managed deployment. Agents can use pre-built or custom foundation models, incorporate function and agent routes, and implement RAG pipelines with knowledge bases.
·docs.digitalocean.com·
GenAI Platform How-Tos | DigitalOcean Documentation