There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Campus-Tut
This is our final portfolio project with ALX Software Engineering Programme, this is to showcase our technical and collaborative skill, this will be built using NodeJS(ExpressJS), just the API Endpoints, we might as well build a frontend for it at a later time.CampusMarket
CampusMarket is a market place for student that is built to help student connect with one another in the aspect of buying and selling things within their Campuses.simple_shell
Simple ShellGideonBature
my personal repository30DaysOfRust
This repository contains all the code I wrote while learning Rust for 30 days in the month of July.alx-backend-javascript
This is one of the alx specialization repository for Backend Software Engineeringalx-interview
A curated collection of interview challenges for software engineering roles, covering algorithms, data structures, system design, and more, aimed at preparing candidates for tech industry assessments.encode-aptos_move
This repository is used to house all the code for learning Aptos Move with Encode in the Aptos Move 6-weeks bootcamp. There are also sections for classworks as well as assignmentsrust-guessing_game
This is one of the first project I built to solidify my learning Rust, it is a guessing game, where random numbers within 1 - 100 are generated and the player is allowed to guess, where His guess can either be too high(guess greater than random number), or too low(guess lesser than random number).alx-backend-python
This repository is dedicated to Python-based backend projects, showcasing best practices, patterns, and essential libraries for efficient backend development.nodejs-api
This repository contains code where I built a REST API using Node.js, and this is practice for my forth coming portfolio project called CampusTut.alx-files_manager
This project is a summary of this back-end trimester: authentication, NodeJS, MongoDB, Redis, pagination and background processing.alx-backend-storage
This repository is focused on backend storage solutions, it implements a robust and scalable design to support modern web applications. Ideal and efficient data management practices.algorithms
Explore a collection of my implementations of various searching and sorting algorithms. This repository serves as a playground for algorithmic exploration and understanding. The Application of C, Python and JavaScript of algorithmic problem-solving.hennge
This repository contains the assessment task that was given to me by the HENNGE company for their Global Internship Program (GIP) that I applied in June 2024.project-registration_form
This repository contains a registration form project that I worked on while learning HTML Forms and CSS.zero_day
This is my first repository as a full-stack engineerproject-tindog_website
alx-pre_course
I'm now a ALX Student, this is my first repository as a full-stack engineerWhitelist-DApp
This is the repository where I will be posting all the dApps I will be creating, especially as I learn from LearnWeb3.ioalx-zero_day
I'm now a ALX Student, this is my first repository as a full-stack engineerproject-rock_paper_scissors
This repository contains the rock paper scissors game. It was built using HTML, CSS and JavaScript.top-web_development-tasks
This Repository contains all the tasks I have done while I was taking The-Odin-Project Web Development Self-Paced Programmeweb3Learn-smart_contract_programming
Contained in this repository are all the tasks given in the 2022 August cohort of Web3Learnshop-api
This is a simple shop api built with Flask RESTful APIproject-huddle_landing_page
This repository contains the project I worked on while learning HTML and CSS, it is a landing page with various sections.starklings_app-solutions
This repository contains the solutions to all the Starklings App exercisesalx-backend-user-data
This is one of the alx specialization repository for Backend Software Engineering which deals with user datatop-web_development-projects
This Repository contains all the projects I have done while I was taking The-Odin-Project Web Development Self-Paced Programmeproject-etch_a_sketch
This repository contains etch a sketch web app that I built using HTML, CSS and JavaScript, while learning Web Development with The Odin Project (TOP).alx-revision
This Repository will contain all alx-projects I revised, implementing other logic apart from the ones I used by doing my project.metaschool-start_building_on_aptos
This is a repository that I used in learning the Aptos Move with metaschool.so. It contains all the extra code and exercises I embarked on to complement my learning and also try out as much concepts as I can for in-depth understanding and familiarisation of the Aptos-Move.alx-higher_level_programming
The ALX-High_Level_Programming repository is a comprehensive collection of resources, code examples, and projects dedicated to advancing knowledge and expertise in low-level programming. This repository serves as a valuable reference and learning hub for individuals seeking to delve into the intricacies of programming at the software level.project-admin_dashboard
This repository holds the project where I used HTML and CSS, particularly using the display grid to build an admin dashboardlearning-ReactJS
binary_trees
A binary tree is a hierarchical data structure with nodes having at most two children: a left child and a right child. Rooted at the top, it's a fundamental tool in computer science, used for efficient searching, sorting, and data representation. Essential in algorithms and software development.react-counterApp
a Simple Counter Application made with React + Tailwindproject-library_store
This repository contains the library store project that was built with HTML, CSS and JavaScript, where one can store the title of a book, author, number of pages and the read statusstarknet-components
This is used for learning and understanding components and composability...sorting_algorithms
A comprehensive collection of sorting algorithms implemented in C programming language. Explore, learn, and compare the efficiency and performance of classic and modern sorting techniques. Join us on the journey to mastering the art of sorting in software engineering.Result-Note-ReactJS
This is a repository that contains an educational web based application for secondary schools and colleges, where students scores can be entered and results generated.alx-low_level_programming
The ALX-Low_Level_Programming repository is a comprehensive collection of resources, code examples, and projects dedicated to advancing knowledge and expertise in low-level programming. This repository serves as a valuable reference and learning hub for individuals seeking to delve into the intricacies of programming at the hardware level.simple_messaging_blog-reactjs_nodejs
This simple web application is a simple messaging blog application that performs the basic CRUD application including authentication and authorization. It is built using ReactJS on the frontend to consume the api and NodeJS on the backend to create the various api endpoints that are needed for the full functionality of the Application.learning_rust
This repository contains all my hands on practise while learning Rust through the Rust Book, this includes starting out with using the rust compiler called rustc and then using the cargo to manage rust projects etc.minigrep
This is one of the projects I built while learning Rust using the Rust Book. This is a smaller version of the grep tool with smaller feature, the goal is to experiment and make use of what I have learnt so far, while learning using the Rust bookvoting-dapp
This is a decentralized application that is built on top of the layer 2 cartesi rollup, it is a pure backend application that is built on the cartesi layer 2 with various endpointsaptos_move-examples
This repository is used to try examples on different concepts in the Aptos version of Move Programming Language.cartesi
This repository contains all the codes while learning to build on the cartesi rollup.rust-simple_cli_calculator
This project is a simple command line interface calculator that gets the operands and operator from the command line and parse them, also applies structs, enums, crates and modules, this is to solidify my understand of from Chapter 1 to Chapter 6 of the Rust book. It is for practice purpose.DSA
This repository contains all the codes for my data structures of algorithm learning for JavaScriptzuri_training-projects
This repository contains all the projects I worked on during the Zuri-Training that lasted for 4 months between the period of April to August in 2022alx-system_engineering-devops
alx-system_engineering-devops: Comprehensive GitHub repository for mastering system engineering and DevOps. Code examples, guides, and practical resources to enhance skills and stay updated. Encourages collaboration and community engagement. Ideal for beginners and experienced professionals. #DevOps #SystemEngineeringlivecli
This is a simple command line interface built using Rust. This project is meant to help me apply all what I have been learning in Rust over the past days all in a single project...alx-backend
This is one of the alx specialization repository for Backend Software Engineeringdatacamp-data_engineering
This repository shows all the Data Engineering projects I have worked on while learning Data Engineering on Data CampSimpleRecordAPI
This is a repository that contains a simple record API with full implementation of CRUD, uses ExpressJS and Mongodb. It is for learning Purposes.express-redis-app
This repository is used to practice how redis work in and with ExpressJSnodejs
This is a repository that I used while learning how to use nodejsCampusTut
This is our final portfolio project with ALX Software Engineering Programme, this is to showcase our technical and collaborative skill, this will be built using NodeJS(ExpressJS), just the API Endpoints, we might as well build a frontend for it at a later time.user_management_application
This is a simple web application that is based on Actix web, DieselORM, PostgreSQL. it is a simple application that is just used to show how to deploy an actix web application on render. Also, how to set the database as well as the tables and all on render.book_shop
This is a smart contract where books can be bought with a token, an ERC20 standard token. This makes use of cross contract interaction, making use of Dispatchers and Dispatchers Traits.Love Open Source and this site? Check out how you can help us