Pinned Repositories
EmailAdministrationApplication
Just a simple app providing several solutions to email administration scenarious.
CoolInitializerForConfigsDBConnectionAndWhatnot
Initialize config loader, cache loader, databsase connection and many more helper components at the init phase of an application using custom annotation in order to decouple the init phase from execution code and business logic.
ConfigFileDeserialization
Custom config file deserialization....converting a properties file designated for a gameconfig into a POJO object using deserialization along with code inspection at runtime.
asyncWithConcurrentWebServerDeployedWithAnsibleAndVagrant
Guide how to prepare and what to use for Ansible certification.
fastwebserver
Just a simple http server made in Java with async and concurrency in mind implemented with NIO library and Spring Boot
wordtally
wordtally -> build your own wc tool coding challenge
adm_actions_on_fastwebserver
Admin and maintenance actions on custom http server made with java 17 NIO library and Spring Boot.
GamesSearcher
Automatic method execution where we are using stack recursion and dependency injection with parameters annotation.
leetcodeQuestionsAndAnswers
Learning from Leetcode questions with a lot of commitment and persistence!
linux_command_parser_to_json
Parser for Red Hat Linux Commands and then convert it to JSON
marianciorasteanu's Repositories
marianciorasteanu/wordtally
wordtally -> build your own wc tool coding challenge
marianciorasteanu/fastwebserver
Just a simple http server made in Java with async and concurrency in mind implemented with NIO library and Spring Boot
marianciorasteanu/linux_command_parser_to_json
Parser for Red Hat Linux Commands and then convert it to JSON
marianciorasteanu/valentinsoare
Config files for my GitHub profile.
marianciorasteanu/asyncWithConcurrentWebServerDeployedWithAnsibleAndVagrant
Guide how to prepare and what to use for Ansible certification.
marianciorasteanu/adm_actions_on_fastwebserver
Admin and maintenance actions on custom http server made with java 17 NIO library and Spring Boot.
marianciorasteanu/EmailAdministrationApplication
Just a simple app providing several solutions to email administration scenarious.
marianciorasteanu/leetcodeQuestionsAndAnswers
Learning from Leetcode questions with a lot of commitment and persistence!
marianciorasteanu/GamesSearcher
Automatic method execution where we are using stack recursion and dependency injection with parameters annotation.
marianciorasteanu/CoolInitializerForConfigsDBConnectionAndWhatnot
Initialize config loader, cache loader, databsase connection and many more helper components at the init phase of an application using custom annotation in order to decouple the init phase from execution code and business logic.
marianciorasteanu/JSONSerializer
JSON Serializer with custom implementation from the beginning using reflections and tail recursion. Without any related libraries like Gson or Jackson. Not all features are implemented. This is only a proof of concept of how to tackle this kind of challenge.
marianciorasteanu/ConfigFileDeserialization
Custom config file deserialization....converting a properties file designated for a gameconfig into a POJO object using deserialization along with code inspection at runtime.
marianciorasteanu/CodeInspectorAndAnalysis
Code analysis at runtime to simulate an IDE plugin which prints metadata for code used in the editor.
marianciorasteanu/TicTacToeGameWithDepedencyInjection
A Tic-Tac-Toe game human vs computer implementing dependency injection for objects construction using reflections.
marianciorasteanu/BooksLibraryWithCRUDInMind
A small library with CRUD operations in mind using OOP, genercis, lambda functions, streams, anonymous classes...you can find more info if you will close the repo :P
marianciorasteanu/CanRunABankAppInCLI
Banking Application that can run in CLI with Java 17 - > under development!
marianciorasteanu/AGameOfChanceWithStatistics
A Game of Craps with statistics, played by one player at a time while the stats are being registered
marianciorasteanu/MathQuizWithComputerAssistedInstructions
Math quizes with an interactive menu and instructions from computer to solve the questions in case you have your answer wrong.
marianciorasteanu/WithJava
Learning Java Core concepts by doing personal projects along with honing my skills with JPA/Hibernate and Spring Boot!
marianciorasteanu/WithPython
Deep dive into python!
marianciorasteanu/UsableScriptsBashAwk
A collection of bash scripts done over time for network and OS used on home server and desktop machine.