octane77
Software engineer with solid knowledge of software design, development, and testing.
Yaba, Lagos
Pinned Repositories
ContactManagementSystem
An implementation of a Contact Management System API using the Java programming language, SpringBoot backend framework and MySQL database for persistence.
ContactManagementSystemUI
deitelExercisesJava
My solutions to exercises in the book Deitel & Deitel - Java How to Program, 10th Edition - Early Objects Version
deitelExercisesPython
My solutions to exercises in the book Deitel & Deitel - Intro to Python for Computer Science and Data Science
didcoding_resume_template
This is a free resume template to help you stand out in a crowd and land your dream developer job.
eLibrary
An implementation of an eLibrary backend infrastructure using the Java programming language, Springboot backend framework and MongoDB as the database.
EmployeeManagementSystem
An implementation of an Employee Management System using the Java programming language, SpringBoot backend framework and MySQL database for persistence.
RailsPhoneBook
An implementation of a Phonebook application using the Ruby programming language, Ruby on Rails backend framework and sqlite3 database for persistence.
SoftwareBugTracker
An implementation of a Software Bug Tracker using the Java programming language, SpringBoot backend framework and MongoDB database for persistence.
octane77's Repositories
octane77/ContactManagementSystem
An implementation of a Contact Management System API using the Java programming language, SpringBoot backend framework and MySQL database for persistence.
octane77/ContactManagementSystemUI
octane77/deitelExercisesJava
My solutions to exercises in the book Deitel & Deitel - Java How to Program, 10th Edition - Early Objects Version
octane77/deitelExercisesPython
My solutions to exercises in the book Deitel & Deitel - Intro to Python for Computer Science and Data Science
octane77/didcoding_resume_template
This is a free resume template to help you stand out in a crowd and land your dream developer job.
octane77/eLibrary
An implementation of an eLibrary backend infrastructure using the Java programming language, Springboot backend framework and MongoDB as the database.
octane77/EmployeeManagementSystem
An implementation of an Employee Management System using the Java programming language, SpringBoot backend framework and MySQL database for persistence.
octane77/EmployeeManagementSystemUI
octane77/RailsPhoneBook
An implementation of a Phonebook application using the Ruby programming language, Ruby on Rails backend framework and sqlite3 database for persistence.
octane77/SoftwareBugTracker
An implementation of a Software Bug Tracker using the Java programming language, SpringBoot backend framework and MongoDB database for persistence.
octane77/hashnodeArticleRepository
This repository is a backup for my Hashnode Articles
octane77/myersBriggsPersonalityTest
My Java implementation of the popular Myer Briggs Type Indicator as specified in the document below http://www.lrjj.cn/encrm1.0/public/upload/MBTI-personality-test.pdf
octane77/octane77
octane77/PCBook
octane77/phoneBookApplication
An implementation of a Phonebook application using the Java programming language, Springboot backend framework and MongoDB as the database. This Phonebook application contains a set of basic functions for adding, searching, updating, and deleting new contacts. Adding new entries, browsing them, editing and updating, searching for saved contacts, and deleting contacts from the database in the phonebook is one of the most important services that act as the main menu in phonebook application to which i provided CRUD endpoints for. When you add anything to your phone book, you will be asked for information such as first name, last name, phone number, and email address. You can then edit, view, search, and delete this text.
octane77/python_with_cohorts
octane77/rova
octane77/rubyrailsblog
octane77/SoftwareEngineerPortfolioWebsite
octane77/spring-for-graphql-talk
octane77/ticTacToeJava
My implementation of a console Tic Tac Toe game in Java. TicTacToe (AKA noughts & crosses) is a game in which two players seek in alternate turns to complete a row, a column, or a diagonal with either three O's or three X's drawn in the spaces of a grid of nine squares.
octane77/TransactionsAPI