derektypist
Trainee Web Developer with IT Career Switch | HTML | CSS | JavaScript | Python | Bootstrap | jQuery | Font Awesome | Google Fonts
IT Career SwitchManea, Cambridgeshire
Pinned Repositories
build-a-pokemon-search-app
Build an app that searches for Pokémon by name or ID and displays the results to the user. This project makes use of freeCodeCamp's PokéAPI proxy.
build-a-rock-paper-scissors-game
Review DOM Manipulation by building a Rock, Paper, Scissors game.
coding-traineeship-projects
This repo is part of the IT Career Switch Coding Traineeship Program. I have practiced the projects and gained wide range of projects and gained wide range of web knowledge across multiple programming languages and libraries.
national-contiguity
Show National Contiguity with a Force Directed Graph
project-euler-031
Find the number of ways to make n pence using any number of coins
project-euler-042
Find the number of triangle words in the provided array. A PDF File is available for viewing the words. A triangle word is whose word value is a triangle number. A word value is the sum of numbers corresponding to its alphabetical position. For example, SKY has a word value of 55, because 19 + 11 + 25 = 55. SKY is a triangle word, because 55 is a triangle number.
project-euler-055
Counts the number of Lychrel Numbers below the limit (e.g. 10000)
ravenous
simon-game
Simon is a memory skill game
tic-tac-toe
Tic Tac Toe is a game for 2 players. You can play against the computer or another human player.
derektypist's Repositories
derektypist/build-a-rock-paper-scissors-game
Review DOM Manipulation by building a Rock, Paper, Scissors game.
derektypist/build-a-balance-sheet
Learn More About CSS Pseudo Selectors by Building a Balance Sheet
derektypist/build-a-bike-rental-shop
Build an Interactive Bash Program that stores Information for the bike rental shop
derektypist/build-a-binary-search-tree
Learn how to construct a binary search tree and perform an in-order traversal. Key operations like insertion, search and deletion.
derektypist/build-a-cat-painting
Learn Intermediate CSS by building a cat painting
derektypist/build-a-financial-calculator
Create a financial calculator using Python that takes user input
derektypist/build-a-graphing-calculator
derektypist/build-a-kitty-ipsum-translator
Learn Advanced Bash by building a Kitty Ipsum Translator
derektypist/build-a-number-guesser
derektypist/build-a-nutrition-label
Build a Nutrition Label using Typography
derektypist/build-a-periodic-table-database
Creation of Bash script to get information about chemical elements from a periodic table database
derektypist/build-a-photo-gallery
Build a Responsive Photo Gallery Webpage using Flexbox
derektypist/build-a-projectile-trajectory
Encapsulation is a core OOP principle based on writing code that limits direct access to data. Concepts include getters, setters and name mangling. Calculate a projectile trajectory.
derektypist/build-a-pyramid-generator
Learn Fundamental Programming Concepts in JavaScript by coding a Pyramid Generator. Work with strings, arrays, functions, if/else statements and more.
derektypist/build-a-random-background-color-changer
Learn Basic Debugging by Building a Random Background Color Changer
derektypist/build-a-registration-form
HTML Forms can be used to collect information from people who visit the webpage. The aim is to build a signup page.
derektypist/build-a-salon-appointment
Interactive Bash Program that uses PostgreSQL to track the customers and appointments for the salon
derektypist/build-a-student-database-part-1
Create a Bash Script that uses SQL to enter information about computer science students into PostgreSQL
derektypist/build-a-student-database-part-2
SQL Join Commands are Used to Combine Information from Multiple Tables in a Relational Database. Continuation of Part 1.
derektypist/build-a-sudoku-solver
Applies the use of classes and objects to build a Sudoku grid and to solve a Sudoku puzzle
derektypist/build-a-vector-space
Explore some of the most common special methods while learning about vectors by building a vector space
derektypist/build-a-websocket-application
Build A Websocket Application
derektypist/build-a-world-cup-database
Build A World Cup Database - Queries the Database for Useful Statistics
derektypist/build-an-equation-solver
The purpose of abstract classes is to define formal interfaces - objects acting as blueprints for classes. Implement an interface in Python.
derektypist/build-three-math-games
Build Three Math Games - Scatter Plot Game, Algebra Practice Game and Projectile Game
derektypist/data-grapher
FreeCodeCamp Project - Data Grapher
derektypist/derektypist
Config files for my GitHub profile.
derektypist/drum-machine
derektypist/intro-to-python
derektypist/learn-the-bisection-method
Learn the Bisection Method by Building the Square Root of a number