Oneseco Media GITHUB

Oneseco Media GITHUB

3333 bookmarks
Newest
Play
Play
If you're designing a mobile app, we're building Play for you. Play combines a familiar design canvas with the power of Apple's native iOS elements and a new approach to interaction design that is easy, powerful, and native.
·dashboard.createwithplay.com·
Play
Email | Email Routing | Email Workers | beatindablock.org | Cybersoulja@gmail.com's Account | Cloudflare
Email | Email Routing | Email Workers | beatindablock.org | Cybersoulja@gmail.com's Account | Cloudflare
Log in to the Cloudflare dashboard. Make your websites, apps, and networks fast and secure. Build modern apps on our developer platform.
Select a starter Once deployed you’ll be able to modify your code from the dashboards Allowlist senders Email Worker that allows you to add emails to your approved senders list and keep them out of the junk folder. Blocklist senders Email Worker that allows you to block spam. The email messages won’t be delivered to your inbox. Notifications to Slack Email Worker that sends you notifications on Slack once specifying emails are receiving. Create my own Write the custom script to process emails that fits your requirements. export default { async email(message, env, ctx) { /** * Create your code */ } }
·dash.cloudflare.com·
Email | Email Routing | Email Workers | beatindablock.org | Cybersoulja@gmail.com's Account | Cloudflare
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