Remove link
article thumbnail

Local Testing A Serverless API (API Gateway And Lambda)

Smashing Magazine

You may be reading the data from a database, so you need to make sure you can still access the data while running locally. One way would be to set up the database locally on your machine. On design systems, CSS/JS and UX. Further Reading On Smashing Magazine. More after jump! Jump to online workshops ?. > output.json.

Lambda 118
article thumbnail

How To Optimize Progressive Web Apps: Going Beyond The Basics

Smashing Magazine

You can find a comprehensive Beginner’s Guide To Progressive Web Apps on Smashing Magazine that focuses on building the core of PWAs. Here’s an example from Google developers of opening a database, adding an object store, and adding an item to this store. After this, you can create cached content with the IndexedDB API.

Cache 124
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

40+ Best Web Development Blogs of 2018

KeyCDN

Codrops Codrops features blogs with topics ranging from UI design and page animations to image formatting and general JavaScript practices. You can subscribe to receive weekly email lists of the latest and greatest or submit your own links to give back to the community. Visit website 2. Visit website 5. Visit website 8.

article thumbnail

Next.js Wildcard Subdomains

Smashing Magazine

Continue reading below ↓ Meet Design The Perfect Navigation , with Vitaly Friedman. Following this, we can then take certain actions such as fetching different data from your database depending on the wildcard and return that from the API. The live version is available at [link] and the source code can be found at [link].

Servers 84
article thumbnail

Implementing A Reset Password Feature With Next.js Dynamic Routes

Smashing Magazine

They click on the “password-reset” link, and they’re redirected to the corresponding page. When they type their email address or username into the input field, they click on the button which has the common “email me a recovery link” text. They get a confirmation that a secure link has been sent to their email.

article thumbnail

Five Data-Loading Patterns To Improve Frontend Performance

Smashing Magazine

On design systems, UX, web performance and CSS/JS. Server caches help lower the latency between a Frontend and Backend; since key-value databases are faster than traditional relational SQL databases, it will significantly increase an API’s response time. <link rel="prefetch" href="[link]. More after jump!

Cache 126
article thumbnail

How To Implement Authentication In Next.js With Auth0

Smashing Magazine

When evaluating whether it’s better for us to create our own platform, or to use a third-party service, there are some things that we should consider: Designing and creating authentication services is not our core skill. We won’t get into details like CSS styling or database usage. Allowed Logout URLs : add [link]. application.