Browse By

All posts by admin

vscode_tabs

Tabs in VS Code

One of the most missing features of VS Code is the tabs. Even though you can use shortcuts like Ctrl+Tab to navigate through files many people including me missing this feature. Microsoft listened to us and they started implementing this feature. We already have some

coin acceptor

Add a coin acceptor to your arduino project

Have you ever wanted to make your own coin-operated arcade game cabinet, jukebox, or claw machine? Rachel Weil walks through how to wire up and write code for an Arduino and a programmable coin acceptor. [00:40]  Review of materials needed [02:42]  Setting up the coin acceptor [04:02]

Espruino pico

Espruino Pico

Espruino Pico is a tiny USB stick that runs JavaScript code (it doesn’t need to be plugged into a computer). You can program it with nothing but a serial terminal program, but there’s also an IDE that runs in the Chrome Web browser. It’s got

ARM IBM-MBED IoT Starter Kit

The IBM-MBED IOT STARTER KIT is an ARM and IBM bolster Internet of Things with cloud based mbed starter kit. The ARM has joined forces with IBM to launch its Internet of Things (IoT) mbed device platform as a starter kit with cloud support, offering

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.