Pinned Repositories
lua-pico-8-invaders
A Space Invaders implementation for PICO-8 Fantasy Console, written in LUA
AboutTheWeather
A single-screen weather app written in Swift/SwiftUI that follows a Model-View-ViewModel (MVVM) architecture, which helps maintain separation of concerns and ensures a clean and scalable codebase.
isOnGithub
This small app, written in Swift and built using the UIKit framework, allows you to search for users on GitHub. What makes this app special is that it demonstrates the power of async/await, a modern way of handling asynchronous operations in Swift.
public-apis
A collective list of free APIs for use in software and web development.
QRCodeGenerator
Swift & TDD to develop an interesting tool that generates QR code from an input. The input will get to be parsed and analyzed it, while dealing with binary data, bit packing, error correction and algorithms for drawing the image and calculating the penalty patterns and finally rendering an image to screen or file.
swift-iOS-my-locations-app
It'a a small app for iOS written in swift. Make use of CoreLocation framework for the geolocatization features and use CoreData to store a location persinstently in the database.
SwiftUICameraApp
small app written in Swift/SwiftUI implemetenting UIKit UIImagePickerController to select an image from the file system via UIViewControllerRepresentable and the Coordinator to handle the delegate
VideoPlayerSwiftUI
salvatop's Repositories
salvatop/AboutTheWeather
A single-screen weather app written in Swift/SwiftUI that follows a Model-View-ViewModel (MVVM) architecture, which helps maintain separation of concerns and ensures a clean and scalable codebase.
salvatop/public-apis
A collective list of free APIs for use in software and web development.
salvatop/VideoPlayerSwiftUI
salvatop/isOnGithub
This small app, written in Swift and built using the UIKit framework, allows you to search for users on GitHub. What makes this app special is that it demonstrates the power of async/await, a modern way of handling asynchronous operations in Swift.
salvatop/QRCodeGenerator
Swift & TDD to develop an interesting tool that generates QR code from an input. The input will get to be parsed and analyzed it, while dealing with binary data, bit packing, error correction and algorithms for drawing the image and calculating the penalty patterns and finally rendering an image to screen or file.
salvatop/swift-iOS-my-locations-app
It'a a small app for iOS written in swift. Make use of CoreLocation framework for the geolocatization features and use CoreData to store a location persinstently in the database.
salvatop/SwiftUICameraApp
small app written in Swift/SwiftUI implemetenting UIKit UIImagePickerController to select an image from the file system via UIViewControllerRepresentable and the Coordinator to handle the delegate
salvatop/docker-json-server
JSON Server docker image, REST API mocking based on plain JSON
salvatop/java-android-async-task-demo
salvatop/java-android-decimal-converter
A small Android App utility which take a number and return the string representation in it decimal form
salvatop/java-android-movie-info
salvatop/java-android-survey-app
Simple Android app written in java that gather survey data about internet providers and show related statistics.
salvatop/java-jmeter-test
jmeter-test
salvatop/java-music-trivia-command-line-game
java command line app
salvatop/java-selenium-testng-pom-pagefactory-hotmail-automation
salvatop/java-spring-boot-training-manager-app-backend-API
salvatop/java-wall-tennis-game
java implementation of pong
salvatop/kotlin-android-brainstorm-app
salvatop/kotlin-android-simple-alarm-app
Simple alarm it's a small Android app written in kotlin. It make use of alarm manager, pending intent and BroadcastReceiver to schedule an alarm. The alarm will be displayed as custom notification eventually and a custom tone will also be played.
salvatop/python-2048-game
Python game 2048
salvatop/python-blackjack-game
python game Blackjack
salvatop/python-fifteen-puzzle-game
salvatop/python-flask-app-builder
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
salvatop/python-memory-game
python game memory
salvatop/python-pong-game
python game pong
salvatop/python-rock-paper-scissors-lizard-spock-game
salvatop/selenium-webdriver-java-gmail-automated-test
salvatop/selenium-webdriver-java-UI-test-snippents
Java repository methods to use for Web testing
salvatop/SwiftUIWebViewApp