OneSignal Developers

The latest news, technical content, video, and events from
OneSignal's Developers. Helping 1M+ devs deliver 8B+ messages daily. https://status.onesignal.com/

Timeline photos 05/31/2022

CSS Tip 🎨: Did you know what a Web Safe Font is? The Web safe fonts are fonts that are installed across several browsers & devices.

text-shadow - CSS: Cascading Style Sheets | MDN 05/30/2022

CSS Tip 🎨: Text shadow in CSS. The text-shadow property is used to add shadow to a text.

https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow

text-shadow - CSS: Cascading Style Sheets | MDN The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color.

text-indent - CSS: Cascading Style Sheets | MDN 05/28/2022

CSS Tip 🎨: Text Indentation in CSS. The text-indent property is used to add indentation of the first line of a text.

https://developer.mozilla.org/en-US/docs/Web/CSS/text-indent

text-indent - CSS: Cascading Style Sheets | MDN The text-indent CSS property sets the length of empty space (indentation) that is put before lines of text in a block.

text-transform - CSS: Cascading Style Sheets | MDN 05/27/2022

CSS Tip 🎨: Text Transformation in CSS. The text-transform property is used to transform uppercase and lowercase letters in a text.

https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform

text-transform - CSS: Cascading Style Sheets | MDN The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.

outline-style - CSS: Cascading Style Sheets | MDN 05/27/2022

CSS Tip 🎨: Did you know about the outline property in CSS? The outline property is a line drawn outside the element's border.

https://developer.mozilla.org/en-US/docs/Web/CSS/outline-style

outline-style - CSS: Cascading Style Sheets | MDN The outline-style CSS property sets the style of an element's outline. An outline is a line that is drawn around an element, outside the border.

Timeline photos 05/25/2022

CSS Tip 🎨: Did you know you can write shorthand syntax to the padding property in CSS?

JavaScript (ES6) code snippets - Visual Studio Marketplace 05/23/2022

Dev Tip: Want to increase your coding speed while following the best practices? Download this awesome plugin for VSCode ()
,JavaScript (ES6) code snippets

https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets

JavaScript (ES6) code snippets - Visual Studio Marketplace Extension for Visual Studio Code - Code snippets for JavaScript in ES6 syntax

Join the OneSignal Discord Server! 05/21/2022

Did you know has a developer community inside of Discord? It's FREE to join! Come learn more about the OneSignal products and network with other developers :)

https://discord.gg/EP7gf6Uz7G

Join the OneSignal Discord Server! Check out the OneSignal community on Discord - hang out with 143 other members and enjoy free voice and text chat.

Live Server - Visual Studio Marketplace 05/20/2022

Dev Tip ⚡️: Install LiveServer plugin into VSCode () to test your website with hot reload without the need of restarting your app.

https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer

Live Server - Visual Studio Marketplace Extension for Visual Studio Code - Launch a development local Server with live reload feature for static & dynamic pages

Timeline photos 05/20/2022

JavaScript Tip ⚡️: The Geolocation API is used to retrieve the user's location

Code: https://stackblitz.com/edit/js-wcximv?file=index.js

OneSignal Developer Community 05/18/2022

The OneSignal Developer community is a group of passionate individuals who work with OneSignal products. Join our FREE community to network and learn more about different technologies like , and more!

https://onesignal.com/onesignal-developers

OneSignal Developer Community Helping more than one million developers deliver over eight billion messages daily.

Add Push Notifications to Flutter Apps for iOS & Android 05/18/2022

Guess what!

Add Push Notifications to Flutter Apps for iOS & Android Follow this simple setup guide to learn how to send push notifications to a Flutter iOS or Android app for free using the OneSignal Flutter SDK.

Join the OneSignal Discord Server! 05/16/2022

Did you know

Join the OneSignal Discord Server! Check out the OneSignal community on Discord - hang out with 140 other members and enjoy free voice and text chat.

Timeline photos 05/14/2022

Did you know you can see the items a website is caching by opening Google Dev Tools->Application->Cache?

Timeline photos 05/13/2022

CSS Tip 🎨: Did you know you can set user the color picker inside of Google Chrome Dev Tools?

OneSignal Developer Community 05/13/2022

The OneSignal Developer community is a group of passionate individuals who work with OneSignal products. Community members have the opportunity to expand their network and knowledge across different technologies.

https://onesignal.com/onesignal-developers

OneSignal Developer Community Helping more than one million developers deliver over eight billion messages daily.

How to Add Push Notifications to an iOS App 05/13/2022

How to Add Push Notifications to an iOS App Learn how to add push notifications to your iOS app for free.

Send Automated Push Notifications with OneSignal's API 05/11/2022

Send Automated Push Notifications with OneSignal's API Learn how to send push notifications to your app users using our REST API and NodeJS

Timeline photos 05/11/2022

CSS Tip 🎨: The [attribute] selector is used to select elements with a specified attribute

Timeline photos 05/11/2022

JavaScript Tip ⚡️: Did you know you can add more than one final-expression inside a for loop?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for

GraphQL and Push Notifications with OneSignal and TakeShape 05/10/2022

Have you experienced the full power of

GraphQL and Push Notifications with OneSignal and TakeShape Check out this collab project created using OneSignal and TakeShape!

When to useMemo and useCallback 05/04/2022

Do you know how to use useMemo & useCallback hooks in ?

Take a look to this amazing blog post from the one and only

When to useMemo and useCallback Performance optimizations ALWAYS come with a cost but do NOT always come with a benefit. Let's talk about the costs and benefits of useMemo and useCallback.

When to useMemo and useCallback 05/04/2022

Hi Twitter fam! We are hosting today some office hours. Come join us to learn more about OneSignal or just to talk about tech!

5-6pm ET

https://discord.com/channels/834476227003547689/834476227464265790/970764269308231680

When to useMemo and useCallback Performance optimizations ALWAYS come with a cost but do NOT always come with a benefit. Let's talk about the costs and benefits of useMemo and useCallback.

Join the OneSignal Discord Server! 03/18/2022

Join our Developers Community on the OneSignal Developers Discord server!

Learn more about the OneSignal products, programming, tech, and network with others!

https://discord.gg/EP7gf6Uz7G

Join the OneSignal Discord Server! Check out the OneSignal community on Discord - hang out with 116 other members and enjoy free voice and text chat.

Timeline photos 03/17/2022

JavaScript Tip ⚡️: Did you know you can expand an array using the spread operator?

Timeline photos 03/16/2022

JavaScript Tip ⚡️: Did you know you can copy elements from one array into another array using the spread operator?

Timeline photos 03/15/2022

JavaScript Tip ⚡️: Did you know you can concatinate arrays using the spread operator?

Timeline photos 03/14/2022

JavaScript Tip ⚡️: Did you know you can swap the values of some variables thanks to destructuring?

GitHub - OneSignalDevelopers/OneSignal-Nodejs-Push-Sample: Sample NodeJS app to demonstrate how to send push notifications using the OneSignal REST API 03/12/2022

Did you know that is possible to send push notifications using the REST API? Take a look at this NodeJS example that demonstrates the usage of our REST API.

https://github.com/OneSignalDevelopers/OneSignal-Nodejs-Push-Sample

GitHub - OneSignalDevelopers/OneSignal-Nodejs-Push-Sample: Sample NodeJS app to demonstrate how to send push notifications using the OneSignal REST API Sample NodeJS app to demonstrate how to send push notifications using the OneSignal REST API - GitHub - OneSignalDevelopers/OneSignal-Nodejs-Push-Sample: Sample NodeJS app to demonstrate how to sen...

Want your business to be the top-listed Computer & Electronics Service in San Mateo?
Click here to claim your Sponsored Listing.

Address

San Mateo, CA

Other Information Technology Companies in San Mateo (show all)
Catalyst UX Catalyst UX
1700 S El Camino Real, Ste 404
San Mateo, 94402

We create unified experiences across multiple devices for complex Healthcare, Financial and Saas sol

ClickMail Marketing ClickMail Marketing
63 Bovet Road, Ste 405
San Mateo, 94402

ClickMail sells and customizes enterprise Email Service Providers (ESPs.) We deliver technology expe

Kinetix Technology Services, LLC Kinetix Technology Services, LLC
1825 S Grant Street, Ste 850
San Mateo, 94402

The leader in IT security and support for high-growth businesses.

Ratio Ratio
San Mateo

Ratio is a new kind of FinTech which combines payments, pricing, financing and checkout into one plat

DiLytics DiLytics
1660 S Amphlett Boulevard
San Mateo, 94402

DiLytics has expertise & experience building Analytics, Business Intelligence, Data Warehousing, Dat

Bridgepointe Technologies Bridgepointe Technologies
999 Baker Way Suite 310
San Mateo, 94404

We are an IT Strategy Expert that provides solutions to help clients meet their technology needs.

QuSecure QuSecure
San Mateo, 94403

At QuSecure, our pursuit for discovery and advancement never stops. It’s this philosophy that’s enabled us to develop QuProtect™, our state-of-the-art, software-based quantum secur...

CMIT Solutions of San Mateo CMIT Solutions of San Mateo
3 East Third Avenue #228
San Mateo, 94401

Managed IT Solutions for Small and Medium Size Business. Cloud Services, Cybersecurity, Business App

Remoty Remoty
55 EAST 3RD Avenue
San Mateo, 94401

Remoty is a cloud-based HR tool crafted to nurture borderless teams and makes remote HR management agile and effective. It helps teams with: 🙋‍♂️ Attendance 🌴 Leaves & PTO ⏳ Tim...

Fiji I.T Solutions Fiji I.T Solutions
924 E 4th Avenue
San Mateo, 94401

Anything to do with technology, there is a 99.9% possibility we can fix it.

CloudExt CloudExt
San Mateo, 94404

We are Cloud based Hotel & Multi Dwelling Unit Phone Service Provider

Intellimize Intellimize
500 Second Avenue
San Mateo, 94401

Intellimize powers high-converting web pages by using machine learning + marketers’ creative ideas