Understanding Swift Programming for JavaScript Developers
PubNub
JANUARY 8, 2025
In "Swift Programming Language for JavaScript Developers," iOS developer JP Simard discusses the it's use cases, and JavaScript.
This site uses cookies to improve your experience. To help us insure we adhere to various privacy regulations, please select your country/region of residence. If you do not select a country, we will assume you are from the United States. Select your Cookie Settings or view our Privacy Policy and Terms of Use.
Cookies and similar technologies are used on this website for proper function of the website, for tracking performance analytics and for marketing purposes. We and some of our third-party providers may use cookie data for various purposes. Please review the cookie settings below and choose your preference.
Used for the proper function of the website
Used for monitoring website traffic and interactions
Cookies and similar technologies are used on this website for proper function of the website, for tracking performance analytics and for marketing purposes. We and some of our third-party providers may use cookie data for various purposes. Please review the cookie settings below and choose your preference.
PubNub
JANUARY 8, 2025
In "Swift Programming Language for JavaScript Developers," iOS developer JP Simard discusses the it's use cases, and JavaScript.
PubNub
JANUARY 8, 2025
An introduction to the Babel JavaScript compiler, the future of JavaScript, JavaScript standards, and a review of Babel's architecture.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
PubNub
JANUARY 8, 2025
In this talk, Johnathan Leppert discusses the current state of internationalization and localization standards for JavaScript apps and web browsers.
PubNub
JANUARY 8, 2025
Power IoT in 4 lines of JavaScript with Tessel and PubNub. Tessel is a small, powerful microcontroller that runs entirely on JavaScript.
PubNub
JANUARY 8, 2025
Explore creating real-time maps using JavaScript Google Maps API, with focus on dynamic updates of flight paths.
PubNub
JANUARY 8, 2025
"JavaScript Testing: Idiot Proof Your Code" aka Achieving Maintainability, including best practices for linting, reducing complexity and unit testing.
PubNub
JANUARY 8, 2025
How to start building real-time dashboards with live-updating charts, graphs, and maps using the EON JavaScript framework, Mapbox, C3.js js and PubNub.
PubNub
JANUARY 8, 2025
How to build an app with JavaScript that uses an animated map to select & stream location coordinates to multiple end-user applications in real time.
PubNub
JANUARY 8, 2025
How to build mobile group chat apps using 1 line of JavaScript (aka 3 libraries).
PubNub
JANUARY 8, 2025
Implementing and showcasing live geolocation data updates on a real-time map using JavaScript with advanced mapping APIs.
PubNub
JANUARY 8, 2025
Learn how to build your own voice-powered app and control devices remotely in JavaScript with the Spoken SDK and PubNub.
PubNub
JANUARY 8, 2025
How to retrieve, publish, and display live geolocation data with JavaScript and the Mapbox API to create transportation tracking applications.
PubNub
JANUARY 8, 2025
In this talk, Jamund Ferguson discusses the history and philosophy behind ESLint, and walks through the benefits of using ESLint when linting JavaScript.
PubNub
JANUARY 8, 2025
How to retrieve, publish, and display live geolocation data with JavaScript and the Google Maps geolocation API to create transportation tracking apps
PubNub
JANUARY 8, 2025
How to implement map markers using the JavaScript Google Maps API and PubNub for web and mobile web live-updating maps.
PubNub
JANUARY 8, 2025
How to stream location data to build real-time location tracking maps using JavaScript, EON real-time dashboard framework, and the Mapbox API.
PubNub
JANUARY 8, 2025
This tutorial shows you how to convert a JavaScript web application into an Android application with PhoneGap, as well as manually with Cordova CLI.
PubNub
JANUARY 8, 2025
Also includes tutorials for Pub/Sub with JavaScript, Ruby and Python. An overview on WebSockets and HTTP Long Polling for data streaming/push.
PubNub
JANUARY 8, 2025
This tutorial shows you how to convert a JavaScript web application into an iOS application with PhoneGap, as well as manually with Cordova CLI.
PubNub
JANUARY 8, 2025
How to get up-and-running with a simple WebRTC video and voice chat app in 20 lines of JavaScript, enabling two users to video chat in a web browser.
PubNub
JANUARY 8, 2025
This tutorial (broken into 4 parts) shows you how to build a fully-featured web and mobile group chat app with JavaScript.
InfoQ Articles
JUNE 11, 2024
Developers typically use JavaScript to load data asynchronously, but this adds complexity when compared to server-side rendering. We review a technique that uses the Shadow DOM with HTTP streaming to load pages quickly and display data asynchronously without JavaScript. By Tyson Gern
PubNub
JANUARY 8, 2025
This full tutorial walks you through implementing the PubNub Publish/Subscribe JavaScript API
InfoQ Articles
OCTOBER 20, 2023
The JavaScript language and its ever-changing ecosystem of packages and practices can make codebases quickly become hard to maintain. The resulting loss of development velocity and/or code quality can be prevented without rewriting everything from scratch, nor pausing the development of new features.
PubNub
JANUARY 8, 2025
Yesterday, BoingBoing posted an article with a new Facebook Icon for "Meh" Button, opposed to "Like". Inspired by this, PubNub developers built the Facebook
PubNub
JANUARY 8, 2025
The Real-time Communication API Blog: best practices across in-app chat, push notifications, location tracking and more.
PubNub
JANUARY 8, 2025
How to calculate geolocation proximity to other locations, and compare that first location to surrounding locations using the GoogleMaps API.
PubNub
JANUARY 8, 2025
In this talk, Joseph Gentle talks about what operational transform is, what apps you can build with it, and why it's essential for collaborative apps
PubNub
JANUARY 8, 2025
How to program a Tessel camera app to capture images, including connecting your Tessel, all on the client side.
PubNub
JANUARY 8, 2025
In this tutorial, we'll show you how to send and receive Android Push Notifications with GCM, PubNub, and PhoneGap for web, mobile, and devices.
PubNub
JANUARY 8, 2025
In this tutorial, we'll show you how to send and receive iOS Push Notifications with APNS, PubNub, and PhoneGap for web, mobile, and devices.
PubNub
JANUARY 8, 2025
3 ways JS devs learn from game devs: minimizing/isolating state, enforcing deterministic rendering, separating rendering & simulation.
PubNub
JANUARY 8, 2025
The blog post looks at the core concepts of functional reactive JavaScript programming, as well as practical applications of it with Bacon.js.
PubNub
JANUARY 8, 2025
This tutorial shows you how to use the PubNub geolocation API to build real-time geolocation and mapping applications.
PubNub
JANUARY 8, 2025
How to build a real-time stock quote streaming application with PubNub using PHP and JavaScript and a stock quote API.
PubNub
JANUARY 8, 2025
PubNub JavaScript SDK v4 is improved with better performance, smaller in size, using event emitter pattern, and provide you easier-to-use APIs.
PubNub
JANUARY 8, 2025
This tutorial shows you how to use our private chat API to build private chat and insure security in your chat application with Access Manager
PubNub
JANUARY 8, 2025
This blog post features two ways (a data visualizer and a multiplayer game) that harness the power of WebGL to create stunning and interactive apps.
PubNub
JANUARY 8, 2025
In this two-part series you'll see just how easy it is to build your very own dash cam using a Raspberry Pi, JavaScript, and PubNub.
4sysops
JANUARY 18, 2025
Google begins requiring JavaScript for Google Search | TechCrunch Google has implemented a requirement for users to enable JavaScript, a programming language essential for the interactivity of web pages, in order to utilize Google Search. The move comes amidst… Read more
PubNub
JANUARY 8, 2025
How to build a dynamically-updating progress bar in JavaScript that updates in real time as status updates are streamed to it.
PubNub
JANUARY 8, 2025
Learn how to build a simple multiplayer game with JavaScript and PubNub. Follow this guide to create a game that supports thousands of players online
PubNub
JANUARY 8, 2025
Build with ease chat room app with JS code. Try simple 10 lines code demo or ready-to-use github repository and build your own features
PubNub
JANUARY 8, 2025
This tutorial walks you through building a basic chatroom layout, publish and receiving messages, and setting up jQuery mobile for simple chat.
Expert insights. Personalized for you.
We have resent the email to
Are you sure you want to cancel your subscriptions?
Let's personalize your content