applin-ios VS masilotti.com

Compare applin-ios vs masilotti.com and see what are their differences.

masilotti.com

Source for masilotti.com, built with Bridgetown and Tailwind CSS. (by joemasilotti)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
applin-ios masilotti.com
5 10
1 47
- -
9.0 8.9
2 months ago 10 days ago
Swift Liquid
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

applin-ios

Posts with mentions or reviews of applin-ios. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-01.
  • FastUI: Build Better UIs Faster
    12 projects | news.ycombinator.com | 1 Mar 2024
    > Beyond Python and React ... Implementing frontends for other platforms like mobile ...

    Shameless plug: I built a mobile version of this: https://www.applin.dev

  • Strada Released
    4 projects | news.ycombinator.com | 20 Sep 2023
    I built a thing that makes it much simpler to make apps: https://www.applin.dev

    You make a web server that returns JSON defining your UI. Then you make a native iOS app by copy/pasting the provided Main.swift file and adding the URL of your server. The app uses an iOS client library, fetches the JSON page definition, and builds/updates the page with native widgets. I'm planning to eventually build Android, web, and desktop clients.

  • Applin™ Server-Driven UI Framework for Mobile Apps
    1 project | /r/programming | 17 Sep 2023
  • Applin Server-Driven UI for Mobile Apps
    1 project | news.ycombinator.com | 15 Sep 2023
  • Show HN: Applin – define mobile UI in server code
    2 projects | news.ycombinator.com | 15 Sep 2023
    Hi HN, I'm a backend engineer who made an app and didn’t like the tools. Then I made the thing I needed: a mobile app toolkit for backend engineers. I'm calling it Applin™. :)

    https://www.applin.dev/

    How it works: You make an HTTP server that returns JSON objects that define page content. Then you make a mobile app that calls the server and renders the pages using native widgets. Applin is the server and client libraries that make this easy.

    Server libraries: Currently there's Rails https://rubygems.org/gems/applin-rails and https://github.com/leonhard-llc/applin-rails-demo . Which languages shall I add next?

    Client libraries: Currently there's iOS https://github.com/leonhard-llc/applin-ios . Which platform shall I add next?

    They say, if you're not embarrassed by the quality, then you're launching too late. Applin is usable and not yet pretty and not yet comprehensive. I need customer feedback on priority and requirements.

    To try it out right away, use https://apps.apple.com/us/app/applin-tester/id6464230000 and tap the rails-demo link.

    The hardest part of this project was making the client update the page without losing keyboard focus and scrolling to the top. To do that, the code must pick the correct existing widgets for each new version of the widget tree. The current (working) version performs five passes over the widget tree: first picking focused widgets and their ancestors, then focus-able widgets, then other stateful widgets, then widgets with matching attributes (label, URL, etc.), and finally former siblings of the correct type. Then it creates any new widgets. Now that it has widgets for the new tree, the code updates the widget tree without removing any sub-widget that will be added again. This prevents losing keyboard focus and prevents resetting scroll positions. Here's the code:

    https://github.com/leonhard-llc/applin-ios/blob/main/Sources/ApplinIos/page/widget_cache.swift

    Please try out Applin, use it at your company (buy a license), and let me know what features to build first! Post a comment here, add a GitHub issue, or email me at [email protected] .

    To get updates, join https://groups.google.com/g/applin-announce .

    Thanks for reading! :) --Michael

masilotti.com

Posts with mentions or reviews of masilotti.com. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-20.
  • Strada Released
    4 projects | news.ycombinator.com | 20 Sep 2023
    If your like this approach to building hybrid native mobile apps, I highly recommend following Joe Masilotti at https://masilotti.com/

    I only read three emails newsletters, and Joe’s is one of them because it’s roughly once per month and it keeps me current on all the things happening with Hotwire and Turbo Native apps.

  • Turbo Native AMA this Friday
    2 projects | /r/rails | 11 Jul 2023
    And you're not wrong - there are very few resources available on Turbo Native development. My blog, workshop, and YouTube videos are practically the only things out there. And William Kennedy is sharing his process learning Android, which is helping fill that gap.
  • Hello, this is my first portfolio for review
    1 project | /r/reactjs | 3 May 2023
    add contact links as well (LinkedIn, Github) (ex. https://masilotti.com/ )
  • Are there freelance sites where you dont have to bid for jobs?
    2 projects | /r/webdev | 30 Apr 2023
    update your website - make the site clean and direct about who you are, what you do, what you're looking for, and where you are (ex. https://masilotti.com/ )
  • My Portfolio Website Roast Me
    3 projects | /r/webdev | 29 Apr 2023
    be specific in your title & intro - "Junior Python/React Fullstack Dev" and "Locacted in Tulsa, Ok" mean more than "I thrive on challenges". What's the most important info about what you do and who you are? Make that first and prominent. (ex. https://masilotti.com/ )
  • Junior Porftolio Website
    1 project | /r/react | 2 Apr 2023
    add your photo in place of sonar. This site is selling your services and it gives more trust to have your face on your website. ex. https://masilotti.com/ ) You can move a block of text with skills below your "Hi, I'm Patrick" text.
  • Progressively Enhanced Turbo Native Apps in the App Store
    4 projects | news.ycombinator.com | 9 Feb 2023
    Turbo Native in its current form requires a fair amount of iOS knowledge (and code!) to get working. I'm trying to fill that gap with my blog, workshops, and live streaming sessions. [1]

    But it's no excuse for what this library could be if we invest more time into it. In an ideal world the library handles 90% of the boilerplate required to make an iOS app work. I'm talking authentication, pushing/presenting controllers, sensible defaults for Path Configuration, etc. All the stuff that I have to add to every single Turbo Native app I work with. (12+ since I last counted.)

    Then devs can focus on differentiation and exciting features like push notifications, native integrations, fancy animations... while the core of the logic remains on the Rails app.

    I'm hoping that getting more maintainers (like me!) on the repo will help kickstart this. And I'm excited to see more interest on both HN and Twitter in the framework.

    [1] https://masilotti.com

  • Individual newsletters or website with #Ruby or #Rails content?
    1 project | /r/ruby | 14 Jan 2023
    I blog about Turbo Native and run the monthly ⚡️ Hotwire dev newsletter!
  • The ⚡️ Hotwire dev newsletter just went out to 2500+ Rails developers. Read it online here!
    1 project | /r/rails | 11 Jan 2023

What are some alternatives?

When comparing applin-ios and masilotti.com you can also consider the following projects:

hyperview - Server-driven mobile apps with React Native

turbo - The speed of a single-page web application without having to write any JavaScript

applin-rails-demo - Example of how to use applin-rails.