Pinned Repositories
Agro-API
AgroAPI is a RESTful web service application that provides data and information related to poultry and dairy farming. In addition, it streamlines the industry’s supply chain by directly connecting farmers with buyers and farm input dealers, effectively eliminating middlemen (brokers) from the process.
AiML-brent-oil-price-analysis
This project analyzes Brent oil prices from 1987-2022, detecting structural changes and associating them with major events to provide data-driven insights for the energy industry.
AiML-credit-risk---loan-optimization-ml
This project focuses on leveraging advanced data analytics and machine learning techniques to develop a comprehensive credit risk assessment, credit scoring, and loan optimization framework.
AiML-ethiopian-medical-biz-datawarehouse
The Ethiopian Medical Business Data Warehouse & Analytics Platform is a comprehensive data solution tailored to enhance the efficiency and efficacy of Ethiopia's healthcare and medical sectors.
AiML-financial-fraud-detection-model
The Fraud Detection project aims to improve identification of fraudulent activities in e-commerce and banking by developing advanced machine learning models that analyze transaction data, employ feature engineering, and implement real-time monitoring for high accuracy fraud detection.
AiML_ACIS-insurance-solutions
The ACIS project is dedicated to advancing risk and predictive analytics within car insurance planning and marketing in South Africa, representing an innovative insurance solution that leverages advanced technology and data analytics.
alx-low_level_programming
alx-system_engineering-devops
System engineering and DevOps projects, carried out during my Software Engineering studies at ALX.
simple_shell
Project - A Unix Command Line Interpreter Built in C
Software-Design-and-Architecture-Specialization--University-of-Alberta
This repository documents my journey through the Software Design and Architecture specialization offered by the University of Alberta. It includes coursework spanning Object-Oriented Design, Design Patterns, Software Architecture, and Service-Oriented Architecture.
Daniel-Andarge's Repositories
Daniel-Andarge/alx-system_engineering-devops
System engineering and DevOps projects, carried out during my Software Engineering studies at ALX.
Daniel-Andarge/alx-low_level_programming
Daniel-Andarge/simple_shell
Project - A Unix Command Line Interpreter Built in C
Daniel-Andarge/AirBnB_clone
Daniel-Andarge/alx-higher_level_programming
Daniel-Andarge/binary_trees
Binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. A recursive definition using just set theory notions is that a (non-empty) binary tree is a tuple (L, S, R), where L and R are binary trees or the empty set and S is a singleton set containing the root.
Daniel-Andarge/monty
Project on C - Stacks, Queues - LIFO, FIFO :- Monty 0.98 is a scripting language that is first compiled into Monty byte codes (Just like Python). It relies on a unique stack, with specific instructions to manipulate it. The goal of this project is to create an interpreter for Monty ByteCodes files.
Daniel-Andarge/printf
Group Project( Write your own printf function) by Daniel Andarge & Ayenew Tilaye
Daniel-Andarge/React-Native-Restaurant-App
Daniel-Andarge/sorting_algorithms
C - Sorting algorithms & Big O : A sorting algorithm is an algorithm made up of a series of instructions that takes an array as input, performs specified operations on the array, sometimes called a list, and outputs a sorted array.
Daniel-Andarge/AirBnB_clone_v2
Daniel-Andarge/AirBnB_clone_v3
Daniel-Andarge/AirBnB_clone_v4
Daniel-Andarge/aws-cloud-image-filter
FullStack App on AWS - ( Image Filtering Microservice )
Daniel-Andarge/aws-elastic-beanstalk-cli-setup
Simplified EB CLI installation mechanism.
Daniel-Andarge/Catalogue
Daniel-Andarge/cloud-developer
content for Udacity's cloud developer nanodegree
Daniel-Andarge/project-based-learning
Curated list of project-based tutorials
Daniel-Andarge/React-Native-QR-Code-Reader
Daniel-Andarge/reactJS-api-challenge
Daniel-Andarge/serverless
⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
Daniel-Andarge/Software-Standards
Demo repository for CA/CST Coding Standards
Daniel-Andarge/Udagram-udacity-cloud-project-2
second project submission for Udacity Cloud developer nanodegree
Daniel-Andarge/what-happens-when
An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"