thirdy
There are 14 repositories under thirdy topic.
thirdygayares/Android-Custom-Recycler-View
Custom Recycler View in Android Java By Thirdy Gayares Android Java | RecyclerView Episode #1
thirdygayares/thirdy
Thirdy Gayares Personal Website using React Next JS
thirdygayares/AndroidSimpleFirestoreCreateFetch
Android Simple Firebase firestore get and fetch
thirdygayares/Android-Java-DataStructures
Data structures are important for organizing and managing data efficiently in software development. When studying Android development using Java, understanding key data structures like HashMap and List (specifically ArrayList) is hard. This topic highlights why these structures are important and how they can enhance Android applications.
thirdygayares/Android-Java-String-Builder
By learning StringBuilder, you can manage input data (like name and surname) more efficiently when performing CRUD operations in Android. It helps when formatting strings, for example, combining first name and last name before storing them in a database or displaying them.
thirdygayares/angular-services
Services are a core feature that allows you to organize and reuse code efficiently. A service in Angular is typically a class that encapsulates business logic, such as fetching data from an API, performing calculations, or managing state across different components
thirdygayares/Basic_crud_python_flask_api
Python Basic Crud API
thirdygayares/FireQR
React Native Scan and Generate QR Code
thirdygayares/python-flask-getting-started
Flask is a lightweight, yet powerful web framework written in Python. It is designed to be easy to use and extend, making it a popular choice for web developers who want to build web applications quickly and efficiently.
thirdygayares/react-getting-started
React (or React.js) is a JavaScript library designed to help developers build dynamic and interactive user interfaces, especially for single-page applications (SPAs). It was developed by Facebook and is widely used for creating reusable UI components that update efficiently based on changes in the application’s data.
thirdygayares/react-master-hook
Mastering React Hook
thirdygayares/react-router
Demo of React Router
thirdygayares/typescripts-data-structure
Typescript data structure (Array, Object , Array of Object)