Alvison Hunter's repositories
tik-tak-tok-game
Repositorio de los ejemplos y ejercicios para la semana 5 y 6 de la mentoria de CCL. Juego del Ta Te Ti
rock-paper-scissors
This repository serves as a demonstration of fundamental Vanilla JavaScript concepts, created for the CCL Mentoring Program mentees. It provides a clear example for mentees to compare their work against, helping them learn and improve through feedback.
pibj-songlist
Church Service Song's Lists
ccl-mentees-api
This is a work-in-progress API developed with Python, deployed on PythonAnywhere. To add mock data during development, I've also set up a demo MySQL DB using Aiven.io. The final version will incorporate Flask-Login
ccl-python-mentorship
Basic Python Exercises for our Mentoring Program Pair Programming Sessions
ccl-mentoring-program-grades
A simple Frontend App to keep track of the Mentoring Program Grades for each mentee. I did it as well to practice Ant Design because I have not used this framework before.
amni-network-demo
Technical Assignments - Frontend Skills
restaurants-reviewer-backend
Basic Strapi Backend for a Restaurants Reviewer App that I want to create for my hometown.
PostgresQL-MongoDB-Data-Migration-Service
Getting PostgresQL datasets, analyze it, get all information. Using ETL, read PostgresQL data, transform it with Python to MongoDB proper formatting, create MongoDB and populate it with the new data.
rock-paper-scissors-tkinter
I went ahead and recreate this game using TKInter as my UI provider for this Game
pibj
Contentful CMS with React and React Table using vite- weekend Practice
dollarized
Just a quick demo on using API Content within a REACT TS Frontend App
advent-of-typescript
Advent of TypeScript is a repository with all of my solutions for the challenges of Advent of TypeScript on https://typehero.dev/
Golang-Design-Patterns
Simplify software development for intricate and sizable systems using design patterns. These are reusable solutions to prevalent software design challenges, providing a framework for constructing adaptable, extensible, and sustainable software.
tweaty-wacko-cokctails
Testing the cocktails API - Quick Practice
ReactPy-Library-Demo
Testing a library that combines React and Python
lets-talk-python
Repositorio de los ejemplos y ejercicios que se hacen en los talleres de Python
contentful-landing-page-demo
Basic Contentful CMS with React Landing Page Demo
simplemoviedbsearchtool
Yet another small ReactJS Project that consists of a simple Movie Details Search Tool that will give the user basic information about a certain movie, along with its respective artwork and some other movies below this one with similar genres. Nothing fancy but good enough to make use of ReactJS, Redux, Redux-thunk, the CSSTransitionGroup animation library and the Open Movie API - This started as a simple Midnight Practice but became a reality after all.
EinstiegPythonProgrammierung-
Mein einstieg mit die erstaunliches Python programmierung
codewars-golang-challenges
Just a backup for some of the Golang Challenges from CodeWars
jest-enzyme-react
Unit Testing Practice Repo using Jest, Enzyme and React, nothing fancy, kind of legacy due to enzyme, however, good for practicing