Shad MirzaforHashnode Engineeringlazy-dust-nominate-11.hashnode.net·Oct 11, 2022How Do We Sync Reactions Across HashnodeHashnode is a blogging platform with many feeds. We have relevant feed, featured feed, recent feed, bookmark feed, and reading history feed to list some.Whenever an article receives any engagement like reactions, comments, or bookmarks, it must be re...Discuss·115 likes·709 readsReact Native
Narottam Sahuwebdriphashnode.hashnode.net·Mar 10, 2023Dependency Hell In React NativeIn 2022, I successfully landed an internship as a front-end developer on the React Native stack. As I was already familiar with React JS for the web, I thought it would be good to have some experience with the native mobile stack. I am writing this a...Discuss·113 likes·639 readsDebuggingFeb
Bhumi Khokhanibhumikhokhani.hashnode.net·May 15, 2022Mobile UI/UX Design Principles You Should KnowIntroduction In 2018, smartphones were used by more than 28 percent of the world's population. According to statistics, the worldwide smartphone user base would cross 8.3 billion by 2050. Services and features such as banking, placing orders, healthc...Discuss·104 likes·821 readsMobile Development for BeginnersUI
Carlos Armando Marcano Vargascarlosmv.hashnode.net·Apr 25, 2023How to Build a Mobile App with Ionic Framework and Rails: A Step-by-Step GuideIn this article, we will create a basic UI for a ToDo API developed with Rails in this article. There is no need to develop the server if you don't want to. You can clone it from this repository. Or use any other API that has the following fields: { ...DiscussBuilding a mobile app with Ionic and RailsTypeScript
rex chenrex818.hashnode.net·Apr 24, 2023Tutorial: How to Use RapidAPI in FlutterIn this tutorial, we will learn how to use RapidAPI in Flutter. RapidAPI is a platform that allows developers to easily access data and API services and integrate them into their own applications. Using RapidAPI can greatly simplify the development p...Discuss·1 likeFlutter
Emmanuel GautierforCerberAuthemmanuelgautier-1676898909609.hashnode.net·Apr 24, 2023How to Effectively Manage Invalid Tokens in Web and Mobile ApplicationsAs web and mobile applications become increasingly reliant on third-party APIs, it's critical to manage the tokens issued by OpenID Connect flows effectively. Tokens are used to authenticate and authorize users, and when they become invalid, they can...DiscussMastering OAuth2 and OpenID Connect for Secure Authentication and AuthorizationOpenID Connect
Onuoha ifeanyio-ifeanyi.hashnode.net·Apr 23, 2023Flutter + Fastlane + GitHub Actions (Part 2)Introduction In the previous article, Flutter + Fastlane, we discussed setting up Fastlane for building and deploying Android and iOS applications to the Play Store and App Store respectively. Makefile was also utilized to automate the testing, build...Discuss·1 like·262 readsFlutter
Collins Olokpedjecollicle.hashnode.net·Apr 21, 2023Flutter ResponsivenessHello Devs, In this article, we are going to be looking at tips and Techniques that will enable us to create a responsive app for any screen. we are going to be making use of MediaQuery SingleChildScrollView Expanded LayoutBuilder MediaQuery ht...Discuss·10 likes·1.6K readsThe Flutter SeriesFlutter
CS Diariescsdiaries.hashnode.net·Apr 21, 2023Asynchronous Event and Data Stream Handling in Swift with Combine FrameworkIn Swift, asynchronous programming is essential for developing high-quality applications. Asynchronous programming allows us to write code that executes concurrently, thereby avoiding blocking the user interface (UI) thread. One of the most popular f...DiscussSwift
Mukul Chughmukulchugh.hashnode.net·Apr 19, 2023Mobile-First Design: How to Create an Outstanding User Experience?At this point in time, it is imperative for any website to have a mobile-friendly version, if not a mobile-first design. In today's world, a majority of users access the internet through their smartphones. With the growth of mobile usage, it is impor...Discuss·30 readsUX
Brijen Makwanabrijen.hashnode.net·Apr 19, 2023Foodora: My Journey to built a Digital Food Menu App.A digital food menu that vendors can create and get a QR code that can be scanned by foodies to get the menu on their smartphones. Download the App Here What inspired me One day, I went to a café where I finished my meal and received my bill. And ev...Discuss·1 likecoding
Anuj Mouryaanuj0612.hashnode.net·Apr 18, 2023Mastering MVVM Architecture in Flutter: Best Practices and Implementation StrategiesFlutter is a popular mobile app development framework that enables developers to create high-quality, cross-platform apps for iOS and Android platforms. One of the key factors that contribute to the success of any Flutter app is its architecture. In ...Discuss·1 likeFlutter
Anuj Mouryaanuj0612.hashnode.net·Apr 18, 2023MQTT Client: The Lightweight Messaging Protocol for IoT and BeyondMQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol designed for efficient communication between devices in IoT (Internet of Things) applications. An MQTT client is a device or software application that uses the MQTT protoc...Discuss·1 likeFlutter