Creating a React JS project with the Vite module bundler
https://javascript.plainenglish.io/create-a-perfect-react-project-with-vite-30298b005333
---
#react #vite
https://javascript.plainenglish.io/create-a-perfect-react-project-with-vite-30298b005333
---
#react #vite
Medium
Create a Perfect React Project With Vite
How to set up a React project using Vite to achieve a 100% Lighthouse score
Popular Node.js Patterns and Tools to Reconsider?
practica.dev/blog/popular-nodejs-pattern-and-tools-to-reconsider/?utm_campaign=popular-node.js-patterns-and-tools-to-re
#nodejs
practica.dev/blog/popular-nodejs-pattern-and-tools-to-reconsider/?utm_campaign=popular-node.js-patterns-and-tools-to-re
#nodejs
practica.dev
Popular Node.js patterns and tools to re-consider | Practica.js
Node.js is maturing. Many patterns and frameworks were embraced - it's my belief that developers' productivity dramatically increased in the past years. One downside of maturity is habits - we now reuse existing techniques more often. How is this a problem?
Nuxt JS usage training using Prisma ORM
https://youtu.be/IWu3UV8H8-0
---
Creating an Authentication system with Supabase and Nuxt JS
https://youtu.be/IcaL1RfnU44
---
Added dark mode inside. Vue JS easily uses Tailwind CSS
https://youtu.be/cGN91TLXrC8
#vue #nuxt #darkmode #prisma #tailwind
https://youtu.be/IWu3UV8H8-0
---
Creating an Authentication system with Supabase and Nuxt JS
https://youtu.be/IcaL1RfnU44
---
Added dark mode inside. Vue JS easily uses Tailwind CSS
https://youtu.be/cGN91TLXrC8
#vue #nuxt #darkmode #prisma #tailwind
YouTube
Prisma and Nuxt is my new favorite combo
Check out Storyblok :) https://go.learnvue.co/storyblok
RESOURCES
prisma docs - https://www.prisma.io/docs/
setting up supabase and prisma - https://supabase.com/docs/guides/integrations/prisma
some more about prisma migrate - https://www.prisma.io/doc…
RESOURCES
prisma docs - https://www.prisma.io/docs/
setting up supabase and prisma - https://supabase.com/docs/guides/integrations/prisma
some more about prisma migrate - https://www.prisma.io/doc…
Some Udemy course references to learn JavaScript and Node JS from beginners to experienced
https://medium.com/codingthesmartway-com-blog/top-3-node-js-courses-for-beginners-and-experienced-web-developers-in-2022-eb3be3d7ff9c
—-
A JavaScript runtime named Bun will support compatibility with the Node JS package
https://itnext.io/bun-is-baking-its-way-towards-node-js-compatibility-7d2a997395c0
—-
Migration from handlebars to pug templating engine in Node JS
https://medium.com/nerd-for-tech/switching-from-handlebars-to-pug-416693e1cb76
—-
#nodejs #course #pug #handlebar #bun
https://medium.com/codingthesmartway-com-blog/top-3-node-js-courses-for-beginners-and-experienced-web-developers-in-2022-eb3be3d7ff9c
—-
A JavaScript runtime named Bun will support compatibility with the Node JS package
https://itnext.io/bun-is-baking-its-way-towards-node-js-compatibility-7d2a997395c0
—-
Migration from handlebars to pug templating engine in Node JS
https://medium.com/nerd-for-tech/switching-from-handlebars-to-pug-416693e1cb76
—-
#nodejs #course #pug #handlebar #bun
Medium
Top 3 Node.js Courses For Beginners And Experienced Web Developers in 2022
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment. It runs on a JavaScript Engine and executes JavaScript…
Some JavaScript Array manipulation functions to know
https://javascript.plainenglish.io/little-known-array-methods-javascript-3aee9ae8758a
Some examples of JavaScript Array manipulation functions
https://javascript.plainenglish.io/what-are-javascript-array-methods-d24d994f636
#array #manipulation #method
https://javascript.plainenglish.io/little-known-array-methods-javascript-3aee9ae8758a
Some examples of JavaScript Array manipulation functions
https://javascript.plainenglish.io/what-are-javascript-array-methods-d24d994f636
#array #manipulation #method
Medium
7 Little-Known Array Methods in JavaScript
7 powerful JavaScript array methods you might not know about.
Why React Re-Renders
https://www.joshwcomeau.com/react/why-react-re-renders/?utm_campaign=why-react-re-rendersthe-processes-ar
#react #reactjs #renders
https://www.joshwcomeau.com/react/why-react-re-renders/?utm_campaign=why-react-re-rendersthe-processes-ar
#react #reactjs #renders
Joshwcomeau
Why React Re-Renders • Josh W. Comeau
In React, we don't update the DOM directly, we tell React what we want the DOM to look like, and React tackles the rest. But how exactly does it do this? In this tutorial, we'll unpack exactly when and why React re-renders, and how we can use this information…
List of frequently asked job interview questions for JavaScript developers
https://javascript.plainenglish.io/javascript-developers-challenge-let-s-do-brainstorming-81cdfe159794
#challenge #developer #interview
https://javascript.plainenglish.io/javascript-developers-challenge-let-s-do-brainstorming-81cdfe159794
#challenge #developer #interview
Medium
Challenge for JavaScript Developers: Interview Practice Brainstorming
If you are looking for JavaScript code-based questions for interview practice or brainstorming, then I would say you are at the right…
Building an aircraft radar system in JavaScript
https://dev.to/devdevcharlie/building-an-aircraft-radar-system-in-javascript-4ml8
#javascript #webusb #rtlsdr
https://dev.to/devdevcharlie/building-an-aircraft-radar-system-in-javascript-4ml8
#javascript #webusb #rtlsdr
DEV Community
Building an aircraft radar system in JavaScript
A few years ago, I came across an awesome talk by Thomas Watson in which he talks about how he built AirplaneJS, a web app that picks up ADS-B radio signals from airplanes and plots them in real time on a map in the browser. I had no idea this was possible…
Introducing Gatsby, A 'Reactive Site Generator'?
https://www.gatsbyjs.com/blog/re-introducing-gatsby-a-reactive-site-generator/?utm_campaign=introducing-gatsby--a-reactive-site-gen
#react #gatsby
https://www.gatsbyjs.com/blog/re-introducing-gatsby-a-reactive-site-generator/?utm_campaign=introducing-gatsby--a-reactive-site-gen
#react #gatsby
Gatsby
(Re-) Introducing Gatsby, A Reactive Site Generator | Gatsby
Gatsby Cloud can now publish to our CDN in one second. This is now 100x faster than the exact same Gatsby site building on a standard CI/CD service! I introduce a benchmark to compare Reactive Site Generation (RSG) to Static Site Generators (SSG) and Server…
Micro Frontends in Action: Architecture and Integration Approaches
https://medium.com/deciphering-deadlocks/micro-frontends-in-action-architecture-and-integration-approaches-411e1e3b66b6?utm_campaign=micro-frontends-in-action-architecture
#microfrontends
https://medium.com/deciphering-deadlocks/micro-frontends-in-action-architecture-and-integration-approaches-411e1e3b66b6?utm_campaign=micro-frontends-in-action-architecture
#microfrontends
Medium
Micro Frontends in Action: Architecture and Integration Approaches
A good frontend is tough to develop, but scaling frontend development for several teams to work at the same time on a large and complex…
How to improve the PageSpeed score of your Nuxt.js website in 6 steps
https://localazy.com/blog/how-improve-pagespeed-score-nuxt-js-website-6-steps?utm_campaign=how-to-improve-the-pagespeed-score-of-yo
#vue
https://localazy.com/blog/how-improve-pagespeed-score-nuxt-js-website-6-steps?utm_campaign=how-to-improve-the-pagespeed-score-of-yo
#vue
localazy.com
How to improve the PageSpeed score of your Nuxt.js website in 6 steps
Poor website performance might be costing you money. Learn why the PageSpeed score is important and how the web developers at Localazy improved the PageSpeed score of our Nuxt.js website in 6 steps.
Exercise from Dcode on several ways to add properties into Object
https://youtu.be/M5l__DiqRno
#object #property #dcode
https://youtu.be/M5l__DiqRno
#object #property #dcode
YouTube
The Best Way to Add Properties to an Object in JavaScript?
In today's video, we'll take a look at the defineProperty() function in JavaScript which is a powerful way to add properties to an object, providing more flexibility and options.
This includes things like read-only properties, getters, and setters.
For…
This includes things like read-only properties, getters, and setters.
For…
Important practice from Josh Comeau on useMemo and useCallback in React JS
https://www.joshwcomeau.com/react/usememo-and-usecallback/
---
Using TypeScript in React Functional components
https://javascript.plainenglish.io/how-to-develop-react-functional-components-with-typescript-12c2cfbb271d
---
Store temporary data with React Hook
https://www.positronx.io/react-get-and-cache-data-with-custom-hook-tutorial/
---
#react #hooks #memo #callback
https://www.joshwcomeau.com/react/usememo-and-usecallback/
---
Using TypeScript in React Functional components
https://javascript.plainenglish.io/how-to-develop-react-functional-components-with-typescript-12c2cfbb271d
---
Store temporary data with React Hook
https://www.positronx.io/react-get-and-cache-data-with-custom-hook-tutorial/
---
#react #hooks #memo #callback
Joshwcomeau
Understanding useMemo and useCallback • Josh W. Comeau
What's the deal with these two hooks?! Lots of devs find them confusing, for a whole host of reasons. In this tutorial, we'll dig deep and understand what they do, why they're useful, and how to get the most out of them.
Practice using Astro framework as a static site generator with Traversy Media
https://youtu.be/Oi9z5gfIHJs
#astro #traversyMedia
https://youtu.be/Oi9z5gfIHJs
#astro #traversyMedia
YouTube
Astro Crash Course
Astro is an amazing static site generator that allows you to build really fast websites with little to no production JavaScript. You can use Astro components as we all have components from other frameworks such as React, Vue and Svelte.
TIP: I forgot to…
TIP: I forgot to…
Important explanation from today's programmers about the difference between Git Flow and Trunk Based on Git projects
https://www.youtube.com/watch?v=jydxcnSOIG4
#git #programmerZamanNow #gitflow #trunkbased
https://www.youtube.com/watch?v=jydxcnSOIG4
#git #programmerZamanNow #gitflow #trunkbased
YouTube
Trunk Based vs Git Flow
Trunkn Based vs Git Flow, lebih bagus yang mana?
#programmerzamannow #git #gitflow #trunkbaseddevelopment
JOIN PREMIUM : https://www.youtube.com/ProgrammerZamanNow/join
DISCORD PREMIUM : https://www.youtube.com/post/UgxBHnvjdwwAioDHe0x4AaABCQ
Donasi…
#programmerzamannow #git #gitflow #trunkbaseddevelopment
JOIN PREMIUM : https://www.youtube.com/ProgrammerZamanNow/join
DISCORD PREMIUM : https://www.youtube.com/post/UgxBHnvjdwwAioDHe0x4AaABCQ
Donasi…
Google Chrome 105 release notes with added many new features in web app development
https://www.youtube.com/watch?v=qwdN1fJA_d8
#chrome #container
https://www.youtube.com/watch?v=qwdN1fJA_d8
#chrome #container
YouTube
New in Chrome 105: Container Queries, :has, the Sanitizer API, and more!
Chrome 105 is rolling out now! Container queries and :has() are a match made in responsive heaven. The new Sanitizer API provides a robust processor for arbitrary strings to help reduce cross site scripting vulnerabilities. We’re taking another step towards…
Global Nuxt JS plugin practice
https://blog.logrocket.com/how-to-create-a-global-custom-plugin-in-nuxt-js/
#nuxt #vue #plugin #global
https://blog.logrocket.com/how-to-create-a-global-custom-plugin-in-nuxt-js/
#nuxt #vue #plugin #global
Simple contact form with NextJS & EmailJS
https://scottprins.hashnode.dev/simple-contact-form-with-nextjs-emailjs
#Nextjs #React #WebDevelopment #JavaScript #tips
https://scottprins.hashnode.dev/simple-contact-form-with-nextjs-emailjs
#Nextjs #React #WebDevelopment #JavaScript #tips
ScottPrins.dev
Simple Contact form with NextJS and EmailJS
Contact forms are like a direct line from your users to you, and more often than not provide a ton of insight into how your users perceive and communicate with your business, especially new customers. While you may think that creating a contact form ...