Skip to content

Posts tagged "University"

Academic coursework projects and exercises.

9 articles available

Tip: press Esc to clear the search.

BSolutions: Managing Multiple Database Engines with Django and Docker

Advanced Databases class project: Django talking to ten SQL and NoSQL engines via Docker—multi-database ops and microservices architecture in practice.

Taming Big Data: An Introduction to Apache Spark

From RDDs to streaming: notebooks, a Docker cluster, and a presentation teaching Apache Spark for my university Big Data final project.

Declaring the Solution: Logic and Constraint Programming with Prolog and Mozart

Prolog and Mozart/Oz: logic puzzles, constraint solving, and four-coloring Colombia's map—university projects where you describe solutions, not steps.

Data Structures in Java: From Linked Lists to an Unbeatable Tic-Tac-Toe AI

Data structures in Java: stacks, queues, trees, graphs, Dijkstra, and an unbeatable Tic-Tac-Toe bot with Minimax—my university course end to end.

OOP in Action: Building a Sudoku Solver and Contact Agenda with Java Swing

OOP in Java Swing: Sudoku with the Observer pattern and backtracking, plus a file-backed contact agenda—two university projects where patterns met real code.

From Parentheses to Pointers: Learning C and Imperative Programming at University

Programming 2 brought C, pointers, memory management, and Allegro games—the semester I learned what the computer actually does under the hood.

My First Steps in Programming: DrScheme, Recursion, and a Function Plotter

Learning to code with DrScheme (now DrRacket): prefix notation, recursion, and a function plotter with derivatives in my first university course.

Comparative Analysis of Sorting Algorithms

An academic experiment comparing sorting algorithms—complexity analysis and real execution times across two server configurations.