tonnytech
Full-Stack Software Developer with a love for MERN stack and Ruby on Rails. Open to new opportunities.
Full stack developerKenya
tonnytech's Stars
SimplifyJobs/Summer2025-Internships
Collection of Summer 2025 tech internships!
remoteintech/remote-jobs
A list of semi to fully remote-friendly companies (jobs) in tech.
SimplifyJobs/New-Grad-Positions
A collection of full time roles in SWE, Quant, and PM for new grads.
SPLWare/esProc
esProc SPL is a scripting language for data processing, with well-designed rich library functions and powerful syntax, which can be executed in a Java program through JDBC interface and computing independently.
roniy68/portfolio
Its a Portfolio App That I built to learn HTML_CSS_JS semantics and github workflow. Also the workflow can be upgraded to any other Tech Stack Like : nextJS
roniy68/event-management
Event Management Web page created with HTML-CSS-JS. Its Time to learn Linters
roniy68/book-list
A book List App created with ES6. Its a basic setup for webpack & es6
MosDevx/Wamae-Portfolio
My Portfolio website to showcase the best of my projects
SaneMyburg/react-to-do
MosDevx/Awesome-Books
A Single Page Application that allows users to add, display, edit a list of books. Built with Javascript
tonnytech/final-portfolio
My personal portfolio.
tonnytech/Javascript-capstone-project
A movies website consisting of three APIs. One for moves details, another for comments and the last one for likes.
tonnytech/React_group_capstone_project
A group project of space rocket website, created using reactjs
serengia/Facebook-Clone-MERN-Backend
This is a full Facebook clone project using Node. You can checkout the frontend implementation in a separate Repo.
manq2010/api-snippets
Code snippets for the Twilio API Documentation
MosDevx/The-A-Team
MosDevx/web-dev-capstone
Project displaying a conference . Built with javascript
Zafron047/math-magician
Zafron047/basics---store-actions-reducers-warm-up
Zafron047/Flavor-Quest
Capstone Project Module 2 javaScript
Zafron047/Heartland_Humane
Zafron047/Heartland_Humane_CatVet_Database
In this project I used a relational database to create the data structure for a vet clinic. It consists few tables, to create a complete database with data about: animals, animals' owners, clinic employees and visits.
Zafron047/Morse_Code_with_Ruby
In this repo we are creating a project to solve a morse code problem with ruby
Zafron047/React-Redux-app-to-API
Learn how to connect async logic to interact with a Redux store when fetching data from an external API.
Zafron047/React-to_do_list
Zafron047/React_test
Zafron047/Ruby-Enumerable
How to implement a Ruby enumerable module
Zafron047/School_library
We built an app for a library where we are recording the books are in the library and who borrows them. The app creates allows to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when. And all of this are built in a beautiful and well-organized way!
Zafron047/space_travelers_hub
Space Traveler's Hub is a project where real live data from the SpaceX API is fetched to build a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
Zafron047/TDD_project
In this project we implemented a class with some methods, where we did it by using test-driven development (TDD). The idea is to write tests first and then the code. Which will be verified in our commits history, So we used proper sequence.