Adding Google Fonts in Next JS and its optimization
https://medium.com/nextjs/how-to-use-font-optimizing-in-nextjs-13-7a66c450a88a
#font #optimize #nextjs
https://medium.com/nextjs/how-to-use-font-optimizing-in-nextjs-13-7a66c450a88a
#font #optimize #nextjs
Medium
How to use Font Optimization in Nextjs 13?
Adding any google fonts in nextjs 13, with two lines of code.
A lengthy exercise from Code With Antonio creating a Twitter Clone with Next JS, Prisma ORM, and Tailwind CSS
https://www.youtube.com/watch?v=ytkG7RT6SvU
----
React JS application optimization tips
https://dev.to/devland/how-to-optimize-your-react-apps-performance-1045
----
#react #nextjs #tailwind #optimize
https://www.youtube.com/watch?v=ytkG7RT6SvU
----
React JS application optimization tips
https://dev.to/devland/how-to-optimize-your-react-apps-performance-1045
----
#react #nextjs #tailwind #optimize
YouTube
Build and Deploy: TWITTER clone with React, Tailwind, Next, Prisma, Mongo, NextAuth & Vercel (2023)
Discord for any problems/errors/bugs: https://www.codewithantonio.com/discord
Github & Live Website: https://www.codewithantonio.com/projects/social-media-platform
If you are having problems with "Edit" / "Follow" functionality throwing "Not Signed In"…
Github & Live Website: https://www.codewithantonio.com/projects/social-media-platform
If you are having problems with "Edit" / "Follow" functionality throwing "Not Signed In"…
Nuxt JS application optimization with Nuxt Image
https://dev.to/jacobandrewsky/improving-performance-of-nuxt-with-nuxtimage-1ai0
---
How to optimize the Vue JS application to make it smoother
https://javascript.plainenglish.io/how-to-make-vue-js-3000-times-faster-826ee04a2491
---
An introduction to atomic design in Vue JS
https://dev.to/9haroon_dev/introducing-atomic-design-in-vuejs-1l2h
---
#vue #nuxt #atomic #optimize
https://dev.to/jacobandrewsky/improving-performance-of-nuxt-with-nuxtimage-1ai0
---
How to optimize the Vue JS application to make it smoother
https://javascript.plainenglish.io/how-to-make-vue-js-3000-times-faster-826ee04a2491
---
An introduction to atomic design in Vue JS
https://dev.to/9haroon_dev/introducing-atomic-design-in-vuejs-1l2h
---
#vue #nuxt #atomic #optimize
DEV Community
Improving Performance of Nuxt with NuxtImage 🚀
The first thing I always do when I am auditing the website performance is to look at the images. In...
Tips optimasi PostgreSQL
https://dev.to/nightbird07/postgresql-optimization-a-quick-tip-on-using-values-expression-2fce
#sql #postgresql #tips #optimize
https://dev.to/nightbird07/postgresql-optimization-a-quick-tip-on-using-values-expression-2fce
#sql #postgresql #tips #optimize
DEV Community
PostgreSQL Optimization: A Quick Tip on Using Values Expression
I have been working with a database that contains thousands of clusters of women, each identified by...
Optimizing Vue JS applications with Web Workers
https://blog.logrocket.com/optimizing-vue-js-apps-web-workers/
#vue #webworker #optimize
https://blog.logrocket.com/optimizing-vue-js-apps-web-workers/
#vue #webworker #optimize
LogRocket Blog
Optimizing Vue.js apps with web workers - LogRocket Blog
Web workers can improve Vue app performance by offloading resource-intensive tasks to separate threads, enhancing responsiveness and UX.
Several tools to help develop Node JS applications in 2023
https://www.sitepoint.com/node-js-development-tools/
—-
Node JS based backend performance optimization
https://faun.pub/techniques-to-optimize-your-node-js-application-performance-bcbdfc61e02
#tools #nodejs #backend #optimize
https://www.sitepoint.com/node-js-development-tools/
—-
Node JS based backend performance optimization
https://faun.pub/techniques-to-optimize-your-node-js-application-performance-bcbdfc61e02
#tools #nodejs #backend #optimize
SitePoint
20+ Tools for Node.js Development in 2024
This guide will introduce you to the top tools for Node.js development to you can streamline your workflow and create high-performance apps.
The Best Way To Write Your Express.js Server
https://javascript.plainenglish.io/the-best-way-to-write-your-express-js-server-7f291ee117c5
—-
Clean Architecture in Node.js
https://medium.com/@DarkCookiess/clean-architecture-in-node-js-2aeb24772f15
—-
Maximizing Code Reusability with Bit and Node.js
https://blog.bitsrc.io/maximizing-code-reusability-with-bit-and-node-js-aece9eb94496
—-
Stop using “npm install” in your CI/CD pipeline
https://medium.com/@robert.maiersilldorff/stop-using-npm-install-in-your-ci-cd-pipeline-ba0378bbebfb
—-
How to Optimize Node. js APIs?
https://jelvix.medium.com/how-to-optimize-node-js-apis-8f85df331d3a
—-
Express vs Fastify: Hello world use case
https://medium.com/deno-the-complete-reference/express-vs-fastify-hello-world-use-case-eca4539211b0
—-
Role-Based Access Control in Nodejs
https://medium.com/@ananya.official8/role-based-access-control-in-nodejs-bb0236208a11
—
The 4 Creational Design Patterns in Node.js That You Should Know
https://betterprogramming.pub/the-4-creational-design-patterns-in-node-js-that-you-should-know-cfb7ed77a84e
—-
‘require’ vs ‘import’ in Node.js
https://medium.com/@chamin.njay/require-vs-import-in-node-js-abdf5427d7b0
—-
#nodejs #cleanArchitecture #import #require #rbac #optimize
https://javascript.plainenglish.io/the-best-way-to-write-your-express-js-server-7f291ee117c5
—-
Clean Architecture in Node.js
https://medium.com/@DarkCookiess/clean-architecture-in-node-js-2aeb24772f15
—-
Maximizing Code Reusability with Bit and Node.js
https://blog.bitsrc.io/maximizing-code-reusability-with-bit-and-node-js-aece9eb94496
—-
Stop using “npm install” in your CI/CD pipeline
https://medium.com/@robert.maiersilldorff/stop-using-npm-install-in-your-ci-cd-pipeline-ba0378bbebfb
—-
How to Optimize Node. js APIs?
https://jelvix.medium.com/how-to-optimize-node-js-apis-8f85df331d3a
—-
Express vs Fastify: Hello world use case
https://medium.com/deno-the-complete-reference/express-vs-fastify-hello-world-use-case-eca4539211b0
—-
Role-Based Access Control in Nodejs
https://medium.com/@ananya.official8/role-based-access-control-in-nodejs-bb0236208a11
—
The 4 Creational Design Patterns in Node.js That You Should Know
https://betterprogramming.pub/the-4-creational-design-patterns-in-node-js-that-you-should-know-cfb7ed77a84e
—-
‘require’ vs ‘import’ in Node.js
https://medium.com/@chamin.njay/require-vs-import-in-node-js-abdf5427d7b0
—-
#nodejs #cleanArchitecture #import #require #rbac #optimize
Medium
The Best Way To Write Your Express.js Server
Before we break down tips that add up to writing the best server, let’s discuss a bit about express.js.
Build a spreadsheet app with an AI-copilot (Next.js, gpt4, LangChain, & CopilotKit)
https://dev.to/copilotkit/build-an-ai-powered-spreadsheet-app-nextjs-langchain-copilotkit-109d
—-
Optimising React Apps
https://dev.to/yashmahalwal/optimising-react-apps-56c6
—-
How to have AI onboard your users (Next.js, OpenAI, CopilotKit)
https://dev.to/copilotkit/build-an-ai-powered-campaign-manager-nextjs-openai-copilotkit-59ii?context=digest
—-
#react #ai #nextjs #openai #optimize
https://dev.to/copilotkit/build-an-ai-powered-spreadsheet-app-nextjs-langchain-copilotkit-109d
—-
Optimising React Apps
https://dev.to/yashmahalwal/optimising-react-apps-56c6
—-
How to have AI onboard your users (Next.js, OpenAI, CopilotKit)
https://dev.to/copilotkit/build-an-ai-powered-campaign-manager-nextjs-openai-copilotkit-59ii?context=digest
—-
#react #ai #nextjs #openai #optimize
DEV Community
Build a spreadsheet app with an AI-copilot (Next.js, gpt4, LangChain, & CopilotKit)
TL;DR In this article, you'll learn how to build an AI-powered spreadsheet application...