Best of Netlify2023

  1. 1
    Article
    Avatar of phProduct Hunt·3y

    Vue Playground - Visual drag and drop builder for vue components and apps

    Vue Playground is a Visual drag and drop builder for vue components and apps. Push and auto-deploy to GitHub pages or export static build for self hosting with netlify, heroku or other. Take your startup to the next level with one smart platform Support is great.

  2. 2
    Article
    Avatar of awstipAWS Tip·3y

    Express server on Netlify for free - Step by step guide

    Netlify Functions are a powerful feature of the Netlify platform that allow you to deploy and run serverless functions written in Node.js. These functions can be used to perform a variety of tasks, such as handling server-side logic, connecting to APIs, or serving dynamic content.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Creating database-driven Astro sites with the Tigris Astro integration

    The Tigris integration allows you to use Tigris as your database, and pull your data into your Astro site. This means you can build a static site with Astro, and use the Tigris to power your content. The integration for Astro is available on npm.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Hide API Keys in Frontend Apps using Netlify Functions

    Learn how to hide API keys in frontend apps using Netlify Functions. This tutorial guides you on setting up a Netlify serverless function to hide API keys in a client-side application. It provides step-by-step instructions on cloning a demo app, building it using JavaScript, signing up for a free account on Pixabay, creating environment variables, installing dotenv, configuring Netlify, sending fetch requests, hosting the app on a remote repository, deploying the app and serverless function on Netlify, setting environment variables for production, initializing the function to the remote app, building the function, testing the application, and confirming API key security.

  5. 5
    Article
    Avatar of twirThis Week In React·2y

    This Week In React #167: Aria Components, Hydration, Remix, Server Components, useSyncExternalStore, cache, perf, Glow, Unistyles, Expo, Tailwind, date-fns...

    This post covers various topics in the React ecosystem, including React Aria Components, React Hydration Overlay, official React documentation updates, React performance lessons, and upcoming React and React-Native conferences. It also discusses Reactivity, React Server Actions, and React Suspense and Async Rendering.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    How Netlify rebranded their app in just 6 weeks

    Netlify rebranded their app in just 6 weeks using Storybook and Chromatic. They updated the color scheme, logo, and designs at scale. They also used Storybook and Chromatic for visual testing and gathering feedback from stakeholders.

  7. 7
    Article
    Avatar of smashingSmashing Magazine·3y

    How To Build Server-Side Rendered (SSR) Svelte Apps With SvelteKit — Smashing Magazine

    How To Build Server-Side Rendered (SSR) Svelte Apps With SveltKit is a server-side rendering and client-side app. SvelterKit streamlines things by handling of complexity of the server and client on its own, allowing you to focus squarely on developing the app.

  8. 8
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Deploy Your Websites and Apps – User-Friendly Deployment Strategies

    How to Deploy Your Websites and Apps is a key aspect of software development. Having clarity about these aspects will significantly ease the deployment process. We will look at a few popular methods for deploying your application that will help tackle these challenges. The key to making the right decision lies in understanding the goal of your application.

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    Beyond Vercel: Hosting Alternatives for Next.js

    Learn about hosting alternatives for Next.js and explore options like Netlify, AWS Amplify, and Microsoft Azure Static Web Apps.

  10. 10
    Article
    Avatar of logrocketLogRocket·3y

    Building an app with Qwik

    Qwik is a frontend framework for creating web applications that offers lightning fast page load times. In this article, we’ll learn how to get started with Qwik and explore the building blocks of a Qwik application by creating a simple example app. The concept of lazy loading was introduced to speed up the first render.