Pinned Repositories
.NET-Big-O-Algorithm-Complexity-Cheat-Sheet
Big-O complexities of common algorithms used in .NET and Computer Science.
AESCrypt-Android
Simple API to perform AES encryption on Android. This is the Android counterpart to the AESCrypt library Ruby and Obj-C (with the same less than ideal security defaults) created by Gurpartap Singh. https://github.com/Gurpartap/aescrypt
android-architecture
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Android-ChatHead
Floating ChatHead for Android app, like FB messenger.
android-clean-sample-app
A sample app that showcases our Clean architecture approach to build Android applications.
Android-CleanArchitecture
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
Android-Debug-Database
A library for debugging android databases and shared preferences - Make Debugging Great Again
sachinshelke's Repositories
sachinshelke/.NET-Big-O-Algorithm-Complexity-Cheat-Sheet
Big-O complexities of common algorithms used in .NET and Computer Science.
sachinshelke/android-developer-roadmap
Android Developer Roadmap - A complete roadmap to learn Android App Development
sachinshelke/Android-Kotlin-Clean-Architecture
Android Sample Clean Architecture App written in Kotlin
sachinshelke/Android-Kotlin-MVVM-Template
[In progress...] Chat APP | MVVM + Clean Architecture | Kotlin, LiveData, Koin, Databinding, Navigation Fragments, Rx, Room, Crashlytics, Circle CI config, commons classes for UI.
sachinshelke/android-mvvm-architecture
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
sachinshelke/CleanArchitecture
Android Kotlin Clean Architecture
sachinshelke/Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
sachinshelke/ds-cheatsheets
List of Data Science Cheatsheets to rule the world
sachinshelke/EcommerceAPI
An API for e-commerce works, built using NodeJS & MongoDB
sachinshelke/gradle-recipes
Ready-to-use recipes for common build customizations that showcase the Android Gradle plugin's public APIs and DSL.
sachinshelke/grandcentrix-AndroidCodeStyle
Android code style settings for Android Studio at grandcentrix
sachinshelke/ion2-calendar
📅 A date picker components for ionic2 /ionic3 / ionic4
sachinshelke/ionic-test
Created with StackBlitz ⚡️
sachinshelke/kotlin-sample-app
📚 Android Sample App using modular, clean, scalable, testable Architecture written in Kotlin following the best practices with Jetpack.
sachinshelke/learning-notes
Notes on books I read, talks I watch, articles I study, and papers I love
sachinshelke/leetcode
😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
sachinshelke/leetcode-1
Leetcode solutions
sachinshelke/Leetcode_company_frequency
Collection of leetcode company tag problems. Periodically updating.
sachinshelke/location-tracking-system-design
An approach to design a location tracking system at a high level
sachinshelke/low-level-design-primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
sachinshelke/MarketNexus-API
Simple eCommerce API built using NodeJS, Express and MongoDB.
sachinshelke/Modularized-Kotlin-Clean-Architecture-Showcase
This project has been created as a playground just to practice a little bit of Kotlin and it's libraries; It has been structured in a multi-module fashion, with semantics guided by Clean Architecture; this means that high-level modules don't know anything about low-level ones.
sachinshelke/MVVM
A sample Android application using MVVM, Clean Architecture, Android Architecture Components
sachinshelke/news-sample-app
A sample news app which demonstrates clean architecture and best practices for developing android app
sachinshelke/nowinandroid
A fully functional Android app built entirely with Kotlin and Jetpack Compose
sachinshelke/prompt-engineering
Tips and tricks for working with Large Language Models like OpenAI's GPT-4.
sachinshelke/randoop
Automatic test generation for Java
sachinshelke/retrograde-android
Play retro video games on your Android TV!
sachinshelke/secure-storage-android
Store strings & credentials securely encrypted on your device
sachinshelke/solid-priniciples