karlavdelgadof
Junior back-end engineer with full-stack development expertise. Seeking opportunities to contribute meaningfully to inspiring and challenging projects ⚙️
@toptal | Junior Back-End EngineerUIO, Ecuador
Pinned Repositories
Awesome-Books-w-modules
This project is based on the Awesome Books app repo, refactored with ES6 and organized with modules. The purpose of this project is to learn functionality organization using JavaScript modules.
bookstore-app
Capstone-1_pj
This is a website for a music festival event built with HTML, CSS and JavaScript to. This project is based on a template provided by Microverse.
Capstone-M2-JS
This project is a Web application based on an external API. The API provides data about music (including artists, albums, etc) that users can access on-demand. This project was built with ES6, HTML and CSS and it is a SPA.
Capstone-React-M3
This project is a SPA app built with React and Redux (Redux ToolKit) that provides market-based information and statistics about cryptocurrency. The application fetches the data about the coins from the CoinLore API and allows users to check, discover and search (constantly updated) statistics about the top 100 currencies in the market.
Catalog-of-my-Things
This repo holds a command line interface app built with Ruby that will help users to keep a record of different types of things, like books, music albums, movies, and games. The app is based on the UML class diagram provided in the README and includes a database schema analogical to the class structuture of the app.
math-magicians-app
A Single Page App built with React that allows users to access a calculator, make simple operations and read random math quotes.
My-Portfolio-pj_microverse
My first portfolio website built with HTML/CSS and Javascript. This project's purpose is to practice the technologies learned on the first module of Microverse's curriculum
OOP-school-library
A command-line library app built with Ruby that works as a tool to keep a record of all transactions related to both users (students and teachers) and books.
ToDo-list-app
A simple HTML list of To Do tasks built using webpack, JS ES6 and CSS. This app allows users to add and delete tasks to organize their days.
karlavdelgadof's Repositories
karlavdelgadof/ToDo-list-app
A simple HTML list of To Do tasks built using webpack, JS ES6 and CSS. This app allows users to add and delete tasks to organize their days.
karlavdelgadof/Capstone-M2-JS
This project is a Web application based on an external API. The API provides data about music (including artists, albums, etc) that users can access on-demand. This project was built with ES6, HTML and CSS and it is a SPA.
karlavdelgadof/bookstore-app
karlavdelgadof/math-magicians-app
A Single Page App built with React that allows users to access a calculator, make simple operations and read random math quotes.
karlavdelgadof/Blog-app-ror
This repo holds a simple blog website app built with ROR. The website shows the list of posts and empowers readers to interact with them by adding comments and liking posts.
karlavdelgadof/Leaderboard-pj
This project is a leaderboard website that displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external API.
karlavdelgadof/Catalog-of-my-Things
This repo holds a command line interface app built with Ruby that will help users to keep a record of different types of things, like books, music albums, movies, and games. The app is based on the UML class diagram provided in the README and includes a database schema analogical to the class structuture of the app.
karlavdelgadof/final-capstone-frontend
karlavdelgadof/react-todo-app
A simple To-Do app built with React (create app). This app allows users to add and delete tasks to organize their days.
karlavdelgadof/Testing-practice-js
This repository contains a few practical tests for JavaScript functions using the Jest library. This project implements AAA pattern to make the tests easier for other developers to read and understand, it also implements the TDD approach.
karlavdelgadof/Capstone-React-M3
This project is a SPA app built with React and Redux (Redux ToolKit) that provides market-based information and statistics about cryptocurrency. The application fetches the data about the coins from the CoinLore API and allows users to check, discover and search (constantly updated) statistics about the top 100 currencies in the market.
karlavdelgadof/Clinic-dtbs
This repo stores the schema of a clinic database that holds information about patients, treatments, medical history, invoices, etc. The primary purpose is to generate the database by following a provided diagram, interpret it, and implement the SQL needed to build that database.
karlavdelgadof/hello-rails-react
A "Hello world" project built with React & ROR as one app with Webpack
karlavdelgadof/karlavdelgadof
Github profile page README
karlavdelgadof/OOP-school-library
A command-line library app built with Ruby that works as a tool to keep a record of all transactions related to both users (students and teachers) and books.
karlavdelgadof/Recipe-app
This repo holds the source code of a Recipe app built with ROR that keeps track of recipes, ingredients, and inventory. It allows users to save ingredients, keep track of their saved information, create recipes, and generate shopping lists based on what they have and what they are missing from a recipe.
karlavdelgadof/TopEats
A food delivery app built with ROR
karlavdelgadof/hello-rails-back-end
This repo holds the BackEnd development for the Hello React + ROR project
karlavdelgadof/hello-react-front-end
This repo holds the FrontEnd development for the Hello React + ROR project
karlavdelgadof/JS-Best-practices-ex
This repository is a copy of the To-Do List project's repository. The main goal of this project is to check if the project's code follows JavaScript Best Practices.
karlavdelgadof/Mobile-menu-CR-review
This project's purpose is to mock the implementation of the mobile menu for the microverse's small-portfolio project using recently acquired JavaScript knowledge for CR trials.
karlavdelgadof/Morse-decoder
This repo holds the codebase of a program built with Ruby to automate the process of decoding morse messages.
karlavdelgadof/Past-project-review
This project's purpose is to learn how to use GitHub features for reviews and how to communicate professionally any possible improvements or issues in this past project source code.
karlavdelgadof/Vet-clinic-dtb
This project consists of a relational database created as the initial data structure for a vet clinic.
karlavdelgadof/PlanB-app
This repo holds a mobile web application built with ROR where users can manage their budget: you have a list of transactions associated with a category so that users can keep track of their expenses.
karlavdelgadof/Gitflow-exercise
This repository was created to practice the correct use of Gitflow as a reference for future projects.
karlavdelgadof/Hello-rails
A getting started repo to practice Rails features.
karlavdelgadof/Daily-BIT
karlavdelgadof/DALL-E
PyTorch package for the discrete VAE used for DALL·E.
karlavdelgadof/Ennumerable-ruby
The purpose of this repo is to pratice the functionality of Enumerable with Ruby