Tiny Frontend https://tinyfrontend.com/ Simplify Your Frontend Learning Journey Fri, 16 May 2025 23:52:17 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en Tiny Frontend https://firebasestorage.googleapis.com/v0/b/tinyfrontend.appspot.com/o/tiny-post%2Fwebsite%2Ffavicon.png?alt=media&token=25efc455-32ad-4d7d-98d6-3b4877dccd19 https://tinyfrontend.com/ All rights reserved 2024, TinyFrontend Technologie <![CDATA[#0999 - Video Streaming with DASH]]> https://tinyfrontend.com/0999 0999 Wed, 04 Sep 2024 00:00:00 GMT Video Streaming with DASH

Video Streaming with DASH

Have you ever wondered how to build a video playback feature like YouTube, where videos seamlessly adjust quality based on your internet connection?

The magic behind this is Dynamic Adaptive Streaming over HTTP (DASH), a powerful protocol designed to optimize video streaming by dynamically adjusting the quality in real-time.

In this post, we'll explore how DASH works, why it's become the go-to solution for modern video streaming, and how you can implement it to deliver a smooth and responsive video experience for your users.

Continue Read

]]>
[email protected] (Tiny Frontend)
<![CDATA[#0991 - React-Query Data Fetching]]> https://tinyfrontend.com/0991 0991 Mon, 26 Aug 2024 00:00:00 GMT React-Query Data Fetching

React Query, also known as TanStack Query, is a powerful library designed to simplify data fetching, caching, and state management in React applications.

As reported by TanStack, it excels at fetching, caching, synchronizing, and updating server state, addressing limitations in traditional state management libraries when dealing with asynchronous or server-side data.

Continue Read

]]>
[email protected] (Tiny Frontend)
<![CDATA[#0139 - Build a Tile-Based Google Map with JavaScript]]> https://tinyfrontend.com/0139 0139 Sun, 13 Apr 2025 00:00:00 GMT Build a Tile-Based Google Map with JavaScript

Ever wondered how Google Maps loads and zooms so smoothly? While their full system is massively complex, the fundamental idea behind map display is surprisingly approachable.

In this post, we'll walk through the process of building a very basic tile-based map display library - just enough to understand how tiled maps work, including zoom and pan behavior.

Continue Read

]]>
[email protected] (Tiny Frontend)