Skip to content

Instantly share code, notes, and snippets.

View oreste-abizera's full-sized avatar
💥
Coding all day

Oreste Abizera oreste-abizera

💥
Coding all day
View GitHub Profile

🏆 High School Developer Program – Capstone Projects (React + Node.js)

Welcome to your capstone projects! Each project is designed to challenge you with real-world problems while helping you master full-stack development with React, Node.js, and MongoDB.


📁 Project 1: Team Task Manager

Problem: Remote teams struggle with project visibility and task accountability.

@oreste-abizera
oreste-abizera / Deploy a Spring Boot App to AWS EC2 with Docker and GitHub Actions.md
Created May 21, 2025 17:40
How to Deploy a Spring Boot App to AWS EC2 with Docker and GitHub Actions

How to Deploy a Spring Boot App to AWS EC2 with Docker and GitHub Actions

This guide assumes:

  • You already have a working Spring Boot app locally.
  • You have a GitHub repository for your project.
  • You’re using Maven and planning to deploy via Docker and GitHub Actions.
  • You already have an AWS account.

@oreste-abizera
oreste-abizera / Movie-Search-App–Assignment.md
Created May 4, 2025 20:05
Movie Search App – React + Fetch API Assignment

🎬 Movie Search App – React Homework

📘 Objective

Build a simple React app that allows users to search for movies using the OMDb API and displays the results dynamically.


🧠 Learning Outcomes

@oreste-abizera
oreste-abizera / on-merge-deploy-to-do.md
Created January 9, 2024 17:59 — forked from danieltorscho/on-merge-deploy-to-do.md
GitHub Action deploy nodejs to DigitalOcean Droplet

Github deployment

Requirements:

  • DigitalOcean Droplet (Ubuntu 20.04+) should be created
  • Github repository

Prepare DO Droplet Server:

  • ssh root@DROPLET_IP
  • sudo vi /etc/ssh/sshd_config
  • change PasswordAuthentication from no to yes