tech/webdev magazine

July 3, 2017

React, Relay and GraphQL: Under the Hood of the Times Website Redesign

Monday, July 03, 2017 Teklinks

The New York Times website is changing, and the technology we use to run it is changing too. As the new site rolls out over the next several months, a look under the hood will reveal a number of modern technologies designed to make the site faster and easier to use — for readers, most importantly, but also for our developers.

Full article

Cria um avisador musical via Internet com um ESP8266

Monday, July 03, 2017 Teklinks

Os super económicos e versáteis ESP8266 continuam a ser um dos módulos favoritos para todo o tipo de projectos, e hoje trago-vos um que explica como construir uma coluna capaz de reproduzir musicas e/ou avisos em resposta a todo o tipo de coisas que possam acontecer, via internet.

Full article

How to Record a Phone Call on an iPhone

Monday, July 03, 2017 Teklinks

So you’ve decided you need to record a phone call. Maybe you’re performing a delicate sting operation…or maybe you just want to make sure you’re getting the best customer service possible. Whatever your reasons, things are a little difficult on an iPhone.

Full article

Using Workbox + Webpack to precache with Service Worker

Monday, July 03, 2017 Teklinks

Workbox is a new project from Google that makes service worker use-cases such as caching, background sync and queueing of analytics whilst offline easier to code. Note: Workbox looks like it's still in active development. API and docs can sometimes be out-of-date with recent code changes.

Full article

June 29, 2017

Schedule Tasks on Linux Using Crontab

Thursday, June 29, 2017 Teklinks

If you've got a website that's heavy on your web server, you might want to run some processes like generating thumbnails or enriching data in the background. This way it can not interfere with the user interface. Linux has a great program for this called cron.

Full article