6 Repos
Sending and receiving data from servers in the background using non-blocking requests and JSON parsing.
Distinct from Asynchronous Request Managers: Candidates focus on request management, handlers, or buffering rather than the simple act of performing async requests.
Explore 6 awesome GitHub repositories matching web development · Asynchronous Data Fetching. Refine with filters or upvote what's useful.
This project is a markdown-based personal knowledge base and digital learning journal used to store notes and summaries from books and technical literature. It serves as a reading summary repository and technical reference library for archiving key takeaways and insights from non-fiction and professional materials. The collection functions as a digital garden for curating insights from books, articles, and videos. It specifically focuses on distilling complex architectural patterns, technical concepts, and professional leadership principles into a searchable format for long-term reference. T
Sends and receives data from a server in the background using JSON parsing.
Dies ist eine Sammlung kleiner JavaScript-Projekte und Codebeispiele, die die Implementierung grundlegender Programmierkonzepte durch praktische Anwendungen demonstrieren. Das Repository dient als Referenz für das Erstellen interaktiver Benutzeroberflächen, das Verwalten des Anwendungszustands und die Integration externer APIs mittels Vanilla JavaScript. Das Projekt konzentriert sich auf die Verwendung von Standard-JavaScript ohne externe Frameworks, um Schnittstellenelemente wie Modals, Slider und Galerien zu erstellen. Es bietet Beispiele für die Organisation komplexer Anwendungslogik durch objektorientierte Muster unter Verwendung von Klassen und Objekten, um sicherzustellen, dass der Code strukturiert und wiederverwendbar ist. Die abgedeckten Funktionen umfassen asynchrones Datenabrufen zur Befüllung dynamischer Inhalte, DOM-Element-Manipulation für Echtzeit-Updates der Benutzeroberfläche sowie die Entwicklung funktionaler Systeme wie Timer und Paginierung.
Sends and receives data from servers in the background using non-blocking requests.
Dieses Projekt ist eine Sammlung technischer Forschung und Dokumentation mit Fokus auf Compiler-Theorie, Low-Level-Programmierung und iOS-Entwicklung. Es dient als Lern-Repository und Programmierleitfaden und deckt Code-Kompilierung, Ausführungs-Engines und die Funktionsweise von Spracharchitekturen ab. Die Dokumentation beschreibt die Analyse ausführbarer Dateien, Runtime-Loops und Betriebssystem-Interna, um das Systemverhalten zu verstehen. Sie verfolgt zudem die chronologische Entwicklung von Sprachmerkmalen und Syntax über verschiedene Versions-Releases hinweg. Das Repository deckt mehrere praktische Anwendungsbereiche ab, einschließlich der Implementierung protokollorientierter Architektur, reaktiver Netzwerkprogrammierung und mobiler Performance-Optimierung. Es adressiert zudem Datenpersistenz und die Integration von KI-Workflows in den Entwicklungsprozess.
Performs background data fetching from servers using non-blocking requests and asynchronous syntax.
rxhttp is a communication layer and network library for Android applications that wraps OkHttp to provide an asynchronous HTTP client. It functions as a type-safe API client that manages network requests and automates the conversion of responses into structured objects. The library features a compile-time code generation tool to produce type-safe request boilerplate and an interceptor framework for applying global encryption, decryption, and custom headers to network traffic. It supports non-blocking communication using Kotlin Coroutines and RxJava. The project covers a broad range of networ
Handles background data fetching with non-blocking requests and integrated lifecycle management.
Eigen is a cross-platform mobile application and art marketplace client designed for discovering artists and exploring a curated database of fine art and gallery collections. It serves as a community art discovery tool and digital platform for connecting with art enthusiasts across different operating systems. The project implements a component-based mobile user interface that synchronizes a JavaScript thread with native platform views. It focuses on delivering a social mobile experience for sharing discoveries and interacting with a global art ecosystem. The application incorporates a high-
Implements non-blocking network requests to fetch artwork and community data from remote servers.
This project is a jQuery plugin designed to replace traditional page-based navigation with continuous, dynamic content loading. It enables web interfaces to automatically fetch and append additional data to the document as a user scrolls toward the bottom of the viewport. The library distinguishes itself through granular control over the scroll-based trigger logic, allowing developers to define specific sensitivity thresholds, execution delays, and stopping conditions for content requests. It also provides built-in support for managing the visual state of the interface, including the display
Provides background network requests to fetch and append content dynamically to the document.