Skip to content

Instantly share code, notes, and snippets.

View Harshil-Jani's full-sized avatar
:octocat:
Exploring Things

Harshil Jani Harshil-Jani

:octocat:
Exploring Things
View GitHub Profile
@Harshil-Jani
Harshil-Jani / gsoc-report-2023.md
Last active August 28, 2023 00:58
Google Summer of Code 2023

Google Summer Of Code 2023

Organization : Freifunk

Project : Qaul Matrix Bridge

Mentors : Mathias Jud, Saches

Related Repositories : https://github.com/qaul/qaul.net

@Harshil-Jani
Harshil-Jani / Samagra_Work_Report.md
Last active May 7, 2023 10:28
The gist contains all the work which I did as a Work From Campus Intern at Samagra.

🚀 Samarth Admin

Project Description

The State Government of Himachal Pradesh has embarked on an ambitious state-wide systemic transformation programme to improve the quality of education in the state’s 14000 elementary government schools.

Our Admin helps them in achieving the management of the Data keeping in mind three Admin users

  • State Admin
  • District Admin
  • Block Admin

and Allowing them to perform CRUD based on their access to the specific data. I got a complete end to end use case for the work.

@Harshil-Jani
Harshil-Jani / Org_Project_Status.md
Created December 26, 2022 19:21
Samagra Projects (Winter of Code 3.0 GDSC IIIT Kalyani)

Samagra Development

Project 1 : X-Admin Generator

Generator connects the bridge between the CRUD APIs that comes from Sunbird-RC and the FrondEnd which is named as X-Admin. The generator currently has two instances which could be generated.

  1. A general purpose Admin based on REST or GraphQL
  2. An Admin for Sunbird-RC's generated CRUD APIs.

The general-puspose admin comes with a json-server and json-graphql-server servers so, APIs needs to be local. But, You can write your own data provider and make the best use out of it.

@Harshil-Jani
Harshil-Jani / gsoc-report-2022.md
Last active August 27, 2023 16:04
Google Summer of Code 2022 [ CERN-HSF ] Report

Google Summer Of Code 2022

Organization : CERN-HSF

Project : Geant4 - Performance Analysis and Data Visualization

Mentors : Guilherme Amadio, Bernhard Manfred Gruber

Related Repositories : g4Run , g4Web

C++ OOPS Concepts

The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.

Characteristics of an Object Oriented Programming language

img