Pinned Repositories
azure-devops-docs
This repo is the home of the official Azure DevOps documentation for Microsoft. GitHub Issues filed in this repository should be for problems with the documentation.
AzureFunctionsProjectSample
Learning to use Azure Function App, with Functions Project initiated with Node (Typescript)
BiometricAuthenticationApp
A demo Ionic 3 App with Fingerprint and Face Authentication on Android and iOS. Using plugin Cordova Fingerprint AIO.
CalculatorAPI
A Java Spring Boot Calculator REST API, consumed by a VueJS Calculator
CourierApp
A Courier App
FacebookGraphAPI
A Python program that queries Facebook Graph API, scrapes data from Facebook and save the retrieved data in CSV format
Flood_Mapping_System
A flood monitoring and alert system, that displays present and historical water levels graphically across the UK and also gives flood alerts and warnings.
Friend_Finder_App
A native Android mobile app that shows a default location, fetches other locations from a web server and displays them all as markers on a Map.
WebLogAnalyzer
A web log analyzer program. Refactored by me.
WorldOfZuulGame
"World of Zuul" is a very simple, text based adventure game. Refactored by me.
NihinFaj's Repositories
NihinFaj/BiometricAuthenticationApp
A demo Ionic 3 App with Fingerprint and Face Authentication on Android and iOS. Using plugin Cordova Fingerprint AIO.
NihinFaj/FacebookGraphAPI
A Python program that queries Facebook Graph API, scrapes data from Facebook and save the retrieved data in CSV format
NihinFaj/WebLogAnalyzer
A web log analyzer program. Refactored by me.
NihinFaj/WorldOfZuulGame
"World of Zuul" is a very simple, text based adventure game. Refactored by me.
NihinFaj/azure-devops-docs
This repo is the home of the official Azure DevOps documentation for Microsoft. GitHub Issues filed in this repository should be for problems with the documentation.
NihinFaj/AzureFunctionsProjectSample
Learning to use Azure Function App, with Functions Project initiated with Node (Typescript)
NihinFaj/CalculatorAPI
A Java Spring Boot Calculator REST API, consumed by a VueJS Calculator
NihinFaj/CourierApp
A Courier App
NihinFaj/Flood_Mapping_System
A flood monitoring and alert system, that displays present and historical water levels graphically across the UK and also gives flood alerts and warnings.
NihinFaj/Friend_Finder_App
A native Android mobile app that shows a default location, fetches other locations from a web server and displays them all as markers on a Map.
NihinFaj/BookInformationApplication
A program that maintains information on a book. This might form part of a larger application such as a library system, for instance.
NihinFaj/BouncingBalls
Bouncing Balls - a demonstration of graphical output on a Canvas class. Refactored by me to automatically create 4 balls in different sizes and end when the last ball leaves the Canvas
NihinFaj/commercetools-sunrise-data
The data (product types, categories, products) for Sunrise
NihinFaj/CompanyApp
A web app built using VueJS
NihinFaj/CourierAPI
A Restful service/API to process all the requests sent from the CourierApp.
NihinFaj/DirectoryFileReader
Reads Excel or CSV Files from a specified directory and returns a validated json result that can be easily inserted into a datatable
NihinFaj/Exponential_Java
A simple program to calculate the exponential of a number to explain recursion
NihinFaj/Foxes-and-Rabbits
A predator-prey simulation involving foxes and rabbits in an enclosed rectangular field. Refactored by Me, to explain and demonstrate Abstraction Techniques such as Multiple Inheritance, Interfaces and Abstract Classes
NihinFaj/learn-react
NihinFaj/LearnReact
A Todo application to learn to use React
NihinFaj/LearnWebhooksForAzure
A repo about learning to connect Webhooks in GitHub to Azure Functions in Microsoft Azure
NihinFaj/MailSystem
A simple model of a mail server. The server is able to receive mail items for storage, and deliver them to clients on demand. Refactored by me to explain Object Oriented Programming
NihinFaj/msteams-docs
Source for the Microsoft Teams developer platform documentation.
NihinFaj/nihinfaj.github.io
My GitHub Pages
NihinFaj/NodejsTutorials
The project contains my tutorial files learning to use Node.js
NihinFaj/PolishNotationCalculator
A Java program that takes in Mathematical expressions in the prefix format and evaluates it, and prints out the result in Standard Output.
NihinFaj/StockDemo
Modelling of a Stock Management system to explain Collections. Refactored by me.
NihinFaj/sunrise-spa
SUNRISE shop template as a single-page application
NihinFaj/SunriseSPACommerceToolsPrototype
A VueJS web prototype integrated with Commercetools
NihinFaj/VueCalculator
A web calculator application, built using VueJS