Sahil Sojitra

Sahil Sojitra

@Sahil-4555
Somewhere between naps and snacks
14
Followers
20
Following
35
Public Repos
0
Private Repos

Language Breakdown

Lines of code distribution across 18 owned repositories

1.1M Total LOC
Go
363,072 lines
33.8%
N/A
JavaScript
343,411 lines
32.0%
N/A
EJS
250,639 lines
23.4%
N/A
CSS
66,668 lines
6.2%
N/A
C++
30,221 lines
2.8%
N/A
Other
19,131 lines
1.8%
N/A
M

M-Shaped Developer

M-shaped

Multi-specialist across Go, JavaScript, EJS

Go
JavaScript
EJS
CSS
C++

Collaboration Network

Global Impact visualization

LIVE
Sahil Sojitra
0 active collaborators

Repos

37

PRs

0

Growth

+18%

Top Collaborators

No collaborator data yet.

Coding Streak

Contribution activity over the past year

1 day
393
Contributions
158
Commits
194
Pull Requests
Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun
Mo
We
Fr
Based on GitHub activity
Less
More

Top Repositories

Simplified_DataEncryption_Standard_SDES

Simplified Data Encryption Standard (S-DES) is a simple version of the DES Algorithm. It is a block cipher that takes a block of plain text and converts it into ciphertext. It takes a block of 8 bit. It is a symmetric key cipher, they use the same key for both encryption and decryption. We take a random 10-bit key and produce two 8-bit keys.

6 2
C++
lZ77_Compression_Decompression

LZ77 algorithm, providing efficient lossless data compression and decompression capabilities. It offers a reliable and flexible solution for reducing file sizes in various programming languages.

5 0
C++
RSA-Encryption

RSA algorithm is an asymmetric cryptography algorithm. Asymmetric actually means that it works on two different keys i.e. Public Key and Private Key. The public key consists of two numbers where one number is a multiplication of two large prime numbers. And private key is also derived from the same two prime numbers.

4 2
Go
go-kafka

This is a simple Go web server that implements a Kafka producer and consumer using the Fiber web framework. The server has two endpoints: one for sending data to the Kafka producer and another for receiving data from the Kafka consumer.

3 1
Go
Secure_Hash_Algorithm-SHA256

SHA-256 is a cryptographic hash function that generates a 256-bit (32-byte) hash value. It is widely used to ensure data integrity and security by creating a unique digital fingerprint for a given input, making it highly resistant to tampering or duplication.

3 0
Go
Secure_Hash_Algorithm-SHA1

SHA-1 is a widely used cryptographic hash function that generates a 160-bit hash value. It is commonly used for data integrity verification and digital signatures.

3 0
Go
Sudoku_Solver_Generator

This project is a Sudoku generator and solver implemented in C++. It consists of two main components: a Sudoku board generator and a solver. The generator randomly generates valid Sudoku boards of varying difficulties, while the solver uses backtracking and other techniques to find a solution to a given Sudoku board.

3 0
C++
fastssz

Fast Ethereum2.0 SSZ encoder/decoder

1 1
Go
go-cloud-storage-api

CloudBucket is a Go package for easy interaction with a cloud storage bucket using Google Cloud Storage. It offers functions for file upload, retrieval, listing, and deletion. With support for signed URL generation and bulk object retrieval, it simplifies cloud storage integration in Go applications.

1 0
Go
Placement_Managment_System

Simplify the Process of Placement

1 0
EJS