Skip to content

Instantly share code, notes, and snippets.

View Christonja's full-sized avatar

Christon Christonja

View GitHub Profile
@Christonja
Christonja / main.js
Last active April 9, 2019 12:55
Palindrome Checker created by Christonja - https://repl.it/@Christonja/Palindrome-Checker
/*JavaScript Algorithms and Data Structures Projects: Palindrome Checker:
Challenge designed by FreeCodeCamp, solution derived completely from my learning obtained
thanks to FreeCodeCamp and other sources on the internet, notably W3Schools.com, function calls
provided by FreeCodeCamp as ways to test the algorithm*/
function palindrome(str) {
// Good luck!
//Create a new regexp for checking for alphanumeric characters in string
var regexp = /[0-9a-zA-Z]+/g;
@Christonja
Christonja / Beanz.md
Last active August 10, 2019 06:38
Single page android app that is an advertisement for a mock discount takeaway coffee shop.

Beanz Android App

Single page android app that is an advertisement for a mock discount takeaway coffee shop.

App is the final project for the Udacity course, Android Basics: User Interface

{
"meta": { "theme": "kendall" },
"basics": {
"name": "Christon James Altmann",
"label": "Tech Enthusiast | Lifelong Learner",
"picture": "",
"email": "christonja@gmail.com",
"phone": "",
"website": "https://christonja.github.io/",
"summary": "Long time love of technology however have only recently found my footing in terms of how I want this passion to translate into a career. Through pursuing various roles in IT maintenance, desktop/helpdesk support and most recently assistive technologies for the elderly and disabled I've landed upon programming as the direction I want to take my passion. Currently I am pursuing postgraduate education aswell as online courses and projects where I can to meet this goal.",