Browse By

Couchbase Server 4.5 released

This release comes with many exciting features that make it even easier for developers to build amazing apps on Couchbase while simplifying the transition from relational to NoSQL technology. The performance of Couchbase has ben significantly extended – with continuing improvements in indexing, query and

NativeScript_logo

Use Angular + NativeScript to build native mobile apps [Free webinar]

Join John Papa and Telerik NativeScript experts Burke Holland and TJ VanToll, as they discuss how the newly available techniques in NativeScript 2.0 empower developers and organizations to deliver maximally performant and elegant applications with a minimal amount of effort. Wouldn’t it be great if

angular2 logo

Angular 2.0.0-rc.0 – First release candidate

Huge milestone today from Angular2 team. First release candidate announced a couple of hours ago via twitter. This probably means that things move faster that we think in development process. Many new Router features included and the way we install Angular2 via npm changed a

raspberrypi 3

Control Raspberry Pi GPIOs with Flask

Randomnerdtutorials posted a very nice tutorial on how to control Raspberry Pi GPIOs with a web server build in Python and Flask. By the end of the tutorial you will be able to  toggle two LEDs. Or you can replace those LEDs with any output, like a relay

GraphQL Logo

GraphQL Intro

Spend 30 minutes learning how to adapt your existing ORM, SOA, or REST API to GraphQL so that you can begin to use GraphQL-based technologies like Relay. What is GraphQL? A GraphQL query is a string interpreted by a server that returns data in a

angular2 logo

2.0.0-beta.17 released [Breaking Changes]

Angular team released another beta this week, which unfortunately has some breaking changes. This is normal and should be expected if you are building apps with beta frameworks. BREAKING CHANGES The reference #… now always means ref-. Before: Outside of ngFor, a #… meant a reference.

Node v6.0.0 released

This new major version of Node.js delivers significant improvements in performance, reliability, usability and security. Module loading is nearly four times faster than in Node.js v4, tests and documentation have seen significant improvements, usability of the Buffer and File System APIs have been improved, and

gmail-android-exchange

Microsoft Exchange in Gmail app

Until today, Gmail for Android had microsoft exchange support only on Nexus devices. Finally this changes and with the latest update all Android users can sync their business email accounts with Gmail inbox. This is really convenient for those who want to have everything in one

angular2 logo

Angular 2.0.0-beta.16

Angular2 team just released beta.16 which brings new features mostly in router and a number of fixes for forms, compiler etc. Here is the full list: Bug Fixes angular_1_router: Removed arrow function from module template (d094a85), closes #8076 build: ignore Dart warnings for external code.