Git Product home page Git Product logo

Hi there šŸ‘‹

  • šŸ”­ Iā€™m currently working on ... Azure, .Net
  • šŸŒ± Iā€™m currently learning ... Reactjs, Docker
  • šŸ‘Æ Iā€™m looking to collaborate on ... Azure
  • šŸ’¬ Ask me about ... Anything
  • šŸ“« How to reach me: ... Visit
  • šŸ˜„ Pronouns: ... Mr

Top Langs

ARPIT MALIK's Projects

aad-secure-client icon aad-secure-client

In this project there is a client which calls an API which needs to be authorised. The API is registered with active directory and needs to be authenticated with a token. The client will call the AAD using the application id, secret etc. from there it will get the token if all the details provided to aad is correct. Then after that api request is made with bearer token in the request header which will be validated by api and once it is validated the response is sent back.

aad-secured-api icon aad-secured-api

This is a secured api which requires a token to get the data. The azure active directory is identity server for the api. The clients needs to be registered to azure too where it will provide the secret or the certificate thumbprint to azure to get the token which is the passed to headers in the api call. The token needs to be passed as a bearer token in the authorization header. The following sets needs to done to register the api to azure.

az-integrate-app-insights icon az-integrate-app-insights

This is an demostration of integrating azure application insights with existing application. Read the documentation on [Medium](https://arpitfs.medium.com/configure-azure-application-insights-with-existing-application-34e2d43fd08)

blackjack-js icon blackjack-js

The project is a blackjack game which is created just using html,css, javascript. The project demostrates the basics of javascripts of how to create an object, working with arrays etc. The project also demostrates some stylings which is appliced and a logo is also added in the app. The project also used font awesome for the fonts.

castle-windsor-di icon castle-windsor-di

This project is a demo of using Castle Windsor dependency injection container. The use of container and creating objects at the start of the application and defining the lifetime of an object. The project helps in understanding of dependency injection and the implmentation of a di framework.

compose-services icon compose-services

This repository contains the docker-compose files for different types of applications start up. Currently the repository containers three composing files.

containers-comms icon containers-comms

This project is a demostration of a docker containers communication within a composed network. In this project there is one web api which is containerized in a docker container which communicates with sql server coantiner. The web api service is build using docker file where as sql server image is used to compose it. Docker compose is used to build is the images and create the network and injects necessory parameters to the respective conatiners.

firebase-leaves icon firebase-leaves

This is a react application which is used to track and manage the monthly holidays of a team. The application is single page application which contains three parts the overview page, a form to apply the leave and a section to view the leaves of the team. In this project material-ui is used for the styling of the application. React-router-dom is used to redirecting the pages of the application. The firebase cloud store is used for the data storage.

identity-tokenizer icon identity-tokenizer

The project is an identity server which has three endpoints to register the user, login the user and to get the refresh token. The user will get the jwt bearer token with authetication scheme. The token is signed with HmacSha256 algorithm. The code contains to add a custom claim to the payload of the token. Implementation of refresh token is also done.

service-sdk icon service-sdk

The project demostrates how to create an sdk that can be used by the other service programatically. The project has used a package named Refit which gives an easy and impressive way for creating the kit.

stop-watch icon stop-watch

This is .net core mvc application the whole project was like this application is containerized in docker and hosted on Azure container instance. On hitting the buttons on UI a message is sent to ASB specifically to queue which is monitored by Azure function which picks up the message and send it to slack channel using incoming web hooks api

superstar-endpoints icon superstar-endpoints

This is an api project which is a complete demostration of working and the functionality of api. The project asp.net core. The api contains two endpoints which do the operations on wwe superstar and managers. The api is used to do crud operations. The api communicates with a database and in the project entity framework code first approach is used.

tic-tac-toe icon tic-tac-toe

A react application to play tic tac toe. It is demo to learn basic on how to create components and pass information between the components.

work-tracker icon work-tracker

The project uses the material-ui for the styling of the application. It uses a firebase database to store the work and its progress. Basically the application helps to understand how the react works and how to integrate a react application with a database. In this application the use of hooks and database has been demostrated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.