Simple practice of formatting date in JavaScript
https://www.freecodecamp.org/news/javascript-date-format-how-to-format-a-date-in-js/
#date #format #js
  
  https://www.freecodecamp.org/news/javascript-date-format-how-to-format-a-date-in-js/
#date #format #js
freeCodeCamp.org
  
  JavaScript Date Format – How to Format a Date in JS
  JavaScript is one of the three fundamental web technologies you'll use when developing websites or web applications. When creating these web pages, you will, at some point, likely need to use dates for some reason – such as displaying when something ...
  Create a fullstack Deno application with Fresh TS, Deno TS, and Surreal Db
https://www.freecodecamp.org/news/how-to-use-surrealdb-with-fresh-framework/
#deno
  
  https://www.freecodecamp.org/news/how-to-use-surrealdb-with-fresh-framework/
#deno
freeCodeCamp.org
  
  How to Use SurrealDb with the Fresh Framework and Deno
  SurrealDB is a newly launched database that has recently started gaining popularity in the programming world. SurrealDB was built with the Rust language and was created by Tobie Morgan Hitchcock and Jaime Morgan Hitchcock. SurrealDB's new database co...
👍1
  A collection of several free courses for learning Node JS
https://javascript.plainenglish.io/10-free-courses-to-learn-node-js-in-2022-best-of-the-lot-fe133983183a
#nodejs #course
  
  https://javascript.plainenglish.io/10-free-courses-to-learn-node-js-in-2022-best-of-the-lot-fe133983183a
#nodejs #course
Medium
  
  10 Free Courses to Learn Node.js in 2022 — Best of the Lot
  These online classes are helpful for programmers interested in becoming full-stack developers.
  Using the Query builder from TypeORM in Nest TS
https://blog.logrocket.com/using-typeorms-querybuilder-nestjs/
---
Configuring the module builder on the Nest TS
https://blog.logrocket.com/use-configurable-module-builders-nest-js-v9/
#nest #typeorm #query #builder
  
  https://blog.logrocket.com/using-typeorms-querybuilder-nestjs/
---
Configuring the module builder on the Nest TS
https://blog.logrocket.com/use-configurable-module-builders-nest-js-v9/
#nest #typeorm #query #builder
LogRocket Blog
  
  Using TypeORM’s QueryBuilder in NestJS - LogRocket Blog
  Learn how to use NestJS to build an application with TypeORM, a strong object-relations-management library built with TypeScript.
👍1
  Getting started with Playwright component testing
https://blog.logrocket.com/getting-started-playwright-component-testing/
#testing #component #react #svelte #vue
  
  https://blog.logrocket.com/getting-started-playwright-component-testing/
#testing #component #react #svelte #vue
LogRocket Blog
  
  Getting started with Playwright component testing - LogRocket Blog
  Let's explore the recently-introduced Playwright component testing feature, using it to test React, Vue, and Svelte components in an app.
  Easily debug frontend code with Chrome DevTools
https://www.blog.edmondhui.com/debug-with-chrome
#debugging #JavaScript
  
  https://www.blog.edmondhui.com/debug-with-chrome
#debugging #JavaScript
Edmond Hui
  
  Easily debug frontend code with Chrome DevTools
  Chrome provides developer tools that allow us to easily test, debug, and fix out code. I will be introducing all the basic Chrome debugging tools.
🏆1
  How to Read and Write from CSV File in Nodejs
https://blog.theashishmaurya.me/how-to-read-and-write-from-csv-file-in-nodejs
#NodeJS #Expressjs #JavaScript
#csv #hacks
  
  https://blog.theashishmaurya.me/how-to-read-and-write-from-csv-file-in-nodejs
#NodeJS #Expressjs #JavaScript
#csv #hacks
Ashish Maurya's Blog
  
  How to Read and Write to CSV file in NodeJS
  Hello Guys, here goes another tutorial from my side, today I was building an application, and there I had to read and write from Nodejs.
After a couple of minutes, I quickly come up with a solution thanks to Github Copilot. Well, let's get started on...
After a couple of minutes, I quickly come up with a solution thanks to Github Copilot. Well, let's get started on...
🏆2
  OTP Authentication with Supabase and Twilio in React
https://refine.hashnode.dev/otp-authentication-with-supabase-and-twilio-in-react
#supabase #React #JavaScript
  
  https://refine.hashnode.dev/otp-authentication-with-supabase-and-twilio-in-react
#supabase #React #JavaScript
refine
  
  OTP Authentication with Supabase and Twilio in React
  Author: Vijit Ail
Introduction
Passwords are one of the most popular ways to authenticate a user. However, passwords have disadvantages, such as being subject to brute force attacks and data breaches.
Another significant problem with password-based ...
Introduction
Passwords are one of the most popular ways to authenticate a user. However, passwords have disadvantages, such as being subject to brute force attacks and data breaches.
Another significant problem with password-based ...
🏆2
  Lama Dev released a lengthy practice of building a fullstack JavaScript blog application with React, Node JS, and a MySQL database.
https://youtu.be/0aPLk2e2Z3g
---
Some JavaScript concepts to learn before using React JS
https://www.freecodecamp.org/news/javascript-concepts-you-should-know-before-learning-react/
---
Practice creating table components with React JS
https://blog.bitsrc.io/how-to-build-a-react-table-component-69b101f3ea08
—-
Creating desktop applications with React JS and Tauri JS
https://betterprogramming.pub/building-cross-platform-desktop-applications-with-tauri-part-ii-8d6ad1927093
#mern #nodejs #mysql #react #table #concept #desktop #tauri
  
  https://youtu.be/0aPLk2e2Z3g
---
Some JavaScript concepts to learn before using React JS
https://www.freecodecamp.org/news/javascript-concepts-you-should-know-before-learning-react/
---
Practice creating table components with React JS
https://blog.bitsrc.io/how-to-build-a-react-table-component-69b101f3ea08
—-
Creating desktop applications with React JS and Tauri JS
https://betterprogramming.pub/building-cross-platform-desktop-applications-with-tauri-part-ii-8d6ad1927093
#mern #nodejs #mysql #react #table #concept #desktop #tauri
YouTube
  
  React Node.js MySQL Full Stack Blog App Tutorial
  React MySQL blog app project. React blog website application tutorial for beginners. Create a full-stack app using React, Node.js, and MySQL.
If it is valuable to you, you can support Lama Dev.
Join: https://www.youtube.com/channel/UCOxWrX5MIdXIeRNaXC3sqIg/join…
If it is valuable to you, you can support Lama Dev.
Join: https://www.youtube.com/channel/UCOxWrX5MIdXIeRNaXC3sqIg/join…
👍1
  Multiple one-line or one-liner functions that can be used in JavaScript projects
https://javascript.plainenglish.io/19-killer-javascript-one-liners-thatll-make-you-look-like-a-pro-fce9b524e45e
—-
Some JavaScript developer interview questions at "FANG" company
https://betterprogramming.pub/5-tricky-javascript-fang-interview-questions-fb3112002ca8
—-
Removing null values in a JavaScript Array
https://medium.com/@gaelgthomas/remove-null-values-from-array-in-javascript-988298b01e3b
#oneliner #array #null #fang
  https://javascript.plainenglish.io/19-killer-javascript-one-liners-thatll-make-you-look-like-a-pro-fce9b524e45e
—-
Some JavaScript developer interview questions at "FANG" company
https://betterprogramming.pub/5-tricky-javascript-fang-interview-questions-fb3112002ca8
—-
Removing null values in a JavaScript Array
https://medium.com/@gaelgthomas/remove-null-values-from-array-in-javascript-988298b01e3b
#oneliner #array #null #fang
Google Chrome 106 release notes with some added new features in it
https://www.youtube.com/watch?v=35mN6UKGEbA
#chrome #release
  
  https://www.youtube.com/watch?v=35mN6UKGEbA
#chrome #release
YouTube
  
  New in Chrome 106: Intl API Improvements, Pop-Up API, CSS Improvements, and more!
  Chrome 106 is rolling out now! There are new Intl APIs to give you more control when formatting numbers. There’s an origin trial for the new Pop Up API, making it easy to surface critical content to the user. There are a handful of CSS improvements. And there’s…
  Looking for open-source Figma alternatives? Check this out:
https://itsfoss.com/figma-alternatives/
#figma #alternative
  
  https://itsfoss.com/figma-alternatives/
#figma #alternative
It's FOSS
  
  5 Free and Open-Source Figma Alternatives
  Looking for Figma alternatives but want free and open-source solutions? We have some suggestions!
  VueUse - the Library that Makes Vue 3 Worth the Upgrade
https://medium.com/js-dojo/vueuse-the-library-that-makes-vue-3-worth-the-upgrade-7047c5bb00ce
#vue
  
  https://medium.com/js-dojo/vueuse-the-library-that-makes-vue-3-worth-the-upgrade-7047c5bb00ce
#vue
Medium
  
  VueUse - The library that makes Vue 3 worth the upgrade
  Composition API promotes a much better paradigm of sharing code between components. Explicit dependencies and namespacing by design enable…
  Memoization in React — How useCallback Works
https://refine.dev/blog/react-usecallback-guide/
#react #callback
  
  https://refine.dev/blog/react-usecallback-guide/
#react #callback
refine.dev
  
  Memoization in React - How useCallback Works | Refine
  Improve app performance with React useCallback() hook.
👍1😐1
  11 Cool Chrome Devtools Tips and Tricks I Wish I Knew already
https://javascript.plainenglish.io/11-cool-chrome-devtools-tips-and-tricks-i-wish-i-knew-already-a9e2e078f78
#chrome #devtools #tips
  
  https://javascript.plainenglish.io/11-cool-chrome-devtools-tips-and-tricks-i-wish-i-knew-already-a9e2e078f78
#chrome #devtools #tips
Medium
  
  11 Cool Chrome Devtools Tips and Tricks I Wish I Knew already
  11 Tricks You Must Know If You Choose Chrome as Your Development Tool
❤🔥1🏆1
  Best Practices for Creating a Modern npm Package
https://snyk.io/blog/best-practices-create-modern-npm-package/
#nodejs #npm
  
  https://snyk.io/blog/best-practices-create-modern-npm-package/
#nodejs #npm
Snyk
  
  Best Practices for Creating a Modern npm Package with Security in Mind | Snyk
  In this tutorial, we’re going to walk step by step through creating an npm package using modern best practices (as of 2022).
  