Sandeep Panda TestforHashnode Engineeringlazy-dust-nominate-11.hashnode.net·Oct 21, 2022Using Vercel edge functions to power Hashnode's OG imagesToday, we started using @vercel/og to automatically make OG images for the home page and post pages of our blogs. We used to make these images with a tool from a third party, but it was very limited because: We had to make an extra API request to ge...Kirk Gordon and 2 others are discussing this3 people are discussing thisDiscuss·129 likes·1.6K readsVercelWas waiting for this update! The OG images look 10x better now. Thanks, Hashnode and Vercel. 🙌 3
Michael Novotnymanovotny.hashnode.net·Dec 8, 2022FeaturedMigrating a large, open-source React application to Next.js and VercelIf your company started building with React over 5 years ago, chances are you implemented your own custom solution or internal framework. Many engineers and teams want to explore technologies like Next.js and Vercel. However, some don't know where to...Discuss·59 likes·801 readsengineering
Idris Abdul-Lateefeedris.hashnode.net·Jun 14, 2022How to Create Custom Subdomains on Vercel, Heroku and NetlifyIntroduction After you finish building a project, you'd usually want to take it out of your localhost and put it somewhere else where you or others can access it as well. The next point of call would be to deploy the project to any of the several clo...Ishaq Nasir and 1 other are discussing this2 people are discussing thisDiscuss·58 likes·791 readsNetlify
Michelle Bakelsmichellebakels.hashnode.net·Apr 25, 2023Why Vercel Analytics is Actually Very SickThis year we organized the second iteration of React Miami Conference on April 20th and 21st in Miami, FL. While organizing the conference, Vercel released a Beta version of their new Analytics dashboard to their Pro customers which gave us insights ...Discuss·10 likes·44 readsVercel
Priti Solankicuriousmind.hashnode.net·Apr 21, 2023Deploy Vercel Serverless FunctionI had to create a webhook demo recently and decided to use Node.js to develop a POST route quickly. However, I was then faced with where to deploy this route. Given the nature of the project, a serverless function seemed like the best option. Since I...Discuss #2Articles1Week
Carlos Molerocarlosmta.hashnode.net·Apr 16, 2023Deploy An Angular Universal App To VercelAngular is a framework for creating Single Page Applications (SPA). An application developed with this technology renders dynamic content using JavaScript to simulate navigation from one page to another. This method is called Client Side Generation (...Discuss·36 readsJavaScript
Priti Solankicuriousmind.hashnode.net·Apr 14, 2023Casing Error in Next.js DevelopmentDuring development, Next.js can throw the following warning. I invested an insane amount of time attempting to resolve this error. Here are the various measures I took: I checked if all the file names match the folder names. I made sure that all i...DiscussNext.js 13.2
Alexander Karanalexanderkaran.hashnode.net·Apr 13, 2023Practical Use Cases for Edge ComputingFollowing on from my last blog post on WTF is Edge Computing, let's take a practical look at some of its use cases. We will cover frameworks and tools, where they shine and some drawbacks. Fullstack Frameworks The easiest and best example of where ed...Discuss·44 readsJavaScript
Hoh Shen Yienshenyien.hashnode.net·Apr 12, 2023Insta-Next: Deploying Next.js on Vercel / using DockerIn this part, you are finally going to learn about deploying the Next.js app we have built so far online! I will also show you how to set up a PostgreSQL database online and deploy our Prisma Schema there. There are many ways you can deploy it, and o...Discuss·2 likes·36 readsFullstack Instagram Clone with Next.jsNext.js
Ikiusikius.hashnode.net·Apr 5, 2023Vercel: The Versatile Platform for Modern Web DevelopmentVercel is a cloud platform for building, deploying, and scaling serverless applications and static websites. It's gained popularity among developers due to its ease of use, speed, and ability to handle large amounts of traffic. With Vercel, you can b...DiscussVercel
Anuradha Aggarwalanuradha.hashnode.net·Apr 4, 2023Serverless Functions & FaaS with Vercel🎯 What are Serverless means? At first glance, it looks like an application without a server. But it's not. It basically means you're not responsible for managing and provisioning the servers. These servers are managed by the cloud provider and yo...Discuss·10 likesVercel
Florian FuchsforServerlessQ's Blogsandrovolpicella-1650007804841.hashnode.net·Apr 3, 2023Vercel & ServerlessQ Use Case: Resizing ImagesIntroduction Let's see ServerlessQ in Action! This post will show you a common use-case that people are using in ServerlessQ ⏭️ Image Resizing. This is the accompanying GitHub repository https://github.com/serverlessq-hq/example-image-resize Image ...Discuss·1 like·75 readsserverless
Harisharisexplains.hashnode.net·Apr 3, 2023Effortlessly Redirecting Pages in Vercel: A Step-by-Step GuideIn order to redirect a page to another in Vercel, it is necessary to generate a "vercel.json" file located in the main directory of your project. This file permits the user to set up routing rules for their subdomain. The following is an instance of ...DiscussVercel