By contrast, most modern web frameworks were designed for building web applications. These frameworks excel at building more complex, application-like experiences in the browser: logged-in admin dashboards, inboxes, social networks, todo lists, and even native-like applications like Figma and Ping. However with that complexity, they can struggle to provide great performance when delivering your content.
- Feb 2025
-
docs.astro.build docs.astro.build
-
- May 2023
-
www.napkin.one www.napkin.one
-
Circling back around to this after a mention by Tim Bushell at Dan Allosso's Book Club this morning. Nicole van der Hoeven has been using it for a while now and has several videos.
Though called Napkin, which conjures the idea of (wastebook) notes scribbled on a napkin, is a card-based UI which has both manual and AI generated tags in a constellation-like UI. It allows creating "stacks" of notes which are savable and archivable in an outline-esque form (though the outline doesn't appear collapsible) as a means of composition.
It's got a lot of web clipper tooling for saving and some dovetails for bringing in material from Readwise, but doesn't have great data export (JSON, CSV) at the moment. (Not great here means that one probably needs to do some reasonably heavy lifting to do the back and forth with other tools and may require programming skills.)
At present, it looks like just another tool in the space but could be richer with better data dovetailing with other services.
-
- Mar 2022
-
imgupscaler.com imgupscaler.com
-
-
www.excellentwebworld.com www.excellentwebworld.com
-
We can help you build a stunning website & mobile application, custom software development, highly optimized hardware & device firmware, and connected IoT solutions for businesses of all sizes and verticals.
-
- Dec 2021
-
www.mobindustry.net www.mobindustry.net
-
Home / Blog / How to Build Scalable Web Applications: Challenges and Solutions How to Build Scalable Web Applications: Challenges and Solutions
scalable web app
-
- Jul 2021
-
www.mobindustry.net www.mobindustry.net
-
web application for business
-
- Feb 2021
-
-
Universal Links allow you to register a series of domains that are allowed to interact with an installed application. If the application is not installed, the universal link is opened with Safari, allowing you to inform the user of the existence of an application or whatever is necessary.
-
-
developer.android.com developer.android.com
-
Implicit intents do not name a specific component, but instead declare a general action to perform, which allows a component from another app to handle it. For example, if you want to show the user a location on a map, you can use an implicit intent to request that another capable app show a specified location on a map.
-
-
stackoverflow.com stackoverflow.com
-
If you're creating an actual, informational web page, stick to frameless HTML, CSS and unobstrusive JavaScripts and keep in mind that the page should still be usable with scripting disabled.
-
- Nov 2020
-
www.thinktecture.com www.thinktecture.com
-
Capacitor's origins lie in Ionic's mission to provide a holistic framework for developing hybrid apps—apps that run on mobile devices, on desktops, and in the browser. It does not only replace Apache Cordova as a “bridge” to native platform access in new Ionic projects but also “provides a consistent, web-focused set of APIs”.
-
- Jul 2020
- Apr 2020
-
falcon.readthedocs.io falcon.readthedocs.io
- Feb 2020
-
www.devstringx.com www.devstringx.com
-
Devstringx Technologies opened for business in 2014. Today, Devstringx is India’s most recommended IT company for software product development, mobile app development and independent software testing services which headquarter in Noida, India.
Website and software development square measure the basics part of running a profitable business. In current promoting, the necessity of custom software is rise day by day. Devstringx technologies one in all the most effective custom software development company in Noida, India. Custom software may be used with none long-time investment. They are doing not need constant development to suit company necessities. You'll be able to expend the software at any time. There square measure multiple advantages of custom advantages development like- efficient, measurability, flexible, compatible, customized answer, security.
Our experienced, energetic and dedicated team of custom software developers and that we provide complete it software services with budget suited to your pockets. Our consultants recognize alright the key parameter of your business and deliver the proper results on time. We provide additional complete software testing services like functional testing services, performance testing services, Api testing services, usability testing services, content testing services, agile testing services, regression testing services, compatibility testing services, automation testing services, web application testing services in India.
We've a separate team for every field like software developers, software tester, web developer...! Our team invariably able to work and that they commit the leads to future commitment towards your company. We give higher priority to our client's satisfaction. We specialized in providing the most effective automation testing services in Noida, India.
-
- Sep 2019
-
www.unifiedinfotech.net www.unifiedinfotech.net
-
The Agile Software Development Process – How We Do It
To get your tech startup going you have to deal with a lot of challenges, and come through it unscathed. Otherwise, the failure to deal with those challenges may directly lead to mistakes and problems during the actual software development process- hampering your chances of scaling your development process.
-
- Mar 2019
-
-
Top 10 Web Developers
When it comes to expand the business brands, you can hire the top 10 web development companies. In this post, it is clearly mentioned the top 10 web development companies to fulfill the requirements and have ideas to expand the operations.
-
- Feb 2018
-
hypothes.is hypothes.is
-
AIS Technolabs is an IT consulting company which provides IT services to the clients all over the globe. It is the motto of the company to work for their clients and enhance their trade success by means of their services. Our company has been established 5 years back. We have been offering our services for nearly more than a half decade and are totally aware of all types of areas in which IT solutions can be provided to our customers. We have been working with industries from diverse sectors of a different magnitude from the start-ups to the colossal organizations.
-
- Mar 2017
-
trello.com trello.com
-
❤️ Trello
Tags
Annotators
URL
-
- Jan 2016
-
www.talkingnewmedia.com www.talkingnewmedia.com
-
export books as apps
On top of the whole debate between native apps and the Open Web, there’s a debate between apps and books. We might not reach the “Write Once, Publish Everywhere” dream, but there’s something to be said about having building blocks which are easy to adapt to different contexts.
-
-
www.johndickerson.com www.johndickerson.com
-
One of the great things about the new Web is that you can manipulate text, but the iPad treats you like a child.
Tags
Annotators
URL
-
- Sep 2015
-
engineering.gosquared.com engineering.gosquared.com
-
So instead we introduced the loading spinner on each widget. Nothing is actually any faster, but the whole experience feels more responsive
-
Simply reducing some CSS transition times from 500ms to 250ms, and cutting others out entirely, made the whole dashboard feel snappier and more responsive.
-
This means content is served from the nearest possible geographic location to the user, cutting down request latency from as high as 2500ms (in places such as Singapore) to tens of milliseconds
-
We eventually came up with a compromise solution based on Addy Osmani’s basket.js, using a combination of server-side script concatenation and localStorage for caching. In a nutshell, the page includes a lightweight loader script, which figures out which JS and CSS it has already cached and which needs to be fetched. The loader then requests all the resources it needs from the server in one request, and saves all the resources into localStorage under individual keys. This gives us a great compromise between cutting down the number of HTTP requests while still being able to maintain cacheability, and not re-downloading code unnecessarily when it hasn’t changed. Addtionally, after running a few benchmarks, we found that localStorage is (sometimes) actually faster than the native HTTP cache, especially on mobile browsers.
-
- Jan 2015
-
de.dariah.eu de.dariah.eu
-
Web-App »Orte jüdischer Geschichte«
Beschreibung der App in der DARIAH-DE Infrastruktur.
-
-
sms.hypotheses.org sms.hypotheses.org
-
Ebenfalls eingebaut ist der naheliegende Zugang über eine Kartenvisualisierung (Google Maps).
Die verwendete Methode mittels KML-Datei wird jedoch vom Anbieter Google ab Februar 2015 nicht mehr unterstützt. Hier wird eine andere Visualisierung gebraucht.
Tags
Annotators
URL
-