FAB Builderfabbuilder.hashnode.dev路15 hours agoFrom Zero to Launch: Web & Mobile Apps Made EasyIn today's digital world, the demand for web and mobile applications is increasing, providing ample opportunities for businesses to grow and connect with their audience. However, turning an idea into an application can be a daunting task, especially ...webdev
Daniil Pechorinberhram.hashnode.dev路Dec 22, 2024(Occasionally) Useful Web Tools For Android DevelopersIntroduction In my not-so-long career as an Android Developer, I have worked on completely different projects: 10 year old Java apps, glossy bleeding edge AI assistants and many other in between. To cut a long story short, below is a list of websites...Android
Aakashi Jaiswalaakashi.hashnode.dev路Dec 21, 2024How do smartphones work? How does the tech behind foldable phone workRemember when phones were just for calling? Now we carry supercomputers in our pockets, and some even fold in half! But have you ever wondered what's really going on inside these incredible devices? Smartphone's Brain and Body At its heart, your smar...11 likessmartphone
Tiger Abroditigerabrodi.blog路Dec 21, 2024What to consider when building for mobileNetwork Matters More Than You Think Mobile users switch between WiFi and cellular all the time. They might be in an elevator, on a train, or in a rural area. This means their connection comes and goes. In many countries, users pay for each MB of data...UX
Tiger Abroditigerabrodi.blog路Dec 21, 2024A generalized debounce/search problemThe UI problem We have a login form where username needs to be unique. When you type the username, we make a request using validateUsername(username: string): Promise<boolean>. With the result of the request, we update the helper text below the input...Frontend Development
Zul Fadlizumaku.hashnode.dev路Dec 20, 2024Pakdoekang - Aplikasi Pencatat Keuangan Mahasiswa馃捀Pernahkah kamu merasa kesulitan dalam mengatur keuanganmu? Kamu tidak tau kemana saja uangmu itu kamu belanjakan? Dan juga kamu tidak tau berapa banyak uang yang kamu gunakan? Di artikel ini aku akan membahas tentang aplikasi Pakdoekang, sebuah aplik...37 readsApplication Development
Ayesha Ahmedflutterjourney.hashnode.dev路Dec 19, 2024My Journey to Learning Flutter and Landing an Internship 馃帀Hello, world! I鈥檓 excited to share my journey of learning Flutter and how it has transformed my career path. It鈥檚 a story of curiosity, challenges, and small wins that keep me motivated to reach my goals. 馃殌 How It All Started In 2024, I decided to d...Flutter
Dmitrii Skrylevskrdev.hashnode.dev路Dec 19, 2024Indie Release Notes #4馃グ 馃憠 You can find people to go offroad with in real-time with MudQuest app. This is a very exciting internal release for me since the beginning of the project. The reason is that it is truly starting to look more and more like a real product that ...offroad
Yong Sheanyshean.com路Dec 16, 2024Asynchronous and reactive Dart (Flutter)Recently I gave a talk at Google DevFest Georgetown 2024, about asynchronous Dart features (now with quizzes built in!). Here are the slides I promised:Flutter
Muhammad haris baigharisbaig100.hashnode.dev路Dec 16, 2024Custom Apple Pay Integration in React Native with Native聽ModulesWhy Build Custom Solutions Over Libraries in React Native? While libraries simplify integrations in React Native, they often come with limitations: Deprecated Libraries: Updates and support can cease, leaving projects vulnerable. Feature Limitation...React Native