davidongora
A Passionate computer science student with a drive for continuous learning and exploration. Armed with a solid foundation in programming and problem-solving.
Nairobi
Pinned Repositories
50-DAYS-0F-PYTHON
A repository with daily Python coding challenges designed to enhance programming skills and knowledge within a 50-day timeframe.
AirBnB_clone
command interpreter to manage your AirBnB objects
FREELANCE-WEBSITE
The project "JOBS ZETU.KE" is a web-based platform that connects job seekers with available job opportunities. Users can browse through a list of jobs, view job descriptions and prices, and place bids on the jobs they are interested in.
JOB-APPLICATION-PHP-MYSQL
The Job Application System is a web-based application that allows clients to submit their job applications to various job openings. The system also includes an administration panel for managing job openings and applications.
JOB-SYSTEM
The Job Application System is a web-based application that allows clients to submit their job applications to various job openings. The system also includes an administration panel for managing job openings and applications.
MAHAKAMA
an api for a chatbot
MahakamaFrontend
userinterface for cognifuse ai backend
Point-of-sale-in-java
This is a point of sale system to help you facilitate sales, accept payments, manage inventory, and check out customers.
printf
Group Projects Pair Programming - How To Flowcharts Technical Writing Printf function brief - What to know to create your own Printf function All about Team Projects + Pairings + FAQ (A must read)
git-metrics
davidongora's Repositories
davidongora/AirBnB_clone_v2
AirBnB_clone_v2
davidongora/AirBnB_clone_v4
A repo containing codes for a AirBnB_clone pet store
davidongora/alx-backend
How to paginate a dataset with simple page and page_size parameters How to paginate a dataset with hypermedia metadata How to paginate in a deletion-resilient manner
davidongora/alx-backend-javascript
alx specialization project
davidongora/alx-backend-python
Type annotations in Python 3 How you can use type annotations to specify function signatures and variable types Duck typing How to validate your code with mypy
davidongora/alx-backend-storage
How to create tables with constraints How to optimize queries by adding indexes What is and how to implement stored procedures and functions in MySQL What is and how to implement views in MySQL What is and how to implement triggers in MySQL
davidongora/alx-backend-user-data
alx-backend-user-data
davidongora/alx-files_manager
This project is a summary of this back-end trimester: authentication, NodeJS, MongoDB, Redis, pagination and background processing. The objective is to build a simple platform to upload and view files: User authentication via a token List all files Upload a new file Change permission of a file View a file Generate thumbnails for images
davidongora/alx-higher_level_programming
Python programming
davidongora/alx-interview
a function def pascal_triangle(n): that returns a list of lists of integers representing the Pascal’s triangle of n
davidongora/alx-system_engineering-devops
a script that prints the absolute path name of the current working directory.
davidongora/Booking-api
davidongora/car-selling
The goal of the CarStore is to increase the productivity and reduce the manual efforts by creating store without a wall. Making the easy car selling platform without any traditional paper work that to achieve digital transformation of an enterprise.
davidongora/chimoney-community-projects
Repo for Community Contributors
davidongora/Contact-management-system
a Contacts Management Application where users can perform CRUD operations on contacts and group them. You have the flexibility to choose between using Laravel Blade templates or Vue.js for the frontend, depending on your comfort level.
davidongora/Davidongora
About me
davidongora/Fix_My_Code_Challenge
Fix my code is a new type of project, where we’ll jump into an existing code base and fix it!
davidongora/git-docs
this is a personal git cheat sheet
davidongora/ht-marketplace-hackathon-team-a
hello-tractor-community-ht-marketplace-hackathon-ht-hackathon-template created by GitHub Classroom
davidongora/ht1
davidongora/Kilimani-hackathon
kilimani prop tech hackathon
davidongora/Kurasa-application
a Phonebook Application with the following features and functionalities:
davidongora/ng-kenya-challenges
davidongora/NotesWhiz
A Simple Note-taking App
davidongora/PainPay
a simple way to manage multiple wallets in different currencies! Whether it's KES, GBP, EUR, or USD, you can easily move funds between wallets, top up with M-Pesa, and enjoy a smooth wallet management experience.
davidongora/Portfolio-project
alx portfolio project
davidongora/rates
fetch from excel sheet
davidongora/Road_side_rescue
Rescue Roadside Assistance aims to connectstranded motorists with reliable mechanics efficiently, ensuring prompt assistanceduring emergencies on Kenyan highways.
davidongora/Tier-Data-Hackathon
Develop a billing management software tailored for prepaid smart water meters. This software will manage virtual meters, generate meter readings, and automate billing processes, including automatic meter shutoff when the prepaid balance reaches zero
davidongora/version-control
0: source control system Build a distributed source control system in the style of Git. It should be possible to initialise a repository in a directory and the repository proper should be stored in a dot-prefixed subdirectory. There should be support for staging files (git add) and committing them.