Tuesday, August 30, 2016

IOT104 - Programming Arduino - 15 Sep 2016 CONFIRMED

Come and join us in the 1day course on programming the Arduino! In this one-day course, you will learn how to program your Arduino and connect it to various sensors. At the same time, you will also learn how to connect to the Internet and consume JSON services. You will get an IOT kit containing all the various sensors, including:

  • Arduino UNO
  • Ethernet Shield
  • LCD display
  • LCD Keypad shield


Sunday, August 28, 2016

Confirmed and Popular Courses in the Months of Sep and Oct 2016


Learning Python - 5 Sep 2016 (Confirmed)


Python is a high-level programming language that is widely in use. Python code is readable, and its syntax ensures programmers write code that is well- indented and clear. Python is supported on most platforms and is well suited for a wide variety of tasks – ranging from automating your daily platform tasks, to running as a standalone Web Server.
IOT201 - Learning the Python Programming Language 

Learning Python for Data Science - 6-7 Sep 2016 (Confirmed)


In this workshop, you will venture into the world of Data Science! You will learn how you can use the various libraries and tools with Python to turn your data into your most valuable assets!
IOT202 - Introduction to Data Science using Python


Programming iOS - 19-20 Sep 2016 (Confirmed)

In this 2-day course, learn iOS programming using the latest Xcode and newly updated Swift 3.0


IOS101 - Fundamentals of iPhone Programming using Swift 

Programming Internet of Things (IoT) using Raspberry Pi - 13-14 Sep 2016 (Confirmed)
In this course, participants will learn how to build various IoT systems by using the Raspberry Pi as the base collection point. The Raspberry Pi is an excellent candidate for IoT projects because it can run a full Web server and database server. Participants will learn how to create projects that save the data onto MySQL databases, and connect to the various sensors using the python programming language.

IOT101 - Programming Internet of Things (IoT) using Raspberry Pi 

Programming Cross Platform Mobile Apps using Xamarin - 5-7 Sep 2016 (Confirmed)
In the following courses, you will learn how to create cross platform mobile apps using Xamarin. 

MOB102 - Writing iOS Apps using Xamarin.iOS and C# 
MOB103 - Writing Android Apps using Xamarin.Android and C# 
MOB104 - Writing Cross Platform iOS and Android Apps using Xamarin.Forms and C# 

Programming Internet of Things (IoT) using Arduino
Arduino is an open-source prototyping platform that is gaining a lot of popularity in the IoT space due to its low cost and ease of programming. Using an Arduino board, you can connect to external devices such as sensors and LED lights, and read inputs and turn them into outputs.
IOT104 - Programming Internet of Things (IoT) using Arduino 

Programming Android
Android is Google’s operating system for mobile devices. Using the Android SDK, developers can develop applications on the Android platform using the Java Programming language. In the following courses, participants will learn the various techniques to program their Android devices. These feature-packed courses will show you how to get started in Android development, right from the start till deployment.
AND101 - Fundamentals of Android Programming using Android Studio 


Programming ASP.NET Core MVC
In the latest ASP.NET Core, Microsoft has rewritten ASP.NET from the ground up, using modern web frameworks. In ASP.NET Core, you can now host your web apps from Windows, Linux, or Mac servers. In this 2-day course, you will learn how to use the ASP.NETCore MVC to write your web applications.
WEB101 - Developing Web Applications using ASP.NET Core MVC 

Wednesday, August 17, 2016

WEB101 - ASP.NET MVC Core

Microsoft has rewritten ASP.NET from the ground up, and the result is ASP.NET Core MVC 1.0. What's interesting in this latest release is that you now can deploy your favourite ASP.NET applications on cross platforms - Windows, Mac, and Linux. 

In this 2-day course, you will learn all about ASP.NET MVC:
  • What is MVC
  • Razor files
  • Understand Models, Views, and Controllers
  • Understand what are ASP.NET execution pipelines
  • Understand routing, routing attributes, and more
  • Dependency Injection
  • Working with Entity Framework
At the end of the course, you will build a functional web site using ASP.NET MVC Core. 

Friday, August 05, 2016

Learning Node.js

Node.js is an open-source, cross-platform runtime environment for developing server-side applications. This means that the code you wrote using Node.js can run on multiple platforms - Windows, Mac OS, and Linux.

In this upcoming WEB106 Node.js course, you will learn how easy it is to write your server-side apps using Node.js. You will learn:

  • How to write a simple Web server
  • How to create a RESTful API
  • How to create a chat application using Socket.IO
  • How to send GCM push notifications

Monday, August 01, 2016

Python 2 Cheat Sheet

I have just uploaded a copy of my latest Python 2 Cheat Sheet. Hopefully this will make it easier for you to remember the various syntax of Python when you are getting started with Python programming. Click on the image below to download a printable copy.