PixelCarrot
RSS FeedWelcome to Pixel Carrot! I'm Justin Nguyen, and this site is my digital notebook where I share coding tips and tutorials. Writing helps me explore concepts from different perspectives and deepen my understanding. Whether it’s optimizing code or exploring new technologies, this is where I document my journey and discoveries in coding. Let’s keep learning and improving together!
Featured
Mock Data Strategies for Faster Android App Development
Updated: at 04:36 PMWhen developing Android applications that interact with backend services, developers often face challenges such as backend unavailability or incomplete APIs. Utilizing mock data and mock servers can significantly boost the development process.
Enhancing Performance with Indexing in SQLite
Updated: at 07:53 AMIn this article, we will explore how indexing works in SQLite, differentiate the performance when applying indexing, and experiment with scenarios where it may break the utilization of the index.
Build iOS apps using Kotlin Multiplatform
Published: at 02:15 AMIn this topic, we will use SwiftUI and Kotlin to create a simple iOS application to demonstrate the power of KMM. It is a location-based weather app that can display the current weather conditions in the city.
Recent Posts
Deploy static website to Firebase using Gitlab CI
Published: at 02:15 AMWriting a technical blog is one of the most important tasks for developers today, but it has never been easy to implement a low-cost and high-efficiency website for programmers who have less experience in front-end technologies.
Query nearest latitude and longitude from SQLite
Published: at 02:15 PMSearching for nearby locations is one of the most popular features we see in every app. In this topic, we will see how to implement a SQL query with a with a large dataset of location records. We will see how to calculate the distance and find the closest bus stop to our location.
Manage multiple languages using Google Spreadsheets
Published: at 02:00 PMManage multiple languages in an Android project using Google Spreadsheets