"In this part, I will create some mobile pages to display basic CRUD processing and then review the overall pros and cons of FlutterFlow." Read Part 2 of Arthur's article https://lnkd.in/eTM7keMK #flutterflow #mobile #mobiledevelopment
Solution Street’s Post
More Relevant Posts
-
Hey everyone! I’d like to share some insights about the IndexedDB feature in browsers. IndexedDB is a powerful solution for enhancing performance and building offline applications. It’s a robust local storage database that offers great flexibility and capabilities for handling large amounts of data right within the browser. todo app using dexie.js: https://lnkd.in/esba7TiJ github repo:https://lnkd.in/ekshAYwM #IndexedDB #OfflineFirst #BrowserAPIs #PerformanceOptimization #FrontendDevelopment
To view or add a comment, sign in
-
🚀 Project Update: Mock API Creator Desktop App 🚀 I'm currently developing a desktop app that lets users easily create mock APIs based on schema unlike jsonplaceholder which have limited option for mock api—great for fast testing without a backend! During integration, I hit a snag: I’d planned to use Realm for data management, but it turns out Electron doesn’t support it. 😅 After some deep diving into the docs, I'm now exploring RXDB or SQLite as alternatives. This challenge reminded me of the importance of adaptability in development. See you soon with more updates! 🚀 #development #electron #mockAPI #developerjourney #react #Nodejs
To view or add a comment, sign in
-
It took me a few weeks to finish the blogs on the weather app with pieces of time I can squeeze in, there's just a lot packed into this one featuring: Dark mode / Light mode, textField, SF Symbols, MARK, extension, API, closure, parsing JSON, JSONDecoder, internal and external parameter name, DispatchQueue, Protocol Extensions, CoreLocation, Property List or .plist. As the blog got longer and longer, I had to divide them into 3 parts, this is part 1:)
the making of the weather app (Pt. 1) — Yang "Ino" Popper | iOS Engineer
inoyangpopper.io
To view or add a comment, sign in
-
Thank you Pax8 and Ben Opit for the shout out! We are one week in since offical launch and the level of support we have seen for this product has been overwhelming! 💥 watch this space for product demo videos & use case examples 💥 #FormFactor #FactorApps #TheFactor #PowerPlatform #TechInnovation
Microsoft Dynamics Architect | Copilot Engineer | APAC GTM Strategy | Channel Specialist | SaaS Specialist | Microsoft Licenses Decoder |
Just dropped - FormFactor is The Factor's newest solution to help Citizen Developers using Power Pages. Now anyone can deploy their own Power Pages website without writing any code! https://lnkd.in/eZgdjfG3 Here is a link to the solution in App Source https://lnkd.in/ebUgdKTN Here is a link to the demo https://lnkd.in/gyZvWVGc Huge congratulations to the team at The Factor and thank you to Neil Hathaway and Luke Kelly in teaching me how valuable this solution is. Soren Tan Abigail Jao Kirsty Chapman Mat Batterbee Chris Romeijn Tania Fortin
To view or add a comment, sign in
-
🚀 𝟵𝟬-𝗗𝗮𝘆 𝗠𝗘𝗥𝗡 𝗦𝘁𝗮𝗰𝗸 𝗖𝗵𝗮𝗹𝗹𝗲𝗻𝗴𝗲 🗓 𝗗𝗮𝘆 𝟯𝟱/𝟵𝟬 – 𝗢𝗰𝘁𝗼𝗯𝗲𝗿 𝟳, 𝟮𝟬𝟮𝟰 🎨✨ 𝗙𝗿𝗼𝗻𝘁𝗲𝗻𝗱 𝗣𝗿𝗼𝗴𝗿𝗲𝘀𝘀 𝗨𝗽𝗱𝗮𝘁𝗲! ✨🎨 Today, I dived into Socket.IO & WebSockets! 🔥 Here's a quick summary of what I learned: 🔹 𝗪𝗲𝗯𝗦𝗼𝗰𝗸𝗲𝘁 𝘃𝘀 𝗛𝗧𝗧𝗣: 🌐 WebSocket establishes a persistent connection, allowing continuous data exchange between the client and server. Unlike HTTP, which re-establishes the connection for every request, WebSockets enable low-latency communication—perfect for real-time apps like chats 💬 or live notifications! 🔔 🔹 𝗦𝗼𝗰𝗸𝗲𝘁.𝗜𝗢 𝗕𝗮𝘀𝗶𝗰𝘀: 𝗦𝘁𝘂𝗱𝗶𝗲𝗱 𝘁𝗵𝗲 𝗳𝗼𝗹𝗹𝗼𝘄𝗶𝗻𝗴 𝗸𝗲𝘆 𝗺𝗲𝘁𝗵𝗼𝗱𝘀: 🔹 𝗲𝗺𝗶𝘁(): Used to send messages/events from the server to the client or vice versa. 🚀 🔹 𝗼𝗻(): Listens for incoming events and reacts accordingly. 🎧 Super excited to implement this in real-world projects and take real-time app development to the next level! 🎯 #SocketIO #WebSockets #BackendDevelopment #RealTime #ExpressJS #LearningJourney #MERNStack
To view or add a comment, sign in
-
Unlock faster performance with #ZonelessChangeDetection in #Angular18! 🚀 Ditch #ZoneJS for better control, optimized apps, and smoother debugging. Simplify your change detection now! #WebDevelopment #Frontend #Performance https://lnkd.in/eJFxwne4
To view or add a comment, sign in
-
Day 63 of Bytewise Limited Frontend Track! 🔍 How to pass data through the URL in a React app? Today, I explored route parameters in React Router! They allow for dynamic routing, enabling data to be passed directly through URLs for more responsive and flexible applications. ➡ What I Learned: 1️⃣ Dynamic URLs: Route parameters capture values from URLs, allowing navigation to different components based on these values. 2️⃣ Accessing Parameters: With the "useParams" hook, I can easily retrieve these dynamic values within components, enabling personalized and dynamic content. 3️⃣ Flexible Navigation: Ideal for creating dynamic pages like user profiles and product pages, where each URL can carry unique data. Mastering route parameters has unlocked new potential for building dynamic, user-driven experiences in my projects. 🚀 Let’s keep pushing the limits of React! #Bytewise #100daysofcode #100daysofbytewise #100daysofnerdflow #100DaysofByte
To view or add a comment, sign in
-
I'd like to share a simple Todo App with flutter using local database (SQFlite) and state management (Bloc & Cubit) for note-taking functionalities . #flutter #fluttercommunity
To view or add a comment, sign in
-
Hi everyone, I hope you’re all doing well! I’ve recently been learning about WebSockets, including how they work and how they establish a stable connection between the client and server. After gaining some knowledge, I created a simple real-time location-sharing app using Socket.io (a WebSocket library that simplifies the WebSocket API) in Next.js, with a separate custom Express.js Node.js server. Deployment: I’ve deployed the client on Vercel and server on Render (free plan so it takes some time to start server in first time) Working: Let me summarize how location-sharing (Okv-GeoPin) works: First, it gets the user’s geocoordinates using the browser’s geolocation API. These coordinates are then used to mark the location on Google Maps and are sent to the socket server in real-time and stored, allowing them to be sent to clients as needed. This enables others to easily view the shared location on Google Maps. Please give this location-sharing app (Okv-GeoPin), a try and let me know how it works for you! Okv-GeoPin (demo link): - https://lnkd.in/gWEHwWSZ GitHub: https://lnkd.in/gx2GqqWC #nextjs #socketio #location #locationsharing
To view or add a comment, sign in
-
"Unlocking the power of weather data with my latest project! Check out my Simple Weather App repository on GitHub for a glimpse into how I'm leveraging technology to simplify your daily forecasts." Check it out on Github : https://lnkd.in/gkHZ46CU #WeatherTech #GitHub #JavaScript #Coding
GitHub - Vigneshwari-MuthuKumar/Javascript-TemperatureApp
github.com
To view or add a comment, sign in
9,387 followers