Pinned Repositories
A-tour-of-cpp
This repo contains code as i learn from the books 'A tour of c++' and 'The c++ programming language'
Academic-Helper
A repo that contains certain code to solve acdamically related questions
actuate
A reactive user-interface framework for Rust. - ibukuns copy
Android-App-fundamentals
This repo contains projects , codelabs, tutorials and other related resources relating to fundamentals of developing android apps (with kotlin)
animals
Checking out remote tracking branches
Apple-Music-UI-Demo
This is a demo UI for apple-music - ibukuns copy
Async-Programming-with-C-Sharp
This repo contains sample code from the asynchronous programming with C-sharp tutorial on learn.microsoft
Coingecko-App
A simple app made with swift and SwiftUI that fetches list of cryptocurrencies from coinbase endpoints
flutter-mini-apps
this repository contains a collection of mini apps made with flutter
Spotify-App
A clone of the Spotify Music App using swift and UIkit
ibkisthere's Repositories
ibkisthere/A-tour-of-cpp
This repo contains code as i learn from the books 'A tour of c++' and 'The c++ programming language'
ibkisthere/codewars
Kata solutions from the online code assessment platform codewars
ibkisthere/console-chat-app-with-C-Sharp
A simple console chat App made with C Sharp
ibkisthere/cpp-fundamentals
Fundamentals of the c++ programming language
ibkisthere/Cracking-the-Coding-Interview
code and personal notes from the book Cracking the coding interview by Gayle LaakMan McDowell
ibkisthere/Csharp-Console-Applications
A simple console application that get n max elements from a user supplied input of numbers
ibkisthere/Csharp-DSAs
This repo contains data structures and algorithms and similar challenges implemented in C sharp from the book C# data structures and algorithms by marcin jamro
ibkisthere/Dart-Fundamentals
Fundmentals of the dart programming language from the official and various useful resources
ibkisthere/Data-Structures-And-Algorithms-In-Cpp
Code and personal notes from the book Data-Structures-And-Algorithms-In-C++ - by Goodrich and tamassia
ibkisthere/Data-Structures-And-Algorithms-In-Java
Code and personal notes from the book Data-Structures-And-Algorithms-In-Java - by Goodrich and tamassia
ibkisthere/Exercism
A repo that contains exrecism tracks for various languages
ibkisthere/FluidPhoto
Fluid photo viewer with zoom transition and interactive transition - ibukuns copy
ibkisthere/flutter-codelabs
This repository consists of flutter codelabs that i have done from codelabs.developers.google.com/
ibkisthere/flutter-fundamentals
Fundamentals of the flutter framework from the official docs and other useful resources
ibkisthere/flutter_cookbooks
A repo that contains cookbooks from the flutter docs
ibkisthere/Flutter_dismissible_page
Flutter page widget that is dismissed by swipe gestures, with Hero style animations, Inspired by Facebook and Instagram stories. - ibukuns copy
ibkisthere/flutter_shop_app
Simple e commerce app made with flutter that has authentication , animations
ibkisthere/GDSC-dart-Assignment-1
This is the first assignment given by the GDSC flutter bootcamp from feb 25 to march 14
ibkisthere/Git_SSH-Account_Switch
A CLI tool can switch ssh account to your current shell. You will easily switch to your git account & ssh key when using the server, and using your account to manipulate the project on the server.
ibkisthere/Group-11-C-Project
Second Semester Year 1 Group Project
ibkisthere/introduction-to-C
Basic introduction and fundamentals to the C programming language
ibkisthere/java-fundamentals
Fundamentals of Java form the book Computer Science - an Interdisciplinary Apporach
ibkisthere/kotlin-Fundamentals
Fundamentals of the kotlin programming language from the book by ray wenderlich - Kotlin Apprentice
ibkisthere/Network-Programming-With-C
Code and personal notes from the book by Lewis Van Winkle
ibkisthere/Pointers-in-C
Code implementation from Pointers in C from the book by Naveen Toppo and Hrishikesh Dewan
ibkisthere/Python-fundamentals
Fundamentals of the Python language
ibkisthere/rx-dart
This repo contains code as i learn Reactive programming in dart from the Rxdart video course by Vandad
ibkisthere/rx-js-primer
Fundamentals of the javascript library for asynchronous programming - RxJS
ibkisthere/Scrumdinger-App
Repo that contains code from the essentials of iOS app development by building a fully functional app using SwiftUI
ibkisthere/swift-arcade
Collection of demos from the Swift Arcade YouTube channel