Community driven content discussing all aspects of software development from DevOps to design patterns. Note, this article deals with client-side JavaScript. For a client and server-side JavaScript ...
Most people think SEO starts with keywords and ends with backlinks. But here’s the hard truth: none of that matters if search engines can’t find, understand, or access your content. That’s where ...
Add a description, image, and links to the ajax-tutorial topic page so that developers can more easily learn about it.
What is AJAX (Asynchronous JavaScript and XML)? AJAX (Asynchronous JavaScript and XML) is a technique aimed at creating better and faster interactive web apps by combining several programming tools, ...
In many IoT applications, there are situations where the sensor data needs to monitor continuously, and the simplest way to do that is by enabling an ESP8266 webserver which serves an HTML webpage; ...
After launching a free Python course, Microsoft Developer is back with another free programming language course. This time it’s offering free JavaScript tutorial on ...
Completed Intro on the course 3 page todo app. I refracted the code to use Promise with then and catch instead of callback.
Last week we enhanced a map interface with voice commands using annyang. This week we’ll extend our multi-modal interface even further by adding simple head-tracking using pico.js. Pico.js is a ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful! Last week, I casually dropped the term “higher-order function” ...