Oneseco Media GITHUB

Oneseco Media GITHUB

4277 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
cloudflare - Search
cloudflare - Search
Mit der intelligenten Bing-Suche können Sie die gewünschten Informationen schneller und einfacher finden und dabei Punkte sammeln.
·bing.com·
cloudflare - Search
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
Anatomy of a Component • Angular
Anatomy of a Component • Angular
The web development framework for building modern apps.
Components in Angular edit Components are the foundational building blocks for any Angular application. Each component has three parts: TypeScript class HTML template CSS styles In this activity, you'll learn how to update the template and styles of a component. This is a great opportunity for you to get started with Angular. Update the component template Update the template property to read Hello Universe template: ` Hello Universe `, check When you changed the HTML template, the preview updated with your message. Let's go one step further: change the color of the text. Update the component styles Update the styles value and change the color property from blue to #a144eb. styles: ` :host { color: #a144eb; } `, check When you check the preview, you'll find that the text color will be changed. In Angular, you can use all the browser supported CSS and HTML that's available. If you'd like, you can store your template and styles in separate files.
https://discord.com/oauth2/authorize?client_id=1335725905284300831&permissions=8&integration_type=1&scope=bot
·angular.dev·
Anatomy of a Component • Angular
Get to know Firebase for web
Get to know Firebase for web
Build a web app from scratch with Firebase and the StackBlitz online editor. You’ll use basic HTML and JavaScript to talk to Firebase. This is a great introduction to using the Firebase console and integrating Firebase into an app. No extensive prior knowledge or software installations are needed.
·firebase.google.com·
Get to know Firebase for web
Google Codelabs
Google Codelabs
Google for Developers Codelabs provide a guided, tutorial, hands-on coding experience. Most codelabs will step you through the process of building a small application, or adding a new feature to an existing application. They cover a wide range of topics such as Android Wear, Google Compute Engine, ARCore, and Google APIs on iOS.
·codelabs.developers.google.com·
Google Codelabs
Grow with Google : Google
Grow with Google : Google
Accelerate your career or business with an online digital skills course in everything from coding to AI and beyond. Important Notice: Enrollments for the Fundamentals of Digital Marketing course are temporarily paused to bring you an updated version with fresh content, practical tips, and real-world examples. For learners who have previously taken the course, your badge will still be accessible after the course update. The new and improved course will launch soon in English, French, Ukrainian, Spanish, Italian, German, and Arabic.
·skillshop.exceedlms.com·
Grow with Google : Google