Tag: Tutorial

  • Getting Started with the Yahoo Finance API – Wern Ancheta

    The Yahoo Finance API provides a way for developers to get the latest information about the stock market. How the different stocks are doing. What’s the current buying price for a single stock. How much is the difference of the current market value to that of yesterday’s, etc. wern-ancheta.com/blog/2015/04/05/getting-started-with-the-yahoo-finance-api/

  • Tutorial ESPEasy Firmware Upload – Let’s Control It

    When you buy the ESP module it will most likely have the factory AT or NodeMCU (LUA) firmware inside. To get the ESP Easy running, you need to replace the firmware with the ESP Easy firmware first. This can be done with a special flash upload tool that uses the ESP serial interface. You can…

  • Dynamic DNS with ddclient on Raspberry Pi and Ubuntu using your Namecheap Domain

    This tutorial will show you how to configure ddclient on Raspbian and Ubuntu with your Namecheap Domain. Many tutorials don’t explain what to do if your server is behind a router, but this one will. It is the best tutorial regarding dynamic DNS for your Raspberry! > samhobbs.co.uk/2015/01/dynamic-dns-ddclient-raspberry-pi-and-ubuntu

  • Configure ESP8266 Wifi with WiFiManager

    Avoid hardwiring the settings of your ESP8266 Wifi Setup by just adding a little extra code that triggers WiFiManager allowing you to change the settings for networks easily. hackaday.com/2017/03/18/configure-esp8266-wifi-with-wifimanager/

  • Enabling L2TP over IPSec on Ubuntu 16.04

    This is a step by step guide to show how a workaround for the lacking support for L2TP over IPSec in Ubuntu 16.04 can be achieved using network-manager-l2tp. > blog.z-proj.com/enabling-l2tp-over-ipsec-on-ubuntu-16-04/

  • Quick Start to Nodemcu (ESP8266) on Arduino IDE

    Crash Course on NodeMCU (ESP8266) on Arduino IDE – complete Setup and Testing Procedure. > www.instructables.com/id/Quick-Start-to-Nodemcu-ESP8266-on-Arduino-IDE/

  • Tutorial for Installing Django, Python, Apache, mod_wsgi and PostgreSQL in Raspbian Jessie

    This guide by Ben Croston to install Django, Python, Apache mod_wsgi and PostgreSQL on a Raspberry Pi running Raspbian Jessie Lite. It is intended as a guide to getting everything installed and configured, not as a tutorial in actually using Python, Django etc. The toolchain is suitable for a fairly heavy duty production environment. >…

  • Python Scraping for WordPress | Zach Adams

    Python Scraping for WordPress Tutorial by Zach Adams. > zach-adams.com/2015/04/python-scraping-wordpress/

  • Free Python Beginner Tutorial by Chris Hawkes – YouTube

    This free Python tutorial series by Chris Hawkes covers everything from the basics of Python to much more advanced concepts like classes and sub-classing. Please subscribe for more tutorials like these. > https://www.youtube.com/playlist?list=PLei96ZX_m9sWS2gm1zGqGq6ZzU9T5QSg7

  • How to build an open source community – OSSWATCH

    Community is vital to an open source project. An active and supportive community is the heart of the project. However, having an open source licence is not enough to bring users and developers to your project and build a community. This document – written by Matthew Mascord – looks at what makes a successful open…

  • How To Deploy WordPress Plugins With GitHub Using Transients – Smashing Magazine

    This tutorial will show you how to set up a GitHub repository to push updates to your plugin, wherever it resides. Example files are available on GitHub (link at the end of the tutorial). > www.smashingmagazine.com/2015/08/deploy-wordpress-plugins-with-github-using-transients/