An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by SolangeUG

A curated list of projects in awesome lists by SolangeUG .

https://github.com/solangeug/spring-boot-tdd

An example project of test driven development with Spring Boot.

java-11 spring-boot-2 tdd

Last synced: 02 Aug 2025

https://github.com/solangeug/unfolding-maps

This project is part of the Object-Oriented Programming in Java Coursera course, developed by the University of California, San Diego.

encapsulation inheritance java-8 javafx maven unfolding-maps

Last synced: 10 May 2026

https://github.com/solangeug/nltk-book

A Natural Language Processing with Python (NLTK) sandbox project.

natural-language-processing nltk-book nltk-python

Last synced: 18 May 2026

https://github.com/solangeug/information-flow

Capstone project of the Coursera "Object Oriented Java Programming: Data Structures and Beyond" specialization. It investigates the cascading behavior (or information flow) within a social network.

graph-algorithms graphstream information-flow java-8 javafx junit5 maven social-network

Last synced: 05 May 2026

https://github.com/solangeug/lambdas-and-streams

Project based on Oracle's Introduction to Lambda Expressions and the Streams API MOOC.

functional-programming java-8 lambda-expressions oracle-mooc streams-api

Last synced: 09 May 2026

https://github.com/solangeug/data-structures-and-software-design

A collection of projects specified in the PennEngineering Extension School's Data Structures and Software Design course.

data-structures java sd2x software-design

Last synced: 08 Aug 2025

https://github.com/solangeug/hacker-rank

A collection of programming challenges by HackerRank (https://www.hackerrank.com/).

algorithms data-structures hackerrank programming-challenges

Last synced: 11 May 2026

https://github.com/solangeug/restful-microservices

A Spring Boot RESTful microservice application, part of the Java Microservices Using Oracle Cloud MOOC.

angular bootstrap html5 java-8 java-microservices maven rest-microservice spring-boot-application

Last synced: 11 Jun 2025

https://github.com/solangeug/trivia

Legacy Code Retreat - Trivia Game codebase

legacy-code trivia-game

Last synced: 03 Jan 2026

https://github.com/solangeug/mobile-app-development

A collection of projects specified in the Harvard Extension School’s Mobile App Development with React Native course.

csci-e-39b javascript mobile-app-development react-native

Last synced: 18 May 2026

https://github.com/solangeug/wiki-application

A fully-functional wiki application built with Python (2.7.14) and deployed on Google App Engine.

google-app-engine jinja2 python27 wiki

Last synced: 18 Mar 2025

https://github.com/solangeug/migration

Nature in Code | Migration: Spatial Models

biology genetics javascript

Last synced: 18 Mar 2025

https://github.com/solangeug/epidemics

Nature in Code | Epidemics: The Spread of Infectious Diseases

biology genetics javascript

Last synced: 18 Mar 2025

https://github.com/solangeug/blog-application

A fully-functional blog built with Python (2.7.14) on Google App Engine.

blog google-app-engine jinja2 python27

Last synced: 18 Mar 2025

https://github.com/solangeug/social-networking-application

A console-based social networking application.

java-8 junit5 maven

Last synced: 19 May 2026

https://github.com/solangeug/conference-central

Code for building a Conference Central App which lets users schedule and query for conferences.

api-explorer endpoint-functions google-app-engine java-8 scalable-applications

Last synced: 20 May 2026

https://github.com/solangeug/tic-tac-toe-game

Build a simple TIC-TAC-TOE game following a Test Driven Development approach.

java-8 test-driven-development tic-tac-toe

Last synced: 22 May 2026

https://github.com/solangeug/java-lambda-stream-01

Exercises from the Lambdas Streams Master Class (Part 01) Lab at Devoxx Belgium 2018

functional-interfaces java-8 lambdas

Last synced: 18 Mar 2025

https://github.com/solangeug/fundamentals

Java programming principles, data structures and algorithms fundamentals.

algorithms data-structures fundamentals java-8

Last synced: 18 Mar 2025

https://github.com/solangeug/webscraper

A web scraping project in Python using Scrapy, an open source and collaborative framework for extracting data from websites.

data-mining python27 scrapy web-crawling web-scraping

Last synced: 17 Jun 2025

https://github.com/solangeug/freecodecamp

A collection of challenges and projects from the freeCodeCamp learning platform.

curriculum freecodecamp open-source web-development

Last synced: 26 Jul 2025

https://github.com/solangeug/elisa-endtoend

Product ordering interface

angularjs jax-rs

Last synced: 09 Apr 2026

https://github.com/solangeug/trip-service-refactoring

Kata for a legacy code hands-on session. The objective is to write tests and refactor the given legacy code.

Last synced: 29 Jun 2025

https://github.com/solangeug/web-programming

A collection of projects specified in the Harvard Extension School's Web Programming with Python and JavaScript course.

csci-e-33a javascript python web-programming

Last synced: 12 Apr 2026

https://github.com/solangeug/text-editor

This project is part of the Data Structures and Performance in Java Coursera course, developed by the University of California, San Diego. It allows its user to manage, manipulate and reason about large sets of textual data.

algorithms data-structures java-8 java-fx junit5 maven string-manipulation

Last synced: 15 Apr 2026

https://github.com/solangeug/social-networks

Warmup assignments in preparation for the capstone project of the Coursera "Object Oriented Java Programming: Data Structures and Beyond" specialization.

graph-algorithms java-8 java-fx junit5 maven social-network

Last synced: 29 Apr 2026

https://github.com/solangeug/walking-skeleton

Simple project to setup a walking skeleton for the Shopping Basket Kata.

continuous-delivery continuous-integration gradle-wrapper java-8 shopping-basket walking-skeleton

Last synced: 02 May 2026

https://github.com/solangeug/simple-jpa-application

A simple JPA (Java Persistence API) application with Spring Boot and a H2 in memory database.

h2-database java-8 jpa spring-boot

Last synced: 10 May 2026

https://github.com/solangeug/java-lambda-stream-02

Exercises from the Lambdas Streams Master Class (Part 02) Lab at Devoxx Belgium 2018

java-11 streams

Last synced: 15 Jun 2025

https://github.com/solangeug/nature-in-code

Blog post about the edX "Nature in Code: Biology in Javascript" course.

biology genetics javascript

Last synced: 18 Mar 2025

https://github.com/solangeug/tdd-by-example

A collection of examples and exercices from the "Test Driven Development: By Example" book by Kent Beck

java-8 junit5 test-driven-development

Last synced: 18 Mar 2025

https://github.com/solangeug/graphs

This project is part of the Advanced Data Structures in Java Coursera course, developed by the University of California, San Diego. It is a route planning application that allows an autonomous agent to navigate its environment.

graph-algorithms java-8 java-fx maven

Last synced: 22 May 2026

https://github.com/solangeug/ud851-exercises

Android Developer Challenge from Udacity & Google

android android-developer-challenge android-sdk google udacity

Last synced: 16 May 2026

https://github.com/solangeug/ud851-sunshine

Android Developer Challenge from Udacity & Google

android android-developer-challenge android-sdk google udacity

Last synced: 16 May 2026

https://github.com/solangeug/katas

A collection of code katas

java-8 katas maven practice programming

Last synced: 17 May 2026

https://github.com/solangeug/summer-of-code

A collection of (fun) hackathon challenges from the Summer Of Code project.

hackathons javascript machine-learning natural-language-processing python3

Last synced: 17 May 2026