codeadamca
I Teach Code! Self-taught full-stack developer. Learning code and teaching code at Humber Polytechnic, Toronto, Canada.
Pinned Repositories
arduino-from-nodejs
Using JavaScript, Node.js, and an Arduino to communicate from a browser to an Arduino.
arduino-laser
A basic example of controlling a laser using an Arduino.
arduino-led-matrix
A basic example of animating using an 8 x 8 LED matrix.
arduino-to-nodejs
Using JavaScript, Node.js, and an Arduino to communicate from an Arduino to the browser.
ev3-python-ps4
Using Python to connect the LEGO EV3 brick to a PS4 controller.
github-contributions
A basic tool to fetch a GitHub users contributions table and display it in an iframe.
nodejs-socket
Using Socket.io to communicate between a browser and a Node.js app.
nodejs-website
This is a sample basic Node.js website using plain HTML files and the built in http and fs modules.
php-docker
A basic example of setting up some common Docker stacks.
codeadamca's Repositories
codeadamca/github-contributions
A basic tool to fetch a GitHub users contributions table and display it in an iframe.
codeadamca/nodejs-website
This is a sample basic Node.js website using plain HTML files and the built in http and fs modules.
codeadamca/nodejs-socket
Using Socket.io to communicate between a browser and a Node.js app.
codeadamca/php-contact-form
A basic starting point for a PHP contact form.
codeadamca/ev3-space-moc
This is a series of Python files used to control a LEGO MOC space base.
codeadamca/laravel-blade-cms
A basic CMS using PHP, Laravel, and Blade.
codeadamca/laravel-php-cms
Recoding the basic PHP CMS using Laravel.
codeadamca/php-dropbox-api
A basic example of uploading a file to your Dropbox account.
codeadamca/php-mysql-images
A basic sample of integrating images into a MySQL database.
codeadamca/php-mysql-youtube
Displaying YouTube videos from a MySQL database.
codeadamca/arduino-45in1-7-colour-led
Connecting a 7 Colour LED to an Arduino.
codeadamca/arduino-built-in-led
A basic example of turning the built-in LED on and off on an Arduino microcontroller.
codeadamca/brickpi-power-functions
This is a simple script to test the use of a LEGO Power Functions light with a Dexter BrickPi.
codeadamca/codeadam-academic-integrity
A small course on coding and academic integrity.
codeadamca/codeadam-php-cms
A basic PHP CMS to manage codeadam.ca.
codeadamca/codeadam-react-v2
A repo to store a React version of my own personal website.
codeadamca/deconstruction-koalastothemax
A deconstruction example of koalastothemax.com.
codeadamca/ev3-coder
An online tool to add basic commands to an EV3 robot.
codeadamca/ev3-colour
A basic example of using Python with the LEGO EV3 colour sensor.
codeadamca/ev3-gyro
A basic example of using Python with the LEGO EV3 gyro sensor.
codeadamca/ev3-robot
A basic Python script for a tank like LEGO EV3 robot controlled with a PS4 controller.
codeadamca/ev3-space-moc-panel
A web application to control a EV3 LEGO space MOC.
codeadamca/firebase-authentication
A basic example of a registration and sign up using Firebase Authentication.
codeadamca/firebase-realtime-database
A basic example of displaying data from a Firebase Realtime Database.
codeadamca/javascript-canvas
Basic examples of using JavaScript and the HTML5 canvas element.
codeadamca/laravel-installer
A basic walk-through of setting up a new Laravel project.
codeadamca/php-big-picture
A basic walkthrough of using PHP to display content from a MySQL database.
codeadamca/php-info
Using phpinfo() and your PHP server settings to debug a PHP error.
codeadamca/php-introduction
A super basic introduction to PHP.
codeadamca/php-mysql-images-embedded
A basic sample of integrating images into a MySQL database by embedding the images directly into the database. .