π 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
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....
ο»Ώ# 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
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....
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....
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....
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....
Hi Welcome to Developer 101, by DSC VIT My name is Siddhartha This is a 2cc course
Template Project Repo for katamari You can check out Katamari here
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