Md. Jamal UddinThe ancient web development setup: PHP and MySQL with XAMPPAre you ready to dive into the world of web development? Great! Setting up your development environment is one of the first hurdles you’ll…Oct 20Oct 20
Md. Jamal UddinKey Takeaways from My Recent Review of the React DocsHey there, fellow React enthusiasts! I’ve recently dived deep into the React documentation and want to share my learnings with you. This is…Oct 18Oct 18
Md. Jamal UddininLevel Up CodingUnderstanding Swift Sets: Tips, Examples, and an iOS App TutorialSets are a fundamental data structure in Swift, providing a powerful way to store unique elements. They offer fast membership checks and…Jul 5Jul 5
Md. Jamal UddininLevel Up CodingHarnessing the Potential of Swift Enums to Build Better iOS AppsEnumerations, commonly known as enums, are a powerful and flexible feature in Swift. They allow you to define a common type for a group of…Jun 30Jun 30
Md. Jamal UddinBuilding a Simple Tap Gesture Element in SwiftUICreating a simple tap gesture in SwiftUI is quite straightforward. Here’s a basic example of how you can add a tap gesture to a text…May 11May 11
Md. Jamal UddinStay Connected: Showing Offline Alert in React Native & Expo AppIn the mobile-first world, ensuring that users have a seamless experience even when they’re offline is crucial. An offline alert is…Mar 24Mar 24
Md. Jamal UddininLevel Up CodingData Fetching Libraries for Building a Better React Native & Expo AppData fetching is an essential part of mobile app development, as it allows us to communicate with external sources, such as APIs…Feb 25Feb 25
Md. Jamal UddininLevel Up CodingExploring State Management Libraries for Building React Native & Expo AppState management is a crucial aspect of any application development, especially for complex and dynamic apps that need to share data…Feb 122Feb 122
Md. Jamal UddinTypes Harmony in a React Native & Expo AppTypes are a way of describing the shape and behavior of data in our code. They can help us avoid common errors, such as passing the wrong…Feb 2Feb 2
Md. Jamal UddininLevel Up CodingA Hands-on Guide to Creating React Native and Expo Apps with Basic ComponentsWelcome, all aspiring mobile app developers! Today, we will have a delightful journey to build engaging React Native apps using its…Jan 26Jan 26