BRO3886

πŸ‘‹ Hi there πŸ”­ I’m currently working on Flutter and Go 🌱 I’m currently learning Android πŸ‘― I’m looking to collaborate on Flutter & Go πŸ€” I’m looking for help with DSA (ugh) πŸ’¬ Ask me about anything from UI/UX to Apps/Websites 😁 πŸ“« Social πŸ“Š Stats

April 12, 2021 Β· Siddhartha Varma

C-Data-Structures-and-Algorithms

Data-Structures Implementation tree Data Structures β”œβ”€β”€ Graph Programs β”‚ β”œβ”€β”€ adjacency_list.hpp # graph implementation with adjacency list β”‚ └── adjacency_matrix.hpp # graph implementation with adjacency matrix β”‚ └── topological_sort.hpp # topological sort (adjacency list) β”œβ”€β”€ Heap Programs β”‚ └── HEAP.cpp # heap implementation β”œβ”€β”€ Linked List Programs β”‚ β”œβ”€β”€ DOUBLY_LINKED_LIST.cpp # doubly linked list β”‚ └── SINGLY_LINKED_LIST.cpp # singly linked list β”œβ”€β”€ Queue Programs β”‚ └── QUEUE.cpp # queue implementation β”œβ”€β”€ Sorting Programs β”‚ β”œβ”€β”€ BUBBLE_SORT....

April 12, 2021 Β· Siddhartha Varma

cards-project

ο»Ώ# cards-project This is a small project made by me while learning Go through a course by Stepehen Grider. This course guides one through the basics of Go, and how it is different from an interpreted language, and highlights the differences between Go packages and OOPS concepts. Cards package |-- newDeck |-- print |-- shuffle |-- deal |-- saveToFile |-- newDeckFromFile

April 12, 2021 Β· Siddhartha Varma

clean-go-notes

Clean Architecture Notes API This is my implementation of clean architecture for a golang REST API. What is clean architecture Clean architecture is a highly modular architecture pioneered by Robert C. Martin (Uncle Bob). There are several layers of abstraction for the separation of core business rules from everything else. Why clean architecture? It creates a system which is Independent of Frameworks The architecture does not depend on the existence of some library of feature laden software....

April 12, 2021 Β· Siddhartha Varma

dart-fuzzywuzzy

FuzzyWuzzy This is a Dart port of the popular FuzzyWuzzy python package. This algorithm uses Levenshtein distance to calculate similarity between strings. I personally needed to use this for my own search algorithms, and there weren’t any packages as good as my experience with FuzzyWuzzy was, so here we are. Enjoy! Just one dependency (collection). Pure Dart implementation of the superfast python-Levenshtein. Simple to use. Lightweight. Massive props to the folks over at seatgeek for coming up with the algorithm....

April 12, 2021 Β· Siddhartha Varma

django-template

django-template An opinionated template for quickly getting started with Django Features Everything Django offers OOTB CORS support Autogenerated OpenAPI and ReDoc API documentation Production deployment using docker-compose SSL using Nginx and LetsEncrypt Instructions to run Pre-requisites: Python 3.7 and above Poetry Docker docker-compose Installing dependencies poetry shell # sets up and activates a venv poetry install # installs missing dependencies from the lockfile Run migrations python manage....

April 12, 2021 Β· Siddhartha Varma

dsc-challenge-app

DSC Challenges App An app made for conducting daily and weekly challenges on specific times, such as summer break Functionalities Oauth login New question every day New project every week Leaderboard Instagram handle for shoutouts Instructions to run Pre-requisites: Flutter SDK Android SDK Android Studio VS Code (optional, but recommended) directions to install First clone the Repository git clone https://github....

April 12, 2021 Β· Siddhartha Varma

DSC_2cc

Hi Welcome to Developer 101, by DSC VIT My name is Siddhartha This is a 2cc course

April 12, 2021 Β· Siddhartha Varma

dscprojects

Template Project Repo for katamari You can check out Katamari here

April 12, 2021 Β· Siddhartha Varma

event-email-templates

Event Email Templates Email templates for all events by DSC VIT Functionalities Responsive Work on all email providers Instructions to Use Use an email inserter like this. Contributors Akshat Gupta Made with :heart: by DSC VIT

April 12, 2021 Β· Siddhartha Varma